[dependencies.chrono]
version = "0.4.10"
[dependencies.combine]
version = "4.5.2"
[dependencies.linked-hash-map]
version = "0.5.2"
[dev-dependencies.pretty_assertions]
version = "0.7.1"
[dev-dependencies.serde_json]
version = "1.0.44"
[package]
authors = ["Andronik Ordian <write@reusable.software>"]
categories = ["encoding", "parser-implementations", "parsing"]
description = "Yet another format-preserving TOML parser."
documentation = "https://docs.rs/toml_edit"
edition = "2018"
keywords = ["toml"]
license = "MIT/Apache-2.0"
name = "toml_edit"
readme = "README.md"
repository = "https://github.com/ordian/toml_edit"
version = "0.2.1"
[profile.dev]
opt-level = 1