[package]
name = "string_cache"
version = "0.5.1"
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 = "0.2"
serde = "0.9"
phf_shared = "0.7.4"
debug_unreachable = "0.1.1"
heapsize = { version = ">= 0.3, < 0.5", optional = true }
string_cache_shared = {path = "./shared", version = "0.3"}
[dev-dependencies]
rand = "0.3"
[build-dependencies]
string_cache_codegen = { version = "0.4", path = "./string-cache-codegen" }