1# toml
2
3[![Latest Version](https://img.shields.io/crates/v/toml.svg)](https://crates.io/crates/toml)
4[![Documentation](https://docs.rs/toml/badge.svg)](https://docs.rs/toml)
5
6A [serde]-compatible [TOML][toml] decoder and encoder for Rust.
7
8For format-preserving edits or finer control over output, see [toml_edit]
9
10[serde]: https://serde.rs/
11[toml]: https://github.com/toml-lang/toml
12[toml_edit]: https://docs.rs/toml_edit
13
14# License
15
16This project is licensed under either of
17
18 * Apache License, Version 2.0, ([LICENSE-APACHE](LICENSE-APACHE) or
19   http://www.apache.org/licenses/LICENSE-2.0)
20 * MIT license ([LICENSE-MIT](LICENSE-MIT) or
21   http://opensource.org/licenses/MIT)
22
23at your option.
24
25### Contribution
26
27Unless you explicitly state otherwise, any contribution intentionally submitted
28for inclusion in toml-rs by you, as defined in the Apache-2.0 license, shall be
29dual licensed as above, without any additional terms or conditions.
30