[[bin]]
name = "bk"
path = "src/main.rs"
[dependencies.anyhow]
version = "1.0.98"
[dependencies.clap]
features = ["derive"]
version = "4.5.40"
[dependencies.dirs]
version = "6.0.0"
[dependencies.serde]
features = ["derive"]
version = "1.0"
[dependencies.serde_json]
version = "1.0"
[dependencies.shellexpand]
version = "3.1.1"
[lib]
name = "hbackup"
path = "src/lib.rs"
[package]
authors = ["asthetik"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-utilities"]
description = "hbackup is a sample, high-performance, cross-platform backup tool written in Rust. It is designed to be fast, efficient, and easy to use, with a focus on performance and reliability."
edition = "2024"
exclude = ["README_zh.md", ".github/*"]
keywords = ["hbackup", "bk", "backup", "cli"]
license = "MIT OR Apache-2.0"
name = "hbackup"
readme = "README.md"
repository = "https://github.com/asthetik/hbackup"
version = "0.1.0-beta.4"
[profile.dev]
opt-level = 1
[profile.release]
opt-level = 3