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.
35 lines
747 B
35 lines
747 B
--- ff-0.13.0/Cargo.toml 1970-01-01T00:00:01+00:00
|
|
+++ ff-0.13.0/Cargo.toml 2023-05-30T13:41:50.905818+00:00
|
|
@@ -25,22 +25,10 @@
|
|
all-features = true
|
|
rustdoc-args = ["--cfg", "docsrs"]
|
|
|
|
-[[test]]
|
|
-name = "derive"
|
|
-required-features = ["derive"]
|
|
[dependencies.bitvec]
|
|
version = "1"
|
|
optional = true
|
|
default-features = false
|
|
-
|
|
-[dependencies.byteorder]
|
|
-version = "1"
|
|
-optional = true
|
|
-default-features = false
|
|
-
|
|
-[dependencies.ff_derive]
|
|
-version = "0.13"
|
|
-optional = true
|
|
|
|
[dependencies.rand_core]
|
|
version = "0.6"
|
|
@@ -60,8 +48,6 @@
|
|
alloc = []
|
|
bits = ["bitvec"]
|
|
default = ["bits", "std"]
|
|
-derive = ["byteorder", "ff_derive"]
|
|
-derive_bits = ["bits", "ff_derive/bits"]
|
|
std = ["alloc"]
|
|
[badges.maintenance]
|
|
status = "actively-developed"
|