rustfs-cli 0.1.3

A Rust S3 CLI client for S3-compatible object storage
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 = "rustfs-cli"
version = "0.1.3"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A Rust S3 CLI client for S3-compatible object storage"
homepage = "https://github.com/rustfs/cli"
readme = "README.md"
keywords = [
    "s3",
    "cli",
    "storage",
    "aws",
    "object-storage",
]
categories = [
    "command-line-utilities",
    "filesystem",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/rustfs/cli"
resolver = "2"

[features]
default = []
golden = []
integration = []

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

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

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

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

[dependencies.anyhow]
version = "1.0"

[dependencies.clap]
version = "4.5"
features = [
    "derive",
    "env",
]

[dependencies.clap_complete]
version = "4.5"

[dependencies.comfy-table]
version = "7.2"

[dependencies.console]
version = "0.16"

[dependencies.glob]
version = "0.3"

[dependencies.humansize]
version = "2.1"

[dependencies.indicatif]
version = "0.18"

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

[dependencies.mime_guess]
version = "2.0"

[dependencies.rc-core]
version = "0.1.3"

[dependencies.rc-s3]
version = "0.1.3"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.thiserror]
version = "2.0"

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

[dependencies.tracing]
version = "0.1"

[dependencies.tracing-subscriber]
version = "0.3"
features = ["env-filter"]

[dev-dependencies.insta]
version = "1.46"
features = ["json"]

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