toml-rs/Cargo.toml

17 lines
555 B
TOML
Raw Normal View History

2014-08-03 23:30:30 -05:00
[package]
2014-06-20 19:12:03 -05:00
name = "toml"
version = "0.1.0"
2014-08-03 23:30:30 -05:00
authors = ["Alex Crichton <alex@alexcrichton.com>"]
2014-10-28 01:02:43 -05:00
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.
"""