You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
rust-num-bigint-dig/num-bigint-dig-fix-metadata...

18 lines
550 B

3 years ago
--- num-bigint-dig-0.7.0/Cargo.toml.orig 2022-02-13 00:56:51.899738425 +0000
+++ num-bigint-dig-0.7.0/Cargo.toml 2022-02-13 00:57:36.881015133 +0000
@@ -85,12 +85,8 @@
5 years ago
[dev-dependencies.serde_test]
version = "1.0"
[build-dependencies.autocfg]
-version = "0.1.5"
+version = "1.0.0"
[features]
3 years ago
-default = ["std", "i128", "u64_digit"]
+default = ["i128"]
i128 = ["num-integer/i128", "num-traits/i128"]
3 years ago
-nightly = []
-prime = ["rand/std_rng"]
-std = ["num-integer/std", "num-traits/std", "smallvec/write", "rand/std", "serde/std"]
-u64_digit = []