[package]
name = "string_cache"
version = "0.7.5"
authors = [ "The Servo Project Developers" ]
description = "A string interning library for Rust, developed as part of the Servo project."
license = "MIT / Apache-2.0"
repository = "https://github.com/servo/string-cache"
documentation = "https://docs.rs/string_cache/"
build = "build.rs"
[lib]
name = "string_cache"
[features]
log-events = []
unstable = []
[dependencies]
precomputed-hash = "0.1"
lazy_static = "1"
serde = "1"
phf_shared = "0.7.4"
new_debug_unreachable = "1.0"
string_cache_shared = {path = "./shared", version = "0.3"}
[dev-dependencies]
rand = "0.4"
string_cache_codegen = { version = "0.4", path = "./string-cache-codegen" }
[build-dependencies]
string_cache_codegen = { version = "0.4", path = "./string-cache-codegen" }
[[test]]
name = "small-stack"
harness = false