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.74" 15name = "clap_derive" 16version = "4.5.0" 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." 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" 41 42[package.metadata.docs.rs] 43targets = ["x86_64-unknown-linux-gnu"] 44 45[package.metadata.release] 46dependent-version = "upgrade" 47shared-version = true 48tag-name = "v{{version}}" 49 50[lib] 51bench = false 52proc-macro = true 53 54[dependencies.heck] 55version = "0.4.0" 56 57[dependencies.proc-macro2] 58version = "1.0.69" 59 60[dependencies.quote] 61version = "1.0.9" 62 63[dependencies.syn] 64version = "2.0.8" 65features = ["full"] 66 67[features] 68debug = [] 69default = [] 70deprecated = [] 71raw-deprecated = ["deprecated"] 72unstable-v5 = ["deprecated"] 73