Cargo Features

[dependencies]
chrono-wasi = { version = "0.4.11", default-features = false, features = ["std", "alloc", "clock", "wasmbind", "rustc-serialize", "serde"] }
default = clock, std

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

std default clock
alloc
clock default = std
wasmbind = js-sys, wasm-bindgen

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.

rustc-serialize implicit feature

Affects datetime::rustc_serialize, datetime::rustc_serialize

serde implicit feature

Enables serde

serde:

A generic serialization/deserialization framework

Affects datetime::serde, chrono-wasi::naive.serde, chrono-wasi::serde, datetime::serde

js-sys wasm32 not emscripten wasi wasmbind?
wasm-bindgen wasm32 not emscripten wasi wasmbind?