# 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 = "2021" name = "argopt" version = "0.3.0" authors = ["Hideyuki Tanaka "] description = "Parse command line argument by defining a function." readme = "README.md" keywords = ["argument", "cli", "arg", "parser", "parse"] categories = ["command-line-interface"] license = "MIT" repository = "https://github.com/tanakh/argopt" resolver = "2" [dependencies.argopt-impl] version = "^0.3.0" [dependencies.clap] version = "3.0.7" features = ["derive"] [dev-dependencies.log] version = "0.4.11" [dev-dependencies.tokio] version = "1.16.1" features = ["full"]