# 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 = "2018" name = "arc-string-interner" version = "0.3.0-alpha2" authors = ["Artem Shein ", "Robbepop"] description = "An efficient cuncurrent string interning data structure with minimal memory-footprint\nand fast access to the underlying contents.\n" documentation = "https://docs.rs/arc-string-interner" readme = "README.md" keywords = ["interner", "intern", "string", "str", "symbol"] categories = ["data-structures"] license = "MIT/Apache-2.0" repository = "https://github.com/artemshein/arc-string-interner" [dependencies.array-init] version = "2.0.0" [dependencies.init_with] version = "1.1.0" [dependencies.parking_lot] version = "0.11.2" [dependencies.serde] version = "1.0.0" optional = true [dev-dependencies.fnv] version = "1.0.0" [dev-dependencies.lazy_static] version = "1.0.0" [dev-dependencies.serde_json] version = "1.0.0" [features] bench = [] default = ["serde_support"] serde_support = ["serde"] [badges.appveyor] branch = "master" repository = "Robbepop/string-interner" service = "github" [badges.travis-ci] repository = "Robbepop/string-interner"