# 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.80" name = "midenc-hir-symbol" version = "0.0.7" authors = ["Miden contributors"] build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "String interning for the Miden compiler" readme = "README.md" keywords = [ "compiler", "miden", ] categories = ["compilers"] license = "MIT" repository = "https://github.com/0xPolygonMiden/compiler" [lib] name = "midenc_hir_symbol" path = "src/lib.rs" [dependencies.serde] version = "1.0.208" features = [ "serde_derive", "alloc", "rc", ] optional = true [build-dependencies.Inflector] version = "0.11" [build-dependencies.rustc-hash] version = "1.1" [build-dependencies.toml] version = "0.8" features = ["preserve_order"] [features] default = [] serde = ["dep:serde"]