Cargo Features
[dependencies]
hifitime = { version = "4.3.0", default-features = false, features = ["std", "python", "ut1", "lts"] }
- default = std
-
The
stdfeature is set by default wheneverhifitimeis added withoutsomewhere in the dependency tree.default-features = false - std default lts? python? ut1? = serde, serde_derive, web-time
- python = lts, std, ut1
-
Enables extension-module of pyo3
pyo3:
Deprecated: use the
PYO3_BUILD_EXTENSION_MODULEenvironment variable when building a Python extension module (set automatically bysetuptools-rustandmaturin).Affects
hifitime::python… - ut1 lts? python? = std, tabled, ureq
-
Affects
epoch::ut1… - lts python? = std, ureq, 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.