Cargo Features
[dependencies]
hifitime = { version = "4.0.1", default-features = false, features = ["std", "python", "ut1"] }
- default = std
-
The
std
feature is set by default wheneverhifitime
is added without
somewhere in the dependency tree.default-features = false - std default python? ut1? = serde, serde_derive, web-time
- python = pyo3, std, ut1
-
Affects
hifitime::python
… - ut1 python? = openssl, reqwest, std, tabled
-
Affects
epoch::ut1
…
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.