# 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 = "slip_git" version = "0.1.3" authors = ["Shiva Prasanth "] description = "Simple `slip` command (git clone runner to better categorize personal repos and work repos)." readme = "README.md" license = "MIT OR Apache-2.0" [[bin]] name = "slip" path = "src/main.rs" [dependencies.clap] version = "3.0.0" features = ["derive"] [dependencies.crossterm] version = "0.24.0" [dependencies.fuzzy-matcher] version = "0.3.7" [dependencies.serde] version = "1.0.133" [dependencies.serde_derive] version = "1.0.133" [dependencies.shellexpand] version = "2.1.0" [dependencies.toml] version = "0.5" [dependencies.tui] version = "0.18.0" [dependencies.url] version = "2.2.1"