[package]
name = "internment"
version = "0.3.4"
authors = ["David Roundy <roundyd@physics.oregonstate.edu>"]
description = "Easy interning of data"
readme = "README.md"
keywords = ["hash", "interning", "hashconsing", "caching", "interner"]
categories = ["caching", "memory-management", "concurrency"]
license = "MIT/Apache-2.0"
repository = "https://github.com/droundy/internment"
[dependencies.lazy_static]
version = "1.0"
[dependencies.state]
version = "0.4"
features = ["tls"]
[dependencies.tinyset]
version = "^0.2.0"
[dev-dependencies.quickcheck]
version = "^0.4.1"
[badges.appveyor]
repository = "droundy/internment"
[badges.is-it-maintained-issue-resolution]
repository = "droundy/internment"
[badges.is-it-maintained-open-issues]
repository = "droundy/internment"
[badges.maintenance]
status = "actively-developed"
[badges.travis-ci]
repository = "droundy/internment"