# 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" name = "interned-string" version = "0.3.0" description = "High-performance and concurrent string interning for general purpose use." readme = "README.md" keywords = [ "string", "interner", "caching", ] license = "MPL-2.0" repository = "https://github.com/drash-course/interned-string" [profile.release] lto = "thin" [[bench]] name = "istring-benches" harness = false [dependencies.left-right] version = "0.11.5" [dependencies.lockfree] version = "0.5.1" [dependencies.once_cell] version = "1.19.0" [dependencies.radix_trie] version = "0.2.1" [dependencies.serde] version = "1.0" optional = true [dev-dependencies.criterion] version = "0.4" features = ["html_reports"] [dev-dependencies.serde_json] version = "1.0" [features] serde = ["dep:serde"]