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