Cargo Features

[dependencies]
verenc = { version = "0.2.0", default-features = false, features = ["gmp", "openssl", "rust"] }
default = rust

The rust feature is set by default whenever verenc is added without default-features = false somewhere in the dependency tree.

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