# 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 = "g-rs" version = "2.0.2" build = "build.rs" exclude = [ ".idea/**", ".github/**", ".gitignore", ] autobins = false autoexamples = false autotests = false autobenches = false description = "cli tool for managing multiple git profiles" readme = "README.md" keywords = [ "git", "cli", ] categories = ["command-line-utilities"] license = "MIT OR Apache-2.0" repository = "https://github.com/jakublaba/g" [[bin]] name = "g" path = "src/main.rs" [dependencies.bincode] version = "1.3.3" [dependencies.clap] version = "4.5.11" features = ["derive"] [dependencies.git2] version = "0.19.0" [dependencies.rand] version = "0.8.5" [dependencies.serde] version = "1.0.204" features = ["derive"] [dependencies.ssh-key] version = "0.6.6" features = [ "dsa", "ed25519", "rsa", ] [dependencies.thiserror] version = "1.0.63" [dev-dependencies.cargo-llvm-cov] version = "0.6.11" [dev-dependencies.mockall] version = "0.13.0" [dev-dependencies.rstest] version = "0.22.0" [dev-dependencies.sha256] version = "1.5.0" [dev-dependencies.spectral] version = "0.6.0" [dev-dependencies.tempfile] version = "3.11.0" [build-dependencies.bincode] version = "1.3.3" [build-dependencies.serde] version = "1.0.204" features = ["derive"] [build-dependencies.serde_json] version = "1.0.127"