Bug 1888590 - Mark some subtests on trusted-types-event-handlers.html as failing...
[gecko.git] / third_party / rust / clap_derive / Cargo.toml
blob2c82923a4bd001b20333cf373579c15a4515e500
1 # THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
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.
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.
12 [package]
13 edition = "2021"
14 rust-version = "1.70.0"
15 name = "clap_derive"
16 version = "4.4.2"
17 include = [
18     "build.rs",
19     "src/**/*",
20     "Cargo.toml",
21     "LICENSE*",
22     "README.md",
23     "benches/**/*",
24     "examples/**/*",
26 description = "Parse command line argument by defining a struct, derive crate."
27 readme = "README.md"
28 keywords = [
29     "clap",
30     "cli",
31     "parse",
32     "derive",
33     "proc_macro",
35 categories = [
36     "command-line-interface",
37     "development-tools::procedural-macro-helpers",
39 license = "MIT OR Apache-2.0"
40 repository = "https://github.com/clap-rs/clap/tree/master/clap_derive"
42 [package.metadata.docs.rs]
43 targets = ["x86_64-unknown-linux-gnu"]
45 [package.metadata.release]
46 dependent-version = "upgrade"
47 shared-version = true
48 tag-name = "v{{version}}"
50 [lib]
51 bench = false
52 proc-macro = true
54 [dependencies.heck]
55 version = "0.4.0"
57 [dependencies.proc-macro2]
58 version = "1.0.42"
60 [dependencies.quote]
61 version = "1.0.9"
63 [dependencies.syn]
64 version = "2.0.8"
65 features = ["full"]
67 [features]
68 debug = []
69 default = []
70 deprecated = []
71 raw-deprecated = ["deprecated"]
72 unstable-v5 = ["deprecated"]