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 whenever thespis_impl is added without default-features = false somewhere in the dependency tree.

not_wasm default

thespis_impl has 2 features without comments.