Cargo Features
[dependencies]
verenc = { version = "0.2.0", default-features = false, features = ["gmp", "openssl", "rust"] }
- default = rust
-
The
rust
feature is set by default wheneververenc
is added without
somewhere in the dependency tree.default-features = false - gmp
-
Enables gmp of unknown_order ^0.3
- openssl
-
Enables openssl of unknown_order ^0.3
- rust default
-
Enables rust of unknown_order ^0.3
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.
- unknown_order gmp? openssl? rust
-
Enables unknown_order ^0.3