# 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 = "symbol_table" version = "0.4.0" build = false exclude = [ "tests/*.txt", "bench/*", ] autobins = false autoexamples = false autotests = false autobenches = false description = "A symbol table that's fast, concurrent, and gives stable references." homepage = "https://github.com/mwillsey/string_interner" readme = "README.md" keywords = [ "interner", "intern", "symbol", ] categories = ["data-structures"] license = "MIT" repository = "https://github.com/mwillsey/string_interner" [package.metadata.docs.rs] all-features = true [lib] name = "symbol_table" path = "src/lib.rs" [[test]] name = "test" path = "tests/test.rs" [dependencies.crossbeam-utils] version = "0.8.4" [dependencies.foldhash] version = "0.1.3" [dependencies.hashbrown] version = "0.15" [dependencies.serde] version = "1" features = ["derive"] optional = true [dev-dependencies.serde_json] version = "1.0" [dev-dependencies.tempfile] version = "3" [features] default = [] global = []