# 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 = "bpaf_derive" version = "0.5.13" authors = ["Michael Baykov "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Derive macros for bpaf Command Line Argument Parser" readme = "README.md" keywords = [ "args", "arguments", "cli", "parser", "parse", ] categories = ["command-line-interface"] license = "MIT OR Apache-2.0" repository = "https://github.com/pacak/bpaf" resolver = "2" [lib] name = "bpaf_derive" path = "src/lib.rs" proc-macro = true [dependencies.proc-macro2] version = "1.0.27" [dependencies.quote] version = "1.0.9" [dependencies.syn] version = "2.0.2" features = [ "full", "extra-traits", "visit-mut", ] [dev-dependencies.pretty_assertions] version = "1.3"