Cargo Features

[dependencies]
martian = { version = "0.3.0", default-features = false, features = ["time", "date", "calendar"] }
default = calendar, date, time

These default features are set whenever martian is added without default-features = false somewhere in the dependency tree.

time default calendar date = hifitime, regex, thiserror

Affects martian::time

date default calendar = hifitime, thiserror, time

Affects martian::date

calendar default = date, serde, serde_json, thiserror, time

Affects martian::calendar

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.

hifitime date time
thiserror calendar date time
regex time
serde_json calendar
serde calendar