# 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 = "gus-rs" version = "0.1.1" description = "A simple git user switcher" readme = "README.md" keywords = [ "cli", "user", "switch", "easy", "git", ] categories = [ "command-line-utilities", "config", "filesystem", ] license = "MIT" repository = "https://github.com/maulik9898/gus-rs" [package.metadata.binstall] bin-dir = "{ name }-{ target }-v{ version }/{ bin }{ binary-ext }" pkg-fmt = "tgz" pkg-url = "{ repo }/releases/download/v{ version }/{ name }-{ target }-v{ version }{ archive-suffix }" [[bin]] name = "gus" path = "src/main.rs" test = false bench = false [dependencies.clap] version = "4.3.23" features = ["derive"] [dependencies.color-eyre] version = "0.6.2" default-features = false [dependencies.crossterm] version = "0.27.0" [dependencies.dirs] version = "5.0.1" [dependencies.inquire] version = "0.6.2" [dependencies.rust-ini] version = "0.19.0" [dependencies.sqlx] version = "0.7.1" features = [ "sqlite", "runtime-tokio", "macros", ] [dependencies.tokio] version = "1.32.0" features = [ "macros", "rt-multi-thread", ]