Cargo Features

[dependencies]
julian = { version = "0.5.0", default-features = false, features = ["cli", "gentests", "chrono"] }
default = cli

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

cli default

Enables lexopt

Required by the binary

gentests

Enables anyhow, csv, and serde

Required by the gentests binary

Features from optional dependencies

chrono implicit feature

Enables chrono

chrono:

Date and time library for Rust

Affects errors::TryFromDateError