[go: up one dir, main page]

toml 0.1.26

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.
Documentation
[dependencies.rustc-serialize]
optional = true
version = "0.3.0"

[dependencies.serde]
optional = true
version = "0.6"

[dev-dependencies]
rustc-serialize = "0.3"

[features]
default = ["rustc-serialize"]

[package]
authors = ["Alex Crichton <alex@alexcrichton.com>"]
description = "A native Rust encoder and decoder of TOML-formatted files and streams. Provides\nimplementations of the standard Encodable/Decodable traits for TOML data to\nfacilitate deserializing and serializing Rust structures.\n"
documentation = "http://alexcrichton.com/toml-rs"
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.1.26"