toml-query 0.9.1

Library to work with toml::Value objects more conveniently
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]
edition = "2018"
name = "toml-query"
version = "0.9.1"
authors = ["Matthias Beyer <mail@beyermatthias.de>"]
description = "Library to work with toml::Value objects more conveniently"
readme = "./README.md"
keywords = ["toml", "extension"]
license = "MPL-2.0"
repository = "https://github.com/matthiasbeyer/toml-query"
[dependencies.failure]
version = "0.1"

[dependencies.failure_derive]
version = "0.1"

[dependencies.is-match]
version = "0.1"

[dependencies.lazy_static]
version = "1.0"

[dependencies.log]
version = "0.4"
optional = true

[dependencies.regex]
version = "1.0"

[dependencies.serde]
version = "1.0"
optional = true

[dependencies.toml]
version = "0.5"

[dependencies.toml-query_derive]
version = "0.9.0"
[dev-dependencies.quickcheck]
version = "0.6"

[dev-dependencies.serde_derive]
version = "1"

[features]
default = []
logging = ["log"]
typed = ["serde"]