mirror of
https://github.com/RustPython/Parser.git
synced 2025-07-07 21:25:31 +00:00
Remove unnecessary feature flags for optional deps
This commit is contained in:
parent
635eb4516d
commit
99284e3db5
2 changed files with 0 additions and 4 deletions
|
@ -16,8 +16,6 @@ fold = []
|
|||
unparse = ["rustpython-literal"]
|
||||
visitor = []
|
||||
all-nodes-with-ranges = []
|
||||
malachite-bigint = ["dep:malachite-bigint"]
|
||||
num-bigint = ["dep:num-bigint"]
|
||||
|
||||
[dependencies]
|
||||
rustpython-parser-core = { workspace = true }
|
||||
|
|
|
@ -10,8 +10,6 @@ rust-version = { workspace = true }
|
|||
|
||||
[features]
|
||||
default = ["malachite-bigint"]
|
||||
malachite-bigint = ["dep:malachite-bigint"]
|
||||
num-bigint = ["dep:num-bigint"]
|
||||
|
||||
[dependencies]
|
||||
rustpython-literal = { workspace = true }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue