Remove libc, winapi and oldtime features

This commit is contained in:
Paul Dicker 2024-04-02 13:48:51 +02:00 committed by Paul Dicker
parent 92a81f1781
commit d9e689983d

View File

@ -20,12 +20,9 @@ name = "chrono"
# Don't forget to adjust `ALL_NON_EXCLUSIVE_FEATURES` in CI scripts when adding a feature or an optional dependency.
default = ["clock", "std"]
alloc = []
libc = []
winapi = ["windows-targets"]
std = ["alloc"]
clock = ["winapi", "iana-time-zone", "android-tzdata", "now"]
clock = ["windows-targets", "iana-time-zone", "android-tzdata", "now"]
now = ["std"]
oldtime = []
wasmbind = ["wasm-bindgen", "js-sys"]
unstable-locales = ["pure-rust-locales"]
# Note that rkyv-16, rkyv-32, and rkyv-64 are mutually exclusive.