# 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" rust-version = "1.74" name = "git-repo-manager" version = "0.7.21" authors = ["Hannes Körber "] build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = """ Manage multiple git repositories. You configure the git repositories in a file, the program does the rest! """ homepage = "https://github.com/hakoerber/git-repo-manager" readme = "README.md" keywords = ["git"] categories = [ "command-line-utilities", "development-tools", ] license = "GPL-3.0-only" repository = "https://github.com/hakoerber/git-repo-manager" [profile.dist] lto = "thin" inherits = "release" [profile.e2e-tests] inherits = "dev" [lib] name = "grm" path = "src/lib.rs" [[bin]] name = "grm" path = "src/grm/main.rs" [[test]] name = "helpers" path = "tests/helpers.rs" [[test]] name = "repo" path = "tests/repo.rs" [dependencies.clap] version = "=4.5.20" features = [ "derive", "cargo", ] [dependencies.comfy-table] version = "=7.1.1" [dependencies.console] version = "=0.15.8" [dependencies.git2] version = "=0.19.0" [dependencies.parse_link_header] version = "=0.4.0" [dependencies.regex] version = "=1.11.1" [dependencies.serde] version = "=1.0.214" features = ["derive"] [dependencies.serde_json] version = "=1.0.132" [dependencies.serde_yaml] version = "=0.9.34" [dependencies.shellexpand] version = "=3.1.0" [dependencies.toml] version = "=0.8.19" [dependencies.ureq] version = "=2.10.1" features = ["json"] [dependencies.url-escape] version = "=0.1.1" [dev-dependencies.outdir-tempdir] version = "=0.2.0" [features] static-build = [ "git2/vendored-openssl", "git2/vendored-libgit2", ]