Cargo Features

[dependencies]
mdbook-treesitter = { version = "1.0.0", default-features = false, features = ["cli"] }
default = cli

The cli feature is set by default whenever mdbook-treesitter is added without default-features = false somewhere in the dependency tree.

cli default

Enable the command line binary

Enables clap and env_logger

Required by the binary