rattlebeaver 0.1.1

Manage rolling backups
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 = "rattlebeaver"
version = "0.1.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Manage rolling backups"
readme = "README.md"
keywords = [
    "rolling",
    "backup",
]
license = "Unlicense"
repository = "https://github.com/ArielHorwitz/rattlebeaver"

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

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

[dependencies.anyhow]
version = "1.0.97"

[dependencies.chrono]
version = "0.4.40"

[dependencies.chronoutil]
version = "0.2.7"

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

[dependencies.flate2]
version = "1.1.1"

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

[dependencies.tar]
version = "0.4.44"

[dependencies.toml]
version = "0.8.20"