mountpoint-s3-client 0.19.6

High-performance Amazon S3 client for Mountpoint for Amazon S3.
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 = "mountpoint-s3-client"
version = "0.19.6"
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "High-performance Amazon S3 client for Mountpoint for Amazon S3."
readme = "README.md"
license = "Apache-2.0"
repository = "https://github.com/awslabs/mountpoint-s3"
resolver = "2"

[features]
fips_tests = []
fs_pool_tests = []
mock = [
    "dep:async-io",
    "dep:async-lock",
    "dep:md-5",
    "dep:rand",
]
pool_tests = []
s3_tests = []
s3express_tests = []

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

[dependencies.async-io]
version = "2.6.0"
optional = true

[dependencies.async-lock]
version = "3.4.2"
optional = true

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

[dependencies.auto_impl]
version = "1.3.0"

[dependencies.base64ct]
version = "1.8.2"
features = ["std"]

[dependencies.bytes]
version = "1.11.0"

[dependencies.const_format]
version = "0.2.35"

[dependencies.futures]
version = "0.3.31"

[dependencies.md-5]
version = "0.10.6"
optional = true

[dependencies.metrics]
version = "0.24.3"

[dependencies.mountpoint-s3-crt]
version = "0.13.6"

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

[dependencies.pin-project]
version = "1.1.10"

[dependencies.platform-info]
version = "2.0.5"

[dependencies.rand]
version = "0.9.2"
features = ["small_rng"]
optional = true

[dependencies.regex]
version = "1.12.2"

[dependencies.serde_json]
version = "1.0.149"

[dependencies.static_assertions]
version = "1.1.0"

[dependencies.supports-color]
version = "3.0.2"

[dependencies.thiserror]
version = "2.0.17"

[dependencies.time]
version = "0.3.44"
features = [
    "formatting",
    "parsing",
]

[dependencies.tracing]
version = "0.1.44"
features = [
    "std",
    "log",
]
default-features = false

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

[dependencies.xmltree]
version = "0.12.0"

[dev-dependencies.aws-config]
version = "1.8.12"

[dev-dependencies.aws-credential-types]
version = "1.2.11"

[dev-dependencies.aws-sdk-s3]
version = "1.120.0"
features = [
    "behavior-version-latest",
    "sigv4a",
    "rt-tokio",
    "default-https-client",
]
default-features = false

[dev-dependencies.aws-smithy-runtime-api]
version = "1.10.0"

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

[dev-dependencies.ctor]
version = "0.6.3"

[dev-dependencies.proptest]
version = "1.9.0"

[dev-dependencies.rusty-fork]
version = "0.3.1"

[dev-dependencies.tempfile]
version = "3.24.0"

[dev-dependencies.test-case]
version = "3.3.1"

[dev-dependencies.tokio]
version = "1.49.0"
features = [
    "rt",
    "rt-multi-thread",
    "macros",
]

[dev-dependencies.tracing-subscriber]
version = "0.3.22"
features = [
    "fmt",
    "env-filter",
]

[build-dependencies.built]
version = "0.8.0"
features = ["git2"]