Cargo Features
[dependencies]
julian = { version = "0.7.0", default-features = false, features = ["std", "chrono", "time"] }
- default = std
-
The
std
feature is set by default wheneverjulian
is added without
somewhere in the dependency tree.default-features = false - std default
-
Affects
julian::system2jdn
… - chrono
-
Enables chrono
Affects
errors::TryFromDateError
… - time
-
Enables time
Affects
errors::TryFromDateError
…