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 whenever hifitime is added without default-features = false somewhere in the dependency tree.

std default lts? python? ut1? = serde, serde_derive, web-time

Enables backtrace and std of snafu

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.

serde std
serde_derive std
pyo3 python?
tabled ut1?
openssl lts? ut1?
web-time std
ureq lts? ut1?