# 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 = "rusty-gum" version = "0.0.0" authors = ["Robert Walter "] description = "A tool for rusty shell scripts" homepage = "https://github.com/RobWalt/rusty-gum" documentation = "https://docs.rs/rusty-gum" readme = "README.md" keywords = [ "cli", "gum", "dialoguer", "tool", ] license = "MIT" repository = "https://github.com/RobWalt/rusty-gum" resolver = "2" [[bin]] name = "rgum" path = "src/bin/main.rs" [dependencies.anyhow] version = "1.0" [dependencies.dialoguer] version = "0.10" features = ["fuzzy-select"] [dependencies.structopt] version = "0.3" [dependencies.structopt-derive] version = "0.4"