# 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 = "2018" name = "git-remote-s3" version = "0.1.4" authors = ["Bryan Gahagan "] description = "Push and pull git repos to/from an s3 bucket, encrypted using gpg." readme = "README.md" keywords = [ "git", "aws", "S3", "gpg", "cli", ] categories = [ "command-line-utilities", "development-tools", ] license = "MIT" repository = "https://github.com/bgahagan/git-remote-s3" [dependencies.error-chain] version = "0.12.1" [dependencies.itertools] version = "0.8.2" [dependencies.rusoto_core] version = "0.42.0" features = ["rustls"] default_features = false [dependencies.rusoto_credential] version = "0.42.0" [dependencies.rusoto_s3] version = "0.42.0" features = ["rustls"] default_features = false [dependencies.tempfile] version = "3.1.0" [dev-dependencies.assert_cmd] version = "0.11"