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 = "2018" 14name = "structopt-derive" 15version = "0.4.18" 16authors = ["Guillaume Pinot <texitoi@texitoi.eu>"] 17description = "Parse command line argument by defining a struct, derive crate." 18documentation = "https://docs.rs/structopt-derive" 19keywords = ["clap", "cli", "derive", "docopt"] 20categories = ["command-line-interface"] 21license = "Apache-2.0/MIT" 22repository = "https://github.com/TeXitoi/structopt" 23 24[lib] 25proc-macro = true 26[dependencies.heck] 27version = "0.3.0" 28 29[dependencies.proc-macro-error] 30version = "1.0.0" 31 32[dependencies.proc-macro2] 33version = "1" 34 35[dependencies.quote] 36version = "1" 37 38[dependencies.syn] 39version = "1" 40features = ["full"] 41 42[features] 43paw = [] 44[badges.travis-ci] 45repository = "TeXitoi/structopt" 46