Cargo Features

[dependencies]
potterscript-runtime = { version = "0.2.0", default-features = false, features = ["std", "js"] }
default = std

The std feature is set by default whenever potterscript-runtime is added without default-features = false somewhere in the dependency tree.

std default = colored, rand
js = js-sys, wasm-bindgen, web-sys

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.

colored std

Enables colored ^1.1.0

rand std
js-sys js?
wasm-bindgen js?
web-sys js?