Cargo Features

[dependencies]
hifitime = { version = "4.0.0-dev", default-features = false, features = ["std", "asn1der", "python", "ut1"] }
default = std

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

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

Affects hifitime::asn1der

python = asn1der, pyo3, std, ut1

Affects hifitime::python

ut1 python? = openssl, reqwest, std, tabled

Affects hifitime::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
der asn1der?
pyo3 python?
reqwest ut1?
tabled ut1?
openssl ut1?
web-time std