# 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 = "swagit" version = "1.0.4" authors = ["Evan Ye "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A swag tool to use git with interactive cli" readme = "README.md" license = "MIT" repository = "https://github.com/jigsawye/swagit" [[bin]] name = "swagit" path = "src/main.rs" [[test]] name = "git_tests" path = "tests/git_tests.rs" [[test]] name = "integration_tests" path = "tests/integration_tests.rs" [dependencies.atty] version = "0.2" [dependencies.clap] version = "4.4" features = ["derive"] [dependencies.colored] version = "2.0" [dependencies.ctrlc] version = "3.4" [dependencies.dialoguer] version = "0.11" features = ["fuzzy-select"] [dev-dependencies.assert_cmd] version = "2.0" [dev-dependencies.predicates] version = "3.0" [dev-dependencies.tempfile] version = "3.8"