string_cache 0.8.1

A string interning library for Rust, developed as part of the Servo project.
Documentation
[[test]]
harness = false
name = "small-stack"
[dependencies.lazy_static]
version = "1"

[dependencies.new_debug_unreachable]
version = "1.0"

[dependencies.phf_shared]
version = "0.8"

[dependencies.precomputed-hash]
version = "0.1"

[dependencies.serde]
optional = true
version = "1"

[features]
default = ["serde_support"]
serde_support = ["serde"]

[lib]
name = "string_cache"

[package]
authors = ["The Servo Project Developers"]
description = "A string interning library for Rust, developed as part of the Servo project."
documentation = "https://docs.rs/string_cache/"
edition = "2018"
license = "MIT / Apache-2.0"
name = "string_cache"
repository = "https://github.com/servo/string-cache"
version = "0.8.1"