]> git.proxmox.com Git - rustc.git/blob - vendor/toml-query/Cargo.toml
New upstream version 1.45.0+dfsg1
[rustc.git] / 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 edition = "2018"
15 name = "toml-query"
16 version = "0.9.0"
17 authors = ["Matthias Beyer <mail@beyermatthias.de>"]
18 description = "Library to work with toml::Value objects more conveniently"
19 readme = "./README.md"
20 keywords = ["toml", "extension"]
21 license = "MPL-2.0"
22 repository = "https://github.com/matthiasbeyer/toml-query"
23 [dependencies.failure]
24 version = "0.1"
25
26 [dependencies.failure_derive]
27 version = "0.1"
28
29 [dependencies.is-match]
30 version = "0.1"
31
32 [dependencies.lazy_static]
33 version = "1.0"
34
35 [dependencies.log]
36 version = "0.4"
37 optional = true
38
39 [dependencies.regex]
40 version = "1.0"
41
42 [dependencies.serde]
43 version = "1.0"
44 optional = true
45
46 [dependencies.toml]
47 version = "0.5"
48
49 [dependencies.toml-query_derive]
50 version = "0.9.0"
51 [dev-dependencies.quickcheck]
52 version = "0.6"
53
54 [dev-dependencies.serde_derive]
55 version = "1"
56
57 [features]
58 default = []
59 logging = ["log"]
60 typed = ["serde"]