Cargo Features

[dependencies]
perspective-server = { version = "3.1.3", default-features = false, features = ["wasm-exceptions", "python", "disable-cpp"] }
default = python

The python feature is set by default whenever perspective-server is added without default-features = false somewhere in the dependency tree.

external-cpp wasm-exceptions
python default
disable-cpp

perspective-server has 4 features without comments.