From 6821911bc7cebac458d2cfb2c14b8d107aa60521 Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Wed, 8 Feb 2017 21:27:28 -0800 Subject: Update metadata --- Cargo.toml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 31c60e8..5f097da 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,12 +7,16 @@ readme = "README.md" keywords = ["encoding"] repository = "https://github.com/alexcrichton/toml-rs" homepage = "https://github.com/alexcrichton/toml-rs" -documentation = "http://alexcrichton.com/toml-rs" +documentation = "https://docs.rs/toml" description = """ A native Rust encoder and decoder of TOML-formatted files and streams. Provides -implementations of the standard Encodable/Decodable traits for TOML data to +implementations of the standard Serialize/Deserialize traits for TOML data to facilitate deserializing and serializing Rust structures. """ +categories = ["config", "encoding", "parser-implementations"] + +[badges] +travis-ci = { repository = "alexcrichton/toml-rs" } [dependencies] serde = "0.9.6" -- cgit v1.2.3