# 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 = "2018" name = "rsure" version = "0.9.4" authors = ["David Brown "] exclude = ["2sure.*.gz"] description = "Rsure captures hashes and metadata about a tree of files, and can\nlater verify these hashes and metadata to determine if the files have\nchanged. It supports incremental updates, and includes an standalone\nexecutable for scanning and checking trees.\n" readme = "README.md" license = "MIT" repository = "https://github.com/d3zd3z/rsure" [[bin]] name = "rsure" test = false doc = false [dependencies.chrono] version = "0.4" [dependencies.crossbeam] version = "0.8" [dependencies.data-encoding] version = "2.1.1" [dependencies.env_logger] version = "0.9" [dependencies.flate2] version = "1.0" [dependencies.lazy_static] version = "1.4" [dependencies.libc] version = "0.2.11" [dependencies.log] version = "0.4.6" [dependencies.num_cpus] version = "1.10" [dependencies.openssl] version = "0.10" [dependencies.regex] version = "1.5" [dependencies.rusqlite] version = "0.26" [dependencies.structopt] version = "0.3" [dependencies.tempdir] version = "0.3" [dependencies.thiserror] version = "1.0" [dependencies.time] version = "0.3" [dependencies.weave] version = "0.3.1"