rc-core 0.1.30

Core library for rustfs-cli S3 CLI client
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"
rust-version = "1.92"
name = "rc-core"
version = "0.1.30"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Core library for rustfs-cli S3 CLI client"
homepage = "https://github.com/rustfs/cli"
readme = "README.md"
keywords = [
    "s3",
    "storage",
    "object-storage",
]
categories = ["filesystem"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/rustfs/cli"

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

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

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

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

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

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

[dependencies.aes-gcm]
version = "0.10"

[dependencies.anyhow]
version = "1.0"

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

[dependencies.base64]
version = "0.22"

[dependencies.dirs]
version = "6.0"

[dependencies.futures]
version = "0.3"

[dependencies.getrandom]
version = "0.4"

[dependencies.glob]
version = "0.3"

[dependencies.hex]
version = "0.4"

[dependencies.http]
version = "1.2"

[dependencies.humansize]
version = "2.1"

[dependencies.jiff]
version = "0.2"
features = ["serde"]

[dependencies.rand]
version = "0.8"

[dependencies.rsa]
version = "0.9"
features = [
    "sha2",
    "pem",
]

[dependencies.rustls-pki-types]
version = "1.15"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.sha2]
version = "0.10"

[dependencies.tar]
version = "0.4"

[dependencies.tempfile]
version = "3.24"

[dependencies.thiserror]
version = "2.0"

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

[dependencies.toml]
version = "0.9"

[dependencies.tracing]
version = "0.1"

[dependencies.url]
version = "2.5"

[dependencies.urlencoding]
version = "2.1"

[dependencies.x509-parser]
version = "0.18"

[dependencies.zeroize]
version = "1.8"

[dev-dependencies.mockall]
version = "0.14"