Cargo Features
Weasel has no features set by default.
[dependencies]
weasel = { version = "0.11.0", features = ["random", "serialization"] }
- random = rand, rand_pcg
-
Affects
entropy::UniformDistribution
… - serialization = serde
-
Affects
weasel::serde
,user::UserEventPackage
,user::UserEventPacker
…
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.
- rand random?
-
Enables rand ^0.7
- rand_pcg random?
-
Enables rand_pcg ^0.2
- serde serialization?