# 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 = "minior" version = "0.1.15" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Ergonomic Minio Client" readme = "README.md" keywords = ["minio"] license = "MIT" repository = "https://gitlab.com/robertlopezdev/minior" [package.metadata.docs.rs] features = ["pagination_iter"] [lib] name = "minior" path = "src/lib.rs" doctest = false [dependencies.aws-config] version = "1.2.1" features = ["behavior-version-latest"] [dependencies.aws-sdk-s3] version = "1.21.0" [dependencies.aws-smithy-async] version = "1.2.1" optional = true [dependencies.tokio] version = "1.40.0" [dev-dependencies.reqwest] version = "0.12.4" features = ["stream"] [dev-dependencies.tokio] version = "1.38.0" features = ["full"] [dev-dependencies.uuid] version = "1.8.0" features = ["v4"] [features] pagination_iter = ["aws-smithy-async"]