s7cmd 0.1.3

Reliable, flexible, and fast command-line tool for Amazon S3
# 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 = "s7cmd"
version = "0.1.3"
authors = ["nidor1998 <nidor1998@gmail.com>"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Reliable, flexible, and fast command-line tool for Amazon S3"
homepage = "https://github.com/nidor1998/s7cmd"
readme = "README.md"
keywords = [
    "AWS",
    "Amazon",
    "S3",
    "cli",
    "sync",
]
categories = [
    "command-line-utilities",
    "filesystem",
]
license = "Apache-2.0"
repository = "https://github.com/nidor1998/s7cmd"

[features]
default = ["version"]
version = ["dep:shadow-rs"]

[[bin]]
name = "s7cmd"
path = "src/main.rs"

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

[dependencies.anyhow]
version = "1"

[dependencies.async-channel]
version = "2"

[dependencies.aws-config]
version = "1.8"
features = [
    "behavior-version-latest",
    "default-https-client",
    "rt-tokio",
    "credentials-process",
    "sso",
]
default-features = false

[dependencies.aws-sdk-s3]
version = "1.131"
features = [
    "sigv4a",
    "http-1x",
    "default-https-client",
    "rt-tokio",
]
default-features = false

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

[dependencies.aws-smithy-types]
version = "1.4"

[dependencies.chrono]
version = "0.4"

[dependencies.clap]
version = "4.6"
features = [
    "derive",
    "env",
    "cargo",
    "string",
]

[dependencies.clap_complete]
version = "4.6"

[dependencies.dyn-clone]
version = "1.0"

[dependencies.indicatif]
version = "0.18"

[dependencies.leaky-bucket]
version = "1.1"

[dependencies.log]
version = "0.4"

[dependencies.s3ls-rs]
version = "=1.0"

[dependencies.s3rm-rs]
version = "=1.3.4"

[dependencies.s3sync]
version = "=1.58"

[dependencies.s3util-rs]
version = "=1.0"

[dependencies.serde_json]
version = "1"

[dependencies.shadow-rs]
version = "2"
optional = true
default-features = false

[dependencies.simple_moving_average]
version = "1"

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

[dependencies.tracing]
version = "0.1"

[dependencies.tracing-subscriber]
version = "0.3"
features = [
    "env-filter",
    "json",
    "local-time",
]

[dependencies.urlencoding]
version = "2.1"

[dev-dependencies.assert_cmd]
version = "2"

[dev-dependencies.nix]
version = "0.31"
features = ["signal"]
default-features = false

[dev-dependencies.predicates]
version = "3"

[dev-dependencies.uuid]
version = "1"
features = ["v4"]

[build-dependencies.shadow-rs]
version = "2"
default-features = false

[lints.rust.unexpected_cfgs]
level = "warn"
priority = 0
check-cfg = ["cfg(e2e_test)"]

[profile.release]
opt-level = 3
lto = "fat"
codegen-units = 1
debug = 1
panic = "unwind"
strip = "symbols"

[profile.release-min-size]
opt-level = "z"
debug = 0
panic = "abort"
inherits = "release"