Cargo Features

[dependencies]
topiary-cli = { version = "0.5.1", default-features = false, features = ["contributed", "experimental", "bash", "css", "json", "nickel", "ocaml", "ocaml_interface", "ocamllex", "rust", "toml", "tree_sitter_query"] }
default = bash, contributed, json, nickel, ocaml, ocaml_interface, ocamllex, toml, tree_sitter_query

These default features are set whenever topiary-cli is added without default-features = false somewhere in the dependency tree.

contributed default = css

Included by default

experimental = rust

Excluded by default

bash default

Enables bash of topiary-config and topiary-queries

css contributed

Enables css of topiary-config and topiary-queries

json default

Enables json of topiary-config and topiary-queries

nickel default

Enables nickel of topiary-config and topiary-queries

ocaml default

Enables ocaml of topiary-config and topiary-queries

ocaml_interface default

Enables ocaml_interface of topiary-config and topiary-queries

ocamllex default

Enables ocamllex of topiary-config and topiary-queries

rust experimental?

Enables rust of topiary-config and topiary-queries

toml default

Enables toml of topiary-config and topiary-queries

tree_sitter_query default

Enables tree_sitter_query of topiary-config and topiary-queries