mirror of
https://github.com/chronotope/chrono.git
synced 2025-10-01 23:11: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.
|
# Don't forget to adjust `ALL_NON_EXCLUSIVE_FEATURES` in CI scripts when adding a feature or an optional dependency.
|
||||||
default = ["clock", "std"]
|
default = ["clock", "std"]
|
||||||
alloc = []
|
alloc = []
|
||||||
libc = []
|
|
||||||
winapi = ["windows-targets"]
|
|
||||||
std = ["alloc"]
|
std = ["alloc"]
|
||||||
clock = ["winapi", "iana-time-zone", "android-tzdata", "now"]
|
clock = ["windows-targets", "iana-time-zone", "android-tzdata", "now"]
|
||||||
now = ["std"]
|
now = ["std"]
|
||||||
oldtime = []
|
|
||||||
wasmbind = ["wasm-bindgen", "js-sys"]
|
wasmbind = ["wasm-bindgen", "js-sys"]
|
||||||
unstable-locales = ["pure-rust-locales"]
|
unstable-locales = ["pure-rust-locales"]
|
||||||
# Note that rkyv-16, rkyv-32, and rkyv-64 are mutually exclusive.
|
# Note that rkyv-16, rkyv-32, and rkyv-64 are mutually exclusive.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user