| 1 |
[package] |
| 2 |
name = "tagtree" |
| 3 |
version = "0.3.0" |
| 4 |
edition = "2024" |
| 5 |
description = "Hierarchical dot-notation tag standard: validation, parsing, tree operations, SQL helpers" |
| 6 |
license-file = "LICENSE" |
| 7 |
repository = "https://git.makenot.work/max/tagtree" |
| 8 |
readme = "README.md" |
| 9 |
keywords = ["tags", "hierarchy", "taxonomy", "tree", "autocomplete"] |
| 10 |
categories = ["data-structures", "text-processing"] |
| 11 |
|
| 12 |
[dev-dependencies] |
| 13 |
criterion = { version = "0.5", features = ["html_reports"] } |
| 14 |
|
| 15 |
[[bench]] |
| 16 |
name = "tagtree_bench" |
| 17 |
harness = false |
| 18 |
|