blob: acdbe695c318d6e2de060024fc281434f9300754 [file] [log] [blame]
# 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]
edition = "2018"
name = "toml_edit"
version = "0.2.1"
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.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"