]> git.proxmox.com Git - rustc.git/blame - vendor/clap_derive/Cargo.toml
Merge 1.70 into proxmox/bookworm
[rustc.git] / vendor / clap_derive / Cargo.toml
CommitLineData
923072b8
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"
9c376795 14rust-version = "1.64.0"
923072b8 15name = "clap_derive"
353b0b11 16version = "4.2.0"
923072b8
FG
17include = [
18 "build.rs",
19 "src/**/*",
20 "Cargo.toml",
21 "LICENSE*",
22 "README.md",
23 "benches/**/*",
24 "examples/**/*",
25]
26description = "Parse command line argument by defining a struct, derive crate."
923072b8
FG
27readme = "README.md"
28keywords = [
29 "clap",
30 "cli",
31 "parse",
32 "derive",
33 "proc_macro",
34]
35categories = [
36 "command-line-interface",
37 "development-tools::procedural-macro-helpers",
38]
39license = "MIT OR Apache-2.0"
40repository = "https://github.com/clap-rs/clap/tree/master/clap_derive"
923072b8
FG
41
42[package.metadata.docs.rs]
43targets = ["x86_64-unknown-linux-gnu"]
44
45[package.metadata.release]
46shared-version = true
47dependent-version = "upgrade"
48tag-name = "v{{version}}"
49
923072b8
FG
50[lib]
51bench = false
52proc-macro = true
53
54[dependencies.heck]
55version = "0.4.0"
56
923072b8 57[dependencies.proc-macro2]
9c376795 58version = "1.0.42"
923072b8
FG
59
60[dependencies.quote]
61version = "1.0.9"
62
63[dependencies.syn]
353b0b11 64version = "2.0.8"
923072b8
FG
65features = ["full"]
66
67[features]
68debug = []
69default = []
70deprecated = []
71raw-deprecated = ["deprecated"]
9c376795 72unstable-v5 = ["deprecated"]