# 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 = "clap-nested-commands" version = "0.0.1" include = [ "src/**/*", "LICENSE", "README.md", ] description = "Rust macros to automate the definitions for nested commands in a clap CLI" homepage = "https://github.com/mootoday/rust-clap-nested-commands" documentation = "https://github.com/mootoday/rust-clap-nested-commands" readme = "README.md" keywords = [ "cli", "clap", "nested", "commands", ] categories = ["command-line-interface"] license-file = "LICENSE" repository = "https://github.com/mootoday/rust-clap-nested-commands" [lib] path = "src/lib.rs" [dependencies.anyhow] version = "1.0.80" [dependencies.clap] version = "4.5.2" features = ["derive"] [dependencies.paste] version = "1.0.14" [dependencies.tokio] version = "1.36.0" features = ["full"]