mirror of
https://github.com/pezkuwichain/serde.git
synced 2026-06-21 02:41:04 +00:00
feat(de): Remove dependency on the num crate.
This commit is contained in:
@@ -12,11 +12,6 @@ keywords = ["serde", "serialization"]
|
||||
[features]
|
||||
nightly = []
|
||||
nightly-testing = ["clippy", "nightly"]
|
||||
num-bigint = ["num/bigint"]
|
||||
num-complex = ["num/complex"]
|
||||
num-impls = ["num-bigint", "num-complex", "num-rational"]
|
||||
num-rational = ["num/rational"]
|
||||
|
||||
[dependencies]
|
||||
clippy = { version = "^0.*", optional = true }
|
||||
num = { version = "^0.1.27", default-features = false }
|
||||
|
||||
Reference in New Issue
Block a user