toml 0.4.9

A native Rust encoder and decoder of TOML-formatted files and streams. Provides implementations of the standard Serialize/Deserialize traits for TOML data to facilitate deserializing and serializing Rust structures.
Documentation
[badges.travis-ci]
repository = "alexcrichton/toml-rs"
[dependencies.serde]
version = "1.0"
[dev-dependencies.serde_derive]
version = "1.0"

[dev-dependencies.serde_json]
version = "1.0"

[package]
authors = ["Alex Crichton <alex@alexcrichton.com>"]
categories = ["config", "encoding", "parser-implementations"]
description = "A native Rust encoder and decoder of TOML-formatted files and streams. Provides\nimplementations of the standard Serialize/Deserialize traits for TOML data to\nfacilitate deserializing and serializing Rust structures.\n"
documentation = "https://docs.rs/toml"
homepage = "https://github.com/alexcrichton/toml-rs"
keywords = ["encoding"]
license = "MIT/Apache-2.0"
name = "toml"
readme = "README.md"
repository = "https://github.com/alexcrichton/toml-rs"
version = "0.4.9"