2014-06-25 14:44:35 +10:00
|
|
|
[package]
|
|
|
|
name = "anymap"
|
2017-01-20 23:43:13 +11:00
|
|
|
version = "0.12.1"
|
2014-11-28 17:18:16 +11:00
|
|
|
authors = ["Chris Morgan <me@chrismorgan.info>"]
|
|
|
|
description = "A safe and convenient store for one value of each type"
|
2017-01-21 02:55:44 +11:00
|
|
|
documentation = "https://docs.rs/anymap"
|
2014-11-28 17:18:16 +11:00
|
|
|
#homepage = "https://github.com/chris-morgan/anymap"
|
|
|
|
repository = "https://github.com/chris-morgan/anymap"
|
|
|
|
readme = "README.md"
|
|
|
|
keywords = ["container", "data-structure", "map"]
|
|
|
|
license = "MIT/Apache-2.0"
|
2015-03-27 11:05:12 +11:00
|
|
|
|
|
|
|
[features]
|
2016-03-05 13:13:19 +11:00
|
|
|
bench = []
|