mirror of
https://github.com/chronotope/chrono.git
synced 2025-09-30 06:21:56 +00:00
Remove libc
, winapi
and oldtime
features
This commit is contained in:
parent
92a81f1781
commit
d9e689983d
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user