# 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.56.1" name = "concurrent-interner" version = "0.1.0" description = "A string interner usable from multiple threads." license = "MPL-2.0" resolver = "2" [lib] path = "src/concurrent_interner.rs" [[bench]] name = "interner-speed" path = "benchmarks/interner-speed.rs" harness = false [dependencies.dashmap] version = "4.0" [dependencies.typed-arena] version = "2" optional = true [dev-dependencies.ahash] version = "0.7.4" [dev-dependencies.criterion] version = "0.3" [dev-dependencies.crossbeam] version = "0.8" [dev-dependencies.quickcheck] version = "1.0.3" default-features = false [dev-dependencies.rustc-hash] version = "1.1.0" [dev-dependencies.typed-arena] version = "2" [dev-dependencies.walkdir] version = "2.3.2" [features] _serial = ["typed-arena"]