# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2018" name = "nameless-clap_derive" version = "3.0.0-beta.2.2" authors = [ "Guillaume Pinot ", "Clap Maintainers", "Dan Gohman ", ] include = [ "src/**/*", "Cargo.toml", "README.md", ] description = "Parse command line argument by defining a struct, derive crate." homepage = "https://clap.rs/" documentation = "https://docs.rs/nameless-clap_derive" readme = "README.md" keywords = [ "clap", "cli", "parse", "derive", "proc_macro", ] categories = [ "command-line-interface", "development-tools::procedural-macro-helpers", ] license = "MIT OR Apache-2.0" repository = "https://github.com/sunfishcode/clap/tree/master/clap_derive" [package.metadata.docs.rs] features = ["doc"] targets = ["x86_64-unknown-linux-gnu"] [lib] bench = false proc-macro = true [dependencies.heck] version = "0.3.0" [dependencies.proc-macro-error] version = "1" [dependencies.proc-macro2] version = "1.0.26" [dependencies.quote] version = "1.0.9" [dependencies.syn] version = "1.0.69" features = ["full"] [dev-dependencies.os_str_bytes] version = "2.4" [dev-dependencies.rustversion] version = "1" [dev-dependencies.trybuild] version = "1.0" [dev-dependencies.version-sync] version = "0.9" [features] debug = [] default = [] doc = []