cloud-copy 0.7.0

A library for copying files to and from cloud storage.
# 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.89.0"
name = "cloud-copy"
version = "0.7.0"
authors = ["St. Jude Rust Labs"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A library for copying files to and from cloud storage."
homepage = "https://github.com/stjude-rust-labs/cloud-copy"
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/stjude-rust-labs/cloud-copy"

[package.metadata.docs.rs]
all-features = true

[features]
cli = [
    "dep:clap",
    "dep:anyhow",
    "dep:clap-verbosity-flag",
    "dep:colored",
    "dep:tracing-indicatif",
    "dep:tracing-subscriber",
    "dep:byte-unit",
    "dep:git-testament",
]
default = []

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

[[bin]]
name = "cloud-copy"
path = "src/main.rs"
required-features = ["cli"]

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

[dependencies.anyhow]
version = "1.0.99"
optional = true

[dependencies.base64]
version = "0.22.1"

[dependencies.blake3]
version = "1.8.2"
features = [
    "mmap",
    "rayon",
]

[dependencies.byte-unit]
version = "5.1.6"
optional = true

[dependencies.bytes]
version = "1.10.1"

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

[dependencies.clap]
version = "4.5.44"
features = [
    "derive",
    "env",
    "string",
]
optional = true

[dependencies.clap-verbosity-flag]
version = "3.0.3"
features = ["tracing"]
optional = true

[dependencies.colored]
version = "3.0.0"
optional = true

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

[dependencies.futures]
version = "0.3.31"

[dependencies.git-testament]
version = "0.2.6"
optional = true

[dependencies.hex]
version = "0.4.3"

[dependencies.hmac]
version = "0.12.1"

[dependencies.http-cache-stream-reqwest]
version = "0.4.0"

[dependencies.opool]
version = "0.2.0"

[dependencies.pin-project-lite]
version = "0.2.16"

[dependencies.rand]
version = "0.9.2"

[dependencies.reqwest]
version = "0.13.1"
features = ["stream"]

[dependencies.reqwest-middleware]
version = "0.5.0"

[dependencies.secrecy]
version = "0.10.3"
features = ["serde"]

[dependencies.serde]
version = "1.0.219"
features = [
    "derive",
    "rc",
]

[dependencies.serde-xml-rs]
version = "0.8.1"

[dependencies.sha2]
version = "0.10.9"

[dependencies.tempfile]
version = "3.20.0"

[dependencies.thiserror]
version = "2.0.14"

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

[dependencies.tokio-retry2]
version = "0.9.1"

[dependencies.tokio-util]
version = "0.7.16"
features = ["io"]

[dependencies.tracing]
version = "0.1.41"

[dependencies.tracing-indicatif]
version = "0.3.12"
optional = true

[dependencies.tracing-subscriber]
version = "0.3.19"
features = ["env-filter"]
optional = true

[dependencies.url]
version = "2.5.4"
features = ["serde"]

[dependencies.urlencoding]
version = "2.1.3"

[dependencies.walkdir]
version = "2.5.0"

[dev-dependencies.anyhow]
version = "1.0.99"

[dev-dependencies.pretty_assertions]
version = "1.4.1"

[lints.rust]
missing_docs = "warn"
nonstandard-style = "warn"
rust-2018-idioms = "warn"
rust-2021-compatibility = "warn"
rust-2024-compatibility = "warn"