# 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 = "push-fns" version = "0.1.0" build = "build.rs" description = "A simple tool to upload serverless function assets" homepage = "https://github.com/bbeesley/push-fns" readme = "README.md" keywords = [ "cli", "aws", "gcp", "lambda", "zip", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/bbeesley/push-fns" [dependencies.aws-config] version = "0.55.1" [dependencies.aws-sdk-s3] version = "0.26.0" [dependencies.clap] version = "4.2.5" features = ["derive"] [dependencies.glob] version = "0.3.1" [dependencies.google-cloud-default] version = "0.2.0" features = [ "storage", "rustls-tls", ] [dependencies.google-cloud-storage] version = "0.11.0" features = [ "trace", "rustls-tls", ] [dependencies.tokio] version = "1.28.0" features = ["full"] [dependencies.zip] version = "0.6.4" [dev-dependencies.rand] version = "0.8.5" [build-dependencies.clap] version = "4.2.5" features = ["derive"] [build-dependencies.clap-markdown] version = "0.1.3" [build-dependencies.clap_builder] version = "4.3.0" [build-dependencies.clap_complete] version = "4.3.0" [build-dependencies.clap_mangen] version = "0.2.11"