From 3df39b2e1897ca3dc51bebff843dfbee31256b28 Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Mon, 27 Oct 2014 23:02:43 -0700 Subject: Specify some more cargo metadata --- Cargo.toml | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index fc6861b..4bea91f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,3 +3,14 @@ name = "toml" version = "0.1.0" authors = ["Alex Crichton "] +license = "MIT/APL2" +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" +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 +facilitate deserializing and serializing Rust structures. +""" -- cgit v1.2.3