awsbck 1.0.2

Utility to backup a folder to AWS S3, once or periodically.
# 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 = "awsbck"
version = "1.0.2"
authors = ["Valentin Bersier <hi@beeb.li>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Utility to backup a folder to AWS S3, once or periodically."
readme = "README.md"
keywords = [
    "aws",
    "s3",
    "backup",
    "aws-s3",
]
categories = [
    "command-line-utilities",
    "filesystem",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/beeb/awsbck"

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

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

[dependencies.anyhow]
version = "1"

[dependencies.aws-config]
version = "1"
features = ["behavior-version-latest"]

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

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

[dependencies.chrono]
version = "0.4"
features = ["clock"]
default-features = false

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

[dependencies.cron]
version = "0.15"

[dependencies.dotenvy]
version = "0.15"

[dependencies.env_logger]
version = "0.11"

[dependencies.flate2]
version = "1"

[dependencies.log]
version = "0.4"

[dependencies.tar]
version = "0.4"

[dependencies.temp-dir]
version = "0.2"

[dependencies.tokio]
version = "1"
features = [
    "rt",
    "macros",
    "signal",
]

[dependencies.uuid]
version = "1"
features = [
    "v4",
    "fast-rng",
]

[dev-dependencies.dockertest]
version = "0.5"

[profile.dist]
lto = "thin"
inherits = "release"

[profile.release]
lto = "thin"
strip = true