minio 0.4.0

MinIO SDK for Amazon S3 compatible object storage access
Documentation
# 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 = "2024"
name = "minio"
version = "0.4.0"
authors = ["MinIO Dev Team <dev@min.io>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "MinIO SDK for Amazon S3 compatible object storage access"
readme = "README.md"
keywords = [
    "object-storage",
    "minio",
    "s3",
]
categories = [
    "api-bindings",
    "web-programming::http-client",
]
license = "Apache-2.0"
repository = "https://github.com/minio/minio-rs"

[features]
default = [
    "default-tls",
    "default-crypto",
    "http2",
]
default-crypto = [
    "dep:sha2",
    "dep:hmac",
]
default-tls = ["reqwest/default-tls"]
http2 = ["reqwest/http2"]
localhost = []
native-tls = ["reqwest/native-tls"]
ring = ["dep:ring"]
rustls-tls = ["reqwest/rustls-tls"]

[lib]
name = "minio"
path = "src/lib.rs"

[[example]]
name = "append_object"
path = "examples/append_object.rs"

[[example]]
name = "bucket_encryption"
path = "examples/bucket_encryption.rs"

[[example]]
name = "bucket_lifecycle"
path = "examples/bucket_lifecycle.rs"

[[example]]
name = "bucket_versioning"
path = "examples/bucket_versioning.rs"

[[example]]
name = "common"
path = "examples/common.rs"

[[example]]
name = "debug_logging_hook"
path = "examples/debug_logging_hook.rs"

[[example]]
name = "file_downloader"
path = "examples/file_downloader.rs"

[[example]]
name = "file_uploader"
path = "examples/file_uploader.rs"

[[example]]
name = "load_balancing_with_hooks"
path = "examples/load_balancing_with_hooks.rs"

[[example]]
name = "object_prompt"
path = "examples/object_prompt.rs"

[[example]]
name = "put_object"
path = "examples/put_object.rs"

[[test]]
name = "integration_test"
path = "tests/integration_test.rs"

[[bench]]
name = "bench_check_bucket_name"
path = "benches/bench_check_bucket_name.rs"

[[bench]]
name = "bench_checksums"
path = "benches/s3/bench_checksums.rs"
harness = false

[[bench]]
name = "s3-api"
path = "benches/s3/api_benchmarks.rs"
harness = false

[dependencies.async-recursion]
version = "1.1"

[dependencies.async-std]
version = "1.13"
features = ["attributes"]

[dependencies.async-stream]
version = "0.3"

[dependencies.async-trait]
version = "0.1"

[dependencies.base64]
version = "0.22"

[dependencies.bytes]
version = "1.11"

[dependencies.chrono]
version = "0.4"
features = ["serde"]

[dependencies.crc-fast]
version = "1.10"

[dependencies.dashmap]
version = "6.1.0"

[dependencies.env_logger]
version = "0.11"

[dependencies.futures-util]
version = "0.3"

[dependencies.hmac]
version = "0.12"
optional = true

[dependencies.http]
version = "1.4"

[dependencies.hyper]
version = "1.8"
features = ["full"]

[dependencies.lazy_static]
version = "1.5"

[dependencies.log]
version = "0.4"

[dependencies.md5]
version = "0.8"

[dependencies.multimap]
version = "0.10"

[dependencies.percent-encoding]
version = "2.3"

[dependencies.regex]
version = "1.12"

[dependencies.reqwest]
version = "0.12"
features = ["stream"]
default-features = false

[dependencies.ring]
version = "0.17"
features = ["alloc"]
optional = true
default-features = false

[dependencies.serde]
version = "1.0"
features = ["derive"]

[dependencies.serde_json]
version = "1.0"

[dependencies.sha1]
version = "0.10"

[dependencies.sha2]
version = "0.10"
optional = true

[dependencies.thiserror]
version = "2.0"

[dependencies.typed-builder]
version = "0.23"

[dependencies.url]
version = "2.5"

[dependencies.urlencoding]
version = "2.1"

[dependencies.uuid]
version = "1.19"
features = ["v4"]

[dependencies.xmltree]
version = "0.12"

[dev-dependencies.async-std]
version = "1.13"
features = [
    "attributes",
    "tokio1",
]

[dev-dependencies.clap]
version = "4.5"
features = ["derive"]

[dev-dependencies.criterion]
version = "0.8"

[dev-dependencies.quickcheck]
version = "1.0"

[dev-dependencies.rand]
version = "0.9"
features = ["small_rng"]

[dev-dependencies.tokio]
version = "1.49"
features = ["full"]