• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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"
15version = "0.3.26"
16authors = ["Guillaume Pinot <texitoi@texitoi.eu>", "others"]
17description = "Parse command line argument by defining a struct."
18documentation = "https://docs.rs/structopt"
19readme = "README.md"
20keywords = ["clap", "cli", "derive", "docopt"]
21categories = ["command-line-interface"]
22license = "Apache-2.0 OR MIT"
23repository = "https://github.com/TeXitoi/structopt"
24[dependencies.clap]
25version = "2.33"
26default-features = false
27
28[dependencies.lazy_static]
29version = "1.4.0"
30
31[dependencies.paw_dep]
32version = "1"
33optional = true
34package = "paw"
35
36[dependencies.structopt-derive]
37version = "=0.4.18"
38[dev-dependencies.rustversion]
39version = "1"
40
41[dev-dependencies.strum]
42version = "0.21"
43features = ["derive"]
44
45[dev-dependencies.trybuild]
46version = "1.0.5"
47features = ["diff"]
48
49[features]
50color = ["clap/color"]
51debug = ["clap/debug"]
52default = ["clap/default"]
53doc = ["clap/doc"]
54lints = ["clap/lints"]
55no_cargo = ["clap/no_cargo"]
56paw = ["structopt-derive/paw", "paw_dep"]
57suggestions = ["clap/suggestions"]
58wrap_help = ["clap/wrap_help"]
59yaml = ["clap/yaml"]
60[badges.travis-ci]
61repository = "TeXitoi/structopt"
62