# 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 = "gitlab_s3_releaser" version = "0.1.5" authors = ["theirix "] description = " Tool to create GitLab releases from S3 bucket" readme = "README.md" keywords = ["gitlab"] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/theirix/gitlab-s3-releaser" [dependencies.anyhow] version = "~1" [dependencies.aws-config] version = ">= 1.5.0, < 2" [dependencies.aws-sdk-s3] version = ">= 1.34.0, <2" [dependencies.clap] version = "~4" features = ["derive"] [dependencies.env_logger] version = "0.11.2" [dependencies.gitlab] version = "0.1700.1" [dependencies.log] version = "0.4.21" [dependencies.regex] version = "~1" [dependencies.serde] version = "1.0.197" features = ["derive"] [dependencies.tokio] version = "1.38.0" features = ["full"]