Cargo Features

[dependencies]
octofhir-ucum-fhir = { version = "0.3.0", default-features = false, features = ["std", "serde"] }
default = std

The std feature is set by default whenever octofhir-ucum-fhir is added without default-features = false somewhere in the dependency tree.

std default

Enables std of octofhir-ucum-core

For publishing to crates.io; use path for local dev

serde

Enables serde, serde of octofhir-ucum-core