rustc/vendor/toml
2019-11-27 12:13:46 +00:00
..
examples New upstream version 1.37.0+dfsg1 2019-08-23 03:55:42 -07:00
src New upstream version 1.39.0+dfsg1 2019-11-27 12:13:46 +00:00
tests New upstream version 1.37.0+dfsg1 2019-08-23 03:55:42 -07:00
.cargo-checksum.json New upstream version 1.39.0+dfsg1 2019-11-27 12:13:46 +00:00
Cargo.toml New upstream version 1.39.0+dfsg1 2019-11-27 12:13:46 +00:00
LICENSE-APACHE New upstream version 1.37.0+dfsg1 2019-08-23 03:55:42 -07:00
LICENSE-MIT New upstream version 1.37.0+dfsg1 2019-08-23 03:55:42 -07:00
README.md New upstream version 1.37.0+dfsg1 2019-08-23 03:55:42 -07:00

toml-rs

Build Status Coverage Status Latest Version Documentation

A TOML decoder and encoder for Rust. This library is currently compliant with the v0.5.0 version of TOML. This library will also likely continue to stay up to date with the TOML specification as changes happen.

# Cargo.toml
[dependencies]
toml = "0.5"

This crate also supports serialization/deserialization through the serde crate on crates.io. Currently the older rustc-serialize crate is not supported in the 0.3+ series of the toml crate, but 0.2 can be used for that support.

License

This project is licensed under either of

at your option.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in toml-rs by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.