Cargo Features
[dependencies]
malachite-q = { version = "0.9.1", default-features = false, features = ["std", "enable_serde", "random", "32_bit_limbs", "test_build", "bin_build"] }
- default = std
-
The
stdfeature is set by default whenevermalachite-qis added withoutsomewhere in the dependency tree.default-features = false - std default
-
Enables std of malachite-base and malachite-nz
- enable_serde = serde
-
Enables enable_serde of malachite-nz
- random test_build?
-
Enables random of malachite-base and malachite-nz
Affects
malachite-q::random… - 32_bit_limbs
-
Enables 32_bit_limbs of malachite-nz
- test_build bin_build? = num, random, rug, serde, serde_json
-
Enables test_build of malachite-base and malachite-nz
Affects
malachite-q::test_util… - bin_build = test_build
-
Affects
malachite-q::bin_util…
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.