Cargo Features

[dependencies]
julian = { version = "0.7.0", default-features = false, features = ["std", "chrono", "time"] }
default = std

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

std default

Affects julian::system2jdn

chrono

Enables chrono

Affects errors::TryFromDateError

time

Enables time

Affects errors::TryFromDateError