[package] name = "tagtree" version = "0.3.0" edition = "2024" description = "Hierarchical dot-notation tag standard: validation, parsing, tree operations, SQL helpers" license-file = "LICENSE" repository = "https://git.makenot.work/max/tagtree" readme = "README.md" keywords = ["tags", "hierarchy", "taxonomy", "tree", "autocomplete"] categories = ["data-structures", "text-processing"] [dev-dependencies] criterion = { version = "0.5", features = ["html_reports"] } [[bench]] name = "tagtree_bench" harness = false