]> git.proxmox.com Git - rustc.git/blob - vendor/gix-glob/Cargo.toml
New upstream version 1.70.0+dfsg2
[rustc.git] / vendor / gix-glob / 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-glob"
16 version = "0.5.5"
17 authors = ["Sebastian Thiel <sebastian.thiel@icloud.com>"]
18 description = "A WIP crate of the gitoxide project dealing with pattern matching"
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.3.0"
38 features = ["std"]
39 default-features = false
40
41 [dependencies.document-features]
42 version = "0.2.0"
43 optional = true
44
45 [dependencies.serde]
46 version = "1.0.114"
47 features = ["derive"]
48 optional = true
49 default-features = false
50
51 [dev-dependencies]
52
53 [features]
54 serde1 = [
55 "serde",
56 "bstr/serde",
57 ]