toml 0.5.4

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.
Documentation
[dependencies.indexmap]
optional = true
version = "1.0"

[dependencies.serde]
version = "1.0.97"
[dev-dependencies.serde_derive]
version = "1.0"

[dev-dependencies.serde_json]
version = "1.0"

[features]
default = []
preserve_order = ["indexmap"]

[package]
authors = ["Alex Crichton <alex@alexcrichton.com>"]
categories = ["config", "encoding", "parser-implementations"]
description = "A native Rust encoder and decoder of TOML-formatted files and streams. Provides\nimplementations of the standard Serialize/Deserialize traits for TOML data to\nfacilitate deserializing and serializing Rust structures.\n"
documentation = "https://docs.rs/toml"
edition = "2018"
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.5.4"