# 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 = "kamino" version = "1.1.1" authors = ["Steve Heindel "] description = "Help manage a bunch of git repo clones by ensuring they are in sync with the remote." readme = "README.md" keywords = [ "git", "repo", "sync", ] categories = [ "command-line-interface", "development-tools", ] license = "MIT OR Apache-2.0" repository = "https://github.com/schteve/kamino" [dependencies.anyhow] version = "1.0.64" [dependencies.clap] version = "3.2.17" features = ["derive"] [dependencies.git2] version = "0.15.0" [dependencies.openssl] version = "0" features = ["vendored"] optional = true [dependencies.sha2] version = "0.10.2" [dependencies.thiserror] version = "1.0.34" [dev-dependencies.tempfile] version = "3.3.0" [features] static_ssl = ["openssl/vendored"]