# 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 = "git-nomad" version = "0.7.1" authors = ["Ronuk Raval "] description = "Synchronize work-in-progress git branches in a light weight fashion" readme = "README.md" license = "MIT" repository = "https://github.com/rraval/git-nomad" [dependencies.anyhow] version = "^1.0.75" [dependencies.clap] version = "^4.4.6" features = [ "std", "help", "usage", "error-context", "suggestions", "cargo", "env", "wrap_help", "string", ] default-features = false [dependencies.git-version] version = "^0.3.5" [dependencies.indicatif] version = "^0.17.7" [dependencies.tempfile] version = "^3.8.0" [dependencies.whoami] version = "^1.4.1"