ebod 1.0.0

An Easy/Efficient Backup Solution for manual backup of syncing data in local storage devices
# 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 = "ebod"
version = "1.0.0"
authors = ["Sivaprakash P"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "An Easy/Efficient Backup Solution for manual backup of syncing data in local storage devices"
homepage = "https://github.com/sivaprakashkrp/ebod"
readme = "README.md"
keywords = [
    "backup",
    "local",
    "copy",
    "sync",
    "files",
]
categories = ["command-line-utilities"]
license = "GPL-2.0-or-later"
repository = "https://github.com/sivaprakashkrp/ebod"

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

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

[dependencies.colored]
version = "3.0.0"

[dependencies.hf]
version = "0.5.1"

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

[dependencies.serde_json]
version = "1.0.149"

[profile.release]
opt-level = "z"
lto = true
codegen-units = 1
panic = "abort"
strip = true