Cargo Features
[dependencies]
wow_srp = { version = "0.7.0", default-features = false, features = ["srp-default-math", "srp-fast-math", "tbc-header", "wrath-header"] }
- default = srp-default-math, tbc-header, wrath-header
-
These default features are set whenever
wow_srp
is added without
somewhere in the dependency tree.default-features = false - srp-default-math default = num-bigint
-
Affects
wow_srp::client
,wow_srp::server
,primes::K_VALUE
… - srp-fast-math = rug
-
Affects
wow_srp::client
,wow_srp::server
,primes::K_VALUE
… - tbc-header default = hmac
-
Affects
wow_srp::tbc_header
… - wrath-header default = hmac
-
Affects
wow_srp::wrath_header
…
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.