]> git.proxmox.com Git - rustc.git/blame - vendor/gix-sec/Cargo.toml
New upstream version 1.72.1+dfsg1
[rustc.git] / vendor / gix-sec / Cargo.toml
CommitLineData
0a29b90c
FG
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]
13edition = "2021"
14rust-version = "1.64"
15name = "gix-sec"
fe692bf9 16version = "0.8.1"
0a29b90c
FG
17authors = ["Sebastian Thiel <sebastian.thiel@icloud.com>"]
18include = [
19 "src/**/*",
fe692bf9 20 "LICENSE-*",
0a29b90c
FG
21 "CHANGELOG.md",
22]
23description = "A WIP crate of the gitoxide project providing a shared trust model"
24license = "MIT/Apache-2.0"
25repository = "https://github.com/Byron/gitoxide"
26
27[package.metadata.docs.rs]
28all-features = true
29features = ["document-features"]
30rustdoc-args = [
31 "--cfg",
32 "docsrs",
33]
34
35[lib]
36doctest = false
37
38[dependencies.bitflags]
49aad941 39version = "2"
0a29b90c
FG
40
41[dependencies.document-features]
42version = "0.2.1"
43optional = true
44
45[dependencies.serde]
46version = "1.0.114"
47features = [
48 "std",
49 "derive",
50]
51optional = true
52default-features = false
53
54[dev-dependencies.tempfile]
55version = "3.3.0"
56
57[features]
49aad941
FG
58serde = [
59 "dep:serde",
60 "bitflags/serde",
61]
0a29b90c
FG
62
63[target."cfg(not(windows))".dependencies.libc]
64version = "0.2.123"
65
0a29b90c 66[target."cfg(windows)".dependencies.gix-path]
fe692bf9 67version = "^0.8.1"
0a29b90c
FG
68
69[target."cfg(windows)".dependencies.windows]
49aad941 70version = "0.48"
0a29b90c
FG
71features = [
72 "Win32_Foundation",
73 "Win32_Security_Authorization",
74 "Win32_Storage_FileSystem",
75 "Win32_System_Memory",
76 "Win32_System_Threading",
77]