]> git.proxmox.com Git - rustc.git/blob - vendor/gix-config-value/Cargo.toml
New upstream version 1.70.0+dfsg2
[rustc.git] / vendor / gix-config-value / 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 are reading this file be aware that the original Cargo.toml
9 # will likely look very different (and much more reasonable).
10 # See Cargo.toml.orig for the original contents.
11
12 [package]
13 edition = "2021"
14 rust-version = "1.64"
15 name = "gix-config-value"
16 version = "0.10.1"
17 authors = ["Sebastian Thiel <sebastian.thiel@icloud.com>"]
18 description = "A crate of the gitoxide project providing gix-config value parsing"
19 license = "MIT/Apache-2.0"
20 repository = "https://github.com/Byron/gitoxide"
21
22 [package.metadata.docs.rs]
23 all-features = true
24 features = ["document-features"]
25 rustdoc-args = [
26 "--cfg",
27 "docsrs",
28 ]
29
30 [lib]
31 doctest = false
32
33 [dependencies.bitflags]
34 version = "1.3.2"
35
36 [dependencies.bstr]
37 version = "1.0.1"
38
39 [dependencies.document-features]
40 version = "0.2.0"
41 optional = true
42
43 [dependencies.gix-path]
44 version = "^0.7.1"
45
46 [dependencies.serde]
47 version = "1.0.114"
48 features = ["derive"]
49 optional = true
50 default-features = false
51
52 [dependencies.thiserror]
53 version = "1.0.32"
54
55 [features]
56 serde1 = [
57 "serde",
58 "bstr/serde",
59 ]
60
61 [target."cfg(not(windows))".dependencies.libc]
62 version = "0.2"