[package]
edition = "2024"
name = "btm"
version = "3.0.1"
authors = ["hui.fan@mail.ru"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Blockchain Time Machine"
homepage = "https://github.com/rust-util-collections/btm"
readme = "README.md"
keywords = [
"vcs",
"snapshot",
"zfs",
"btrfs",
]
license = "MIT"
repository = "https://github.com/rust-util-collections/btm"
[features]
bin = ["clap"]
default = ["bin"]
[lib]
name = "btm"
path = "src/lib.rs"
[[bin]]
name = "btm"
path = "src/bins/btm.rs"
[dependencies.clap]
version = "4.5"
features = [
"cargo",
"derive",
]
optional = true
[dependencies.nix]
version = "0.31"
features = ["fs"]
[dependencies.ruc]
version = "11.0"
features = [
"cmd",
"uau",
]
[dependencies.serde]
version = "1.0"
features = ["derive"]
[dependencies.serde_json]
version = "1.0"