Blob Blame History Raw
[package]
summary = "Handlebars templating implemented in Rust"
cargo-toml-patch-comments = [
    "drop unused, benchmark-only criterion and pprof dev-dependencies",
    "drop tiny_http dev-dependency that is only used in example code",
]

[features]
hide = ["rhai", "rust-embed", "script_helper"]

[scripts.prep]
post = [
    "# * drop example binary that depends on tiny_http",
    "rm examples/dev_mode.rs",
    "# * we are not doing anything with wasm",
    "rm -rv wasm",
]