Skip to content

Commit ccb72d3

Browse files
committed
feat: enable 'fast' optional dependency now that json2xml-rs is published
Users can now install with Rust acceleration via: pip install json2xml[fast]
1 parent c2212e4 commit ccb72d3

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

pyproject.toml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -50,11 +50,7 @@ include = ["json2xml"]
5050
test = [
5151
"pytest>=8.4.1",
5252
]
53-
# Note: The 'fast' extra will be available after json2xml-rs is published to PyPI.
54-
# For now, install the Rust extension separately:
55-
# cd rust && pip install -e .
56-
# Then the dicttoxml_fast module will automatically use the Rust backend.
57-
# fast = ["json2xml-rs>=0.1.0"]
53+
fast = ["json2xml-rs>=0.1.0"]
5854

5955
[tool.pytest.ini_options]
6056
testpaths = ["tests"]

0 commit comments

Comments
 (0)