# 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.10.0" authors = ["Matthias Beyer "] 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.is-match] version = "0.1" [dependencies.lazy_static] version = "1.4" [dependencies.log] version = "0.4" optional = true [dependencies.regex] version = "1.3" [dependencies.serde] version = "1.0" optional = true [dependencies.thiserror] version = "1" [dependencies.toml] version = "0.5" [dependencies.toml-query_derive] version = "0.10.0" [dev-dependencies.quickcheck] version = "0.9" [dev-dependencies.serde_derive] version = "1" [features] default = [] logging = ["log"] typed = ["serde"]