toml_edit 0.1.0

Yet another format-preserving TOML parser.
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g. crates.io) dependencies
#
# If you believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
name = "toml_edit"
version = "0.1.0"
authors = ["Andronik Ordian <write@reusable.software>"]
description = "Yet another format-preserving TOML parser."
documentation = "https://docs.rs/toml_edit"
readme = "README.md"
keywords = ["toml"]
categories = ["encoding", "parser-implementations", "parsing"]
license = "MIT/Apache-2.0"
repository = "https://github.com/ordian/toml_edit"
[profile.dev]
opt-level = 1
[dependencies.chrono]
version = "0.4"

[dependencies.combine]
version = "=3.0.0-alpha.2"

[dependencies.linked-hash-map]
version = "0.4"
[dev-dependencies.serde_json]
version = "1.0"

[features]
default = []
unstable = []
[badges.appveyor]
repository = "ordian/toml_edit"

[badges.travis-ci]
repository = "ordian/toml_edit"