]> git.proxmox.com Git - rustc.git/blob - src/vendor/toml-query/Cargo.toml
New upstream version 1.25.0+dfsg1
[rustc.git] / src / vendor / toml-query / Cargo.toml
1 # THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
2 #
3 # When uploading crates to the registry Cargo will automatically
4 # "normalize" Cargo.toml files for maximal compatibility
5 # with all versions of Cargo and also rewrite `path` dependencies
6 # to registry (e.g. crates.io) dependencies
7 #
8 # If you believe there's an error in this file please file an
9 # issue against the rust-lang/cargo repository. If you're
10 # editing this file be aware that the upstream Cargo.toml
11 # will likely look very different (and much more reasonable)
12
13 [package]
14 name = "toml-query"
15 version = "0.6.0"
16 authors = ["Matthias Beyer <mail@beyermatthias.de>"]
17 description = "Library to work with toml::Value objects more conveniently"
18 readme = "./README.md"
19 keywords = ["toml", "extension"]
20 license = "MPL-2.0"
21 repository = "https://github.com/matthiasbeyer/toml-query"
22 [dependencies.error-chain]
23 version = "0.11"
24
25 [dependencies.is-match]
26 version = "0.1"
27
28 [dependencies.lazy_static]
29 version = "1.0"
30
31 [dependencies.log]
32 version = "0.4"
33 optional = true
34
35 [dependencies.regex]
36 version = "0.2"
37
38 [dependencies.toml]
39 version = "0.4"
40 [dev-dependencies.quickcheck]
41 version = "0.6"
42
43 [features]
44 default = []
45 logging = ["log"]