# 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 = "interactive-clap" version = "0.3.1" authors = ["FroVolod "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Interactive mode extension crate to Command Line Arguments Parser (https://crates.io/crates/clap)" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/FroVolod/interactive-clap" [lib] name = "interactive_clap" path = "src/lib.rs" [[example]] name = "advanced_enum" path = "examples/advanced_enum.rs" [[example]] name = "advanced_struct" path = "examples/advanced_struct.rs" [[example]] name = "simple_enum" path = "examples/simple_enum.rs" [[example]] name = "simple_struct" path = "examples/simple_struct.rs" [[example]] name = "struct_with_context" path = "examples/struct_with_context.rs" [[example]] name = "struct_with_flatten" path = "examples/struct_with_flatten.rs" [[example]] name = "struct_with_named_arg" path = "examples/struct_with_named_arg.rs" [[example]] name = "struct_with_subargs" path = "examples/struct_with_subargs.rs" [[example]] name = "struct_with_subcommand" path = "examples/struct_with_subcommand.rs" [[example]] name = "to_cli_args" path = "examples/to_cli_args.rs" [dependencies.interactive-clap-derive] version = "0.3.1" [dependencies.strum] version = "0.24" features = ["derive"] [dependencies.strum_macros] version = "0.24" [dev-dependencies.clap] version = "4.0.18" features = ["derive"] [dev-dependencies.color-eyre] version = "0.6" [dev-dependencies.inquire] version = "0.6" [dev-dependencies.shell-words] version = "1.0.0"