18518214c4
This is accomplished at a certain loss of efficiency, sadly. Add the 'nightly' feature to get things back how they were.
16 lines
490 B
TOML
16 lines
490 B
TOML
[package]
|
|
name = "anymap"
|
|
version = "0.10.3"
|
|
authors = ["Chris Morgan <me@chrismorgan.info>"]
|
|
description = "A safe and convenient store for one value of each type"
|
|
#documentation = "http://www.rust-ci.org/chris-morgan/anymap/doc/anymap/index.html"
|
|
#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"
|
|
|
|
[features]
|
|
clone = []
|
|
nightly = []
|