string-interner 0.6.2

A string interning data structure that was designed for minimal memory-overhead and fast access to the underlying interned string contents.
Documentation
# 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 believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
name = "string-interner"
version = "0.6.2"
authors = ["Robbepop"]
description = "A string interning data structure that was designed for minimal memory-overhead\nand fast access to the underlying interned string contents.\n"
documentation = "https://docs.rs/string-interner"
readme = "README.md"
keywords = ["interner", "intern", "string", "str", "symbol"]
categories = ["data-structures"]
license = "MIT"
repository = "https://github.com/robbepop/string-interner"
[dependencies.serde]
version = "1.0.0"
optional = true
[dev-dependencies.serde_json]
version = "1.0.0"

[dev-dependencies.fnv]
version = "1.0.0"

[features]
default = ["serde_support"]
serde_support = ["serde"]
bench = []
[badges.travis-ci]
repository = "Robbepop/string-interner"

[badges.appveyor]
branch = "master"
repository = "Robbepop/string-interner"
service = "github"