# 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 = "2021" name = "btm" version = "1.0.0" authors = ["hui.fan@mail.ru"] build = 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" [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.29" features = ["fs"] [dependencies.ruc] version = "7.0" features = [ "cmd", "uau", ] [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [features] bin = ["clap"] default = ["bin"]