Cargo Features

S3WF2 has no features set by default.

[dependencies]
s3wf2 = { version = "0.3.0", features = ["cli", "foreign", "wasm"] }
cli = ansi_term, clap

Affects emitter::console

Required by the s3wf2-cli binary

foreign = libc

Affects s3wf2::foreign

wasm = console_error_panic_hook, serde, serde_json, wasm-bindgen, wee_alloc

Affects s3wf2::wasm

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.

ansi_term cli?
clap cli?

Enables clap ^2.33

console_error_panic_hook wasm?
libc foreign?
serde wasm?
serde_json wasm?
wasm-bindgen wasm?
wee_alloc wasm?