1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19[package] name = "build-templated-pages" edition = "2024" description = "Tool that checks and fixes undocumented features and examples" publish = false license = "MIT OR Apache-2.0" [dependencies] toml_edit = { version = "0.24.0", default-features = false, features = [ "parse", ] } tera = "1.15" serde = { version = "1.0", features = ["derive"] } bitflags = "2.3" hashbrown = { version = "0.16.0", features = ["serde"] } [lints] workspace = true