From: Chris Morgan Date: Fri, 28 Nov 2014 06:18:16 +0000 (+1100) Subject: Update metadata, 0.9.2. X-Git-Tag: 0.9.2 X-Git-Url: https://git.chrismorgan.info/anymap/commitdiff_plain/905800cc304d4c341b64f87779e9ab86f0be6800 Update metadata, 0.9.2. --- diff --git a/Cargo.toml b/Cargo.toml index 5e5016e..63e8fd2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,8 +1,11 @@ [package] name = "anymap" -version = "0.9.1" -authors = [ "Chris Morgan " ] - -[lib] -name = "anymap" -path = "src/lib.rs" +version = "0.9.2" +authors = ["Chris Morgan "] +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" diff --git a/src/lib.rs b/src/lib.rs index aec6445..daa6044 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -1,7 +1,5 @@ //! This crate provides the `AnyMap` type, a safe and convenient store for one value of each type. -#![crate_name = "anymap"] -#![crate_type = "lib"] #![feature(default_type_params, tuple_indexing)] #![warn(unused_qualifications, non_upper_case_globals, variant_size_differences, unused_typecasts,