• Home
Name Date Size #Lines LOC

..--

examples/04-Jul-2025-145111

src/04-Jul-2025-4,4353,197

tests/04-Jul-2025-3,9273,294

.android-checksum.jsonD04-Jul-20253.4 KiB11

.cargo-checksum.jsonD04-Jul-20253.1 KiB11

Android.bpD04-Jul-2025822 3531

Cargo.lockD04-Jul-202520.2 KiB780690

Cargo.tomlD04-Jul-20255.6 KiB267236

LICENSED04-Jul-202511.1 KiB203169

LICENSE-APACHED04-Jul-202511.1 KiB203169

METADATAD04-Jul-2025542 1817

MODULE_LICENSE_APACHE2D04-Jul-20250

README.mdD04-Jul-2025942 3019

cargo_embargo.jsonD04-Jul-2025123 99

README.md

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