Cargo Features
[dependencies]
ff_wasm_unknown_unknown = { version = "0.12.2", default-features = false, features = ["std", "alloc", "bits", "derive", "derive_bits"] }
- default = bits, std
-
These default features are set whenever
ff_wasm_unknown_unknown
is added without
somewhere in the dependency tree.default-features = false - std default = alloc
- alloc std
-
Affects
batch::BatchInvert
… - bits default derive_bits? = bitvec
-
Affects
ff_wasm_unknown_unknown::FieldBits
,ff_wasm_unknown_unknown::PrimeFieldBits
… - derive = byteorder, ff_derive_wasm_unknown_unknown
-
Affects
ff_wasm_unknown_unknown::derive
… - derive_bits = bits
-
with MSRV 1.60 this could be merged into bits with ff_derive?/bits see PR#72 for more information.
Enables bits of ff_derive_wasm_unknown_unknown
Features from optional dependencies
In crates that don't use the dep:
syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.