Cargo Features
[dependencies]
hypersonic = { version = "0.12.0-beta.1", default-features = false, features = ["std", "all", "stl", "persist-file", "serde", "rand"] }
- default = std
-
The
std
feature is set by default wheneverhypersonic
is added without
somewhere in the dependency tree.default-features = false - std default all? persist-file?
-
Affects
aora::file
… - all = persist-file, serde, std, stl
- stl all?
-
Enables stl of commit_verify, armor of strict_types, stl of ultrasonic
- persist-file all? = serde, std
-
Enables serde_yaml
- serde all? persist-file?
-
Enables serde, serde of amplify, commit_verify, and indexmap, serde of sonic-api, strict_encoding, and ultrasonic