Cargo Features
[dependencies]
thespis_impl = { version = "0.3.0", default-features = false, features = ["not_wasm"] }
- default = not_wasm
-
The
not_wasm
feature is set by default wheneverthespis_impl
is added without
somewhere in the dependency tree.default-features = false - not_wasm default
thespis_impl has 2 features without comments.