# 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_rnd_name" version = "0.1.6" authors = [ "BenginX", "X_Tu", ] description = "Generate a random git branch name based on remote name you given." homepage = "https://github.com/W-Mai/git_rnd_name" readme = "README.md" license = "MIT" repository = "https://github.com/W-Mai/git_rnd_name" [[bin]] name = "grn" path = "src/main.rs" [dependencies.anyhow] version = "1.0.71" [dependencies.clap] version = "4.3.1" features = ["derive"] [dependencies.env_logger] version = "0.10.0" [dependencies.git2] version = "0.17.1" [dependencies.iterator-ext] version = "0.2.1" [dependencies.log] version = "0.4.18" [dependencies.rand] version = "0.8.5" [dependencies.thiserror] version = "1.0.40"