Cargo Features
[dependencies]
wownero = { version = "0.1.0", default-features = false, features = ["full", "serde", "experimental"] }
- default = full
-
The
full
feature is set by default wheneverwownero
is added without
somewhere in the dependency tree.default-features = false - full default
-
Enables rand and std of fixed-hash ^0.7.0
- serde = serde-big-array, serde-crate
-
Enables serde of curve25519-dalek ^3.0.2
Affects
amount::serde
… - experimental
-
Affects
transaction::SignatureHashError
…
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.
- serde-big-array serde?
-
Enables serde-big-array ^0.4.1
- serde-crate serde?
-
Enables serde