bkr 1.0.0

Backup and restore tool for syncing files to AWS S3 with native zstd compression
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 = "2021"
name = "bkr"
version = "1.0.0"
authors = ["GoodWok <welcome@goodwok.dev>"]
build = false
exclude = [
    "target/",
    ".git/",
    "tests/",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Backup and restore tool for syncing files to AWS S3 with native zstd compression"
homepage = "https://github.com/goodwokdev/flow-bkr"
documentation = "https://docs.rs/bkr"
readme = "README.md"
keywords = [
    "backup",
    "s3",
    "aws",
    "sync",
    "zstd",
]
categories = [
    "command-line-utilities",
    "filesystem",
]
license = "MIT"
repository = "https://github.com/goodwokdev/flow-bkr"

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

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

[dependencies.anyhow]
version = "1"

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

[dependencies.aws-credential-types]
version = "1"
features = ["hardcoded-credentials"]

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

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

[dependencies.chrono-tz]
version = "0.10"

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

[dependencies.dirs]
version = "5"

[dependencies.futures]
version = "0.3"

[dependencies.gethostname]
version = "0.5"

[dependencies.glob]
version = "0.3"

[dependencies.globset]
version = "0.4"

[dependencies.md-5]
version = "0.10"

[dependencies.mime_guess]
version = "2"

[dependencies.regex]
version = "1"

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

[dependencies.serde_yaml]
version = "0.9"

[dependencies.sha2]
version = "0.10"

[dependencies.shellexpand]
version = "3"

[dependencies.tar]
version = "0.4"

[dependencies.tempfile]
version = "3"

[dependencies.thiserror]
version = "2"

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

[dependencies.tokio-stream]
version = "0.1"

[dependencies.walkdir]
version = "2"

[dependencies.zstd]
version = "0.13"

[dev-dependencies.filetime]
version = "0.2"

[profile.release]
opt-level = 3
lto = true
codegen-units = 1
strip = true