# 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 = "ovr-btm" version = "0.6.10" authors = [ "ccmlm", "fanhui.x@gmail.com", ] description = "Blockchain Time Machine" homepage = "https://github.com/Overealityio/ovr-btm" keywords = [ "vcs", "snapshot", "zfs", "btrfs", ] license = "MIT" repository = "https://github.com/Overealityio/ovr-btm.git" resolver = "2" [[bin]] name = "btm" path = "src/bins/btm.rs" [dependencies.clap] version = "3.1.15" features = ["derive"] [dependencies.nix] version = "0.24.1" [dependencies.once_cell] version = "1.10.0" [dependencies.ovr-ruc] version = "1.0.8" features = ["rich"] [dependencies.serde] version = "1.0.136" features = ["derive"] [dependencies.serde_json] version = "1.0.79"