licenses.dev

toml v0.2.1

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.

Published on

Licenses

Learn more about license information.

Package Licenses

Apache-2.0 OR MIT

Dependency Licenses

Apache-2.0 OR MIT2
PackageRelationDependenciesPublished
rustc-serialize • 0.3.25Generic serialization/deserialization support corresponding to the `derive(RustcEncodable, RustcDecodable)` mode in the compiler. Also includes support for hex, base64, and json encoding and decoding. This crate is deprecated in favor of serde. DIRECT0
serde • 0.8.23A generic serialization/deserialization frameworkDIRECT0
Last updated on

Copy the licenses badge code for the latest version:

[![licenses](https://licenses.dev/b/cargo/toml)](https://licenses.dev/cargo/toml)
<a href="https://licenses.dev/cargo/toml">
  <img src="https://licenses.dev/b/cargo/toml" alt="licenses" />
</a>

Or the licenses badge code for the 0.2.1 version:

[![licenses](https://licenses.dev/b/cargo/toml/0.2.1)](https://licenses.dev/cargo/toml/0.2.1)
<a href="https://licenses.dev/cargo/toml/0.2.1">
  <img src="https://licenses.dev/b/cargo/toml/0.2.1" alt="licenses" />
</a>
GitHub