prefixload 0.12.3

S3 cli backup by file name prefix
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 = "prefixload"
version = "0.12.3"
authors = ["Aleksey Kalsin <aleksey@kalsin.pro>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "S3 cli backup by file name prefix"
readme = "README.md"
keywords = [
    "S3",
    "backup",
    "aws",
]
categories = [
    "command-line-utilities",
    "filesystem",
]
license = "MIT"
repository = "https://github.com/b4rgut/prefixload"

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

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

[dependencies.aws-config]
version = "1.8.2"

[dependencies.aws-credential-types]
version = "1.2.6"

[dependencies.aws-sdk-s3]
version = "1.98.0"

[dependencies.aws-types]
version = "1.3.7"

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

[dependencies.clap]
version = "4.5.41"
features = ["derive"]

[dependencies.configparser]
version = "3.1.0"

[dependencies.dirs-next]
version = "2.0.0"

[dependencies.md5]
version = "0.8.0"

[dependencies.rayon]
version = "1.11.0"

[dependencies.requestty]
version = "0.5.0"

[dependencies.rust-embed]
version = "8.7.2"

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

[dependencies.serde_yaml]
version = "0.9.34"

[dependencies.syntect]
version = "5.2.0"

[dependencies.thiserror]
version = "2.0.12"

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

[dev-dependencies.serial_test]
version = "3.2.0"

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

[dev-dependencies.wiremock]
version = "0.6.4"

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

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

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

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

[profile.dev]
opt-level = 0
debug = 2

[profile.release]
opt-level = 3
lto = true
debug = 0