Cargo Features
[dependencies]
hifitime = { version = "4.1.2", default-features = false, features = ["std", "python", "ut1", "lts"] }
- default = std
-
The
std
feature is set by default wheneverhifitime
is added without
somewhere 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:
Use this feature when building an extension module.
It tells the linker to keep the python symbols unresolved,
so that the module can also be used with statically linked python interpreters.Affects
hifitime::python
… - ut1 lts? python? = openssl, std, tabled, ureq
-
Affects
epoch::ut1
… - lts python? = openssl, 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.