rustack-s3-core 0.9.0

S3 service implementation for Rustack
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 = "rustack-s3-core"
version = "0.9.0"
authors = ["Tyr Chen <tyr.chen@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "S3 service implementation for Rustack"
readme = false
license = "MIT"
repository = "https://github.com/tyrchen/rustack"

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

[dependencies.anyhow]
version = "1.0"

[dependencies.base64]
version = "0.22"

[dependencies.bytes]
version = "1.11"

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

[dependencies.crc32c]
version = "0.6"

[dependencies.crc32fast]
version = "1.5"

[dependencies.crc64fast-nvme]
version = "1.2"

[dependencies.dashmap]
version = "6.1"

[dependencies.digest]
version = "0.11"

[dependencies.hex]
version = "0.4"

[dependencies.http]
version = "1.4"

[dependencies.hyper]
version = "1.9"
features = [
    "server",
    "http1",
    "http2",
]

[dependencies.md-5]
version = "0.11"

[dependencies.parking_lot]
version = "0.12"

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

[dependencies.quick-xml]
version = "0.39"

[dependencies.rand]
version = "0.10"

[dependencies.rustack-auth]
version = "0.9.0"

[dependencies.rustack-core]
version = "0.9.0"

[dependencies.rustack-s3-model]
version = "0.9.0"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.sha1]
version = "0.11"

[dependencies.sha2]
version = "0.11"

[dependencies.tempfile]
version = "3.27"

[dependencies.thiserror]
version = "2.0"

[dependencies.tokio]
version = "1.52"
features = [
    "rt-multi-thread",
    "macros",
    "signal",
    "sync",
    "time",
    "io-util",
    "fs",
    "net",
    "process",
]

[dependencies.tracing]
version = "0.1"

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

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

[dev-dependencies.tokio-test]
version = "0.4"

[lints.clippy]
collapsible_if = "allow"
doc_markdown = "allow"
missing_errors_doc = "allow"
missing_panics_doc = "allow"
module_name_repetitions = "allow"

[lints.clippy.pedantic]
level = "warn"
priority = -1

[lints.rust]
missing_debug_implementations = "warn"
missing_docs = "warn"