aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: cc85e5b8fdd6a99a0b601ae91d7edf864f4373f3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]

name = "toml"
version = "0.1.2"
authors = ["Alex Crichton <alex@alexcrichton.com>"]
license = "MIT/Apache-2.0"
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.
"""