# 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 = "cargo-selector" version = "0.4.1" authors = ["Kyosuke Fujimoto "] build = false exclude = [ "/.github", "/img", "_config.yml", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Cargo subcommand to select and execute binary/example targets" homepage = "https://github.com/lusingander/cargo-selector" readme = "README.md" keywords = [ "cargo", "subcommand", "plugin", "tui", ] categories = [ "development-tools::cargo-plugins", "command-line-utilities", ] license = "MIT" repository = "https://github.com/lusingander/cargo-selector" [[bin]] name = "cargo-selector" path = "src/main.rs" [dependencies.cargo_metadata] version = "0.18.1" [dependencies.clap] version = "4.5.13" features = ["derive"] [dependencies.console] version = "0.15.8" [dependencies.ratatui] version = "0.28.0" [dependencies.tui-input] version = "0.10.0"