string_cache 0.8.8

A string interning library for Rust, developed as part of the Servo project.
Documentation
[dependencies.new_debug_unreachable]
version = "1.0.2"

[dependencies.parking_lot]
version = "0.12"

[dependencies.phf_shared]
version = "0.11"

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

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

[[example]]
name = "simple"
path = "examples/simple.rs"

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

[lib]
name = "string_cache"
path = "src/lib.rs"

[package]
authors = ["The Servo Project Developers"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "A string interning library for Rust, developed as part of the Servo project."
documentation = "https://docs.rs/string_cache/"
edition = "2018"
license = "MIT OR Apache-2.0"
name = "string_cache"
readme = "README.md"
repository = "https://github.com/servo/string-cache"
version = "0.8.8"

[[test]]
harness = false
name = "small-stack"
path = "tests/small-stack.rs"