Cargo Features
[dependencies]
octofhir-ucum = { version = "0.5.1", default-features = false, features = ["std", "serde", "cli", "wasm", "fhir", "wee_alloc"] }
- default = std
-
The
stdfeature is set by default wheneveroctofhir-ucumis added withoutsomewhere in the dependency tree.default-features = false - std default cli? fhir?
- serde fhir? wasm?
-
Enables serde
Core dependencies
- cli = std
-
Enables anyhow, clap, and human-panic
clap:
CLI dependencies
Required by the binary
- wasm = serde
-
Enables console_error_panic_hook, serde-wasm-bindgen, and wasm-bindgen
wasm-bindgen:
WASM dependencies
Affects
octofhir-ucum::wasm… - fhir = serde, std
-
Affects
octofhir-ucum::fhir…