Cargo Features

[dependencies]
tz-rs = { version = "0.7.0", default-features = false, features = ["std", "alloc"] }
default = std

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

std default = alloc
alloc std

Affects find::FoundDateTimeList, error::parse, timezone::TimeZone, timezone::TimeZoneSettings