# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" rust-version = "1.76" name = "conthir-hir" version = "0.0.1" authors = ["Kevin Focke"] description = "Contains the core Conthir data structure called the ConthirTree and tools for parser and block authors." readme = "README.md" categories = [ "data-structures", "text-processing", "encoding", ] license = "Apache-2.0" [dependencies.built] version = "0.7.1" [dependencies.crc32fast] version = "1.4.0" [dependencies.regex] version = "1.10.4" [dependencies.toml] version = "0.8.12" [dependencies.uuid] version = "1.8.0" features = ["v8"]