[package] categories = ["data-structures", "text-processing", "encoding"] description = "Contains the core Conthir data structure called the ConthirTree and tools for parser and block authors." license = "Apache-2.0" name = "conthir-hir" version = "0.0.1" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [package.authors] workspace = true [package.edition] workspace = true [package.rust-version] workspace = true [dependencies] built = "0.7.1" crc32fast = "1.4.0" regex = "1.10.4" toml = "0.8.12" uuid = { version = "1.8.0", features = ["v8"] }