# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "recursum" version = "0.4.0" authors = ["Chris Barnes "] description = "Quickly hash all files in a directory tree" readme = "README.md" license = "MIT" repository = "https://github.com/clbarnes/recursum" [package.metadata.release] disable-publish = false no-dev-version = true [dependencies.digest] version = "0.9.0" [dependencies.hex] version = "0.4.2" [dependencies.indicatif] version = "0.15.0" [dependencies.jwalk] version = "0.5.1" [dependencies.meowhash] version = "0.3.0" [dependencies.num_cpus] version = "1.13.0" [dependencies.structopt] version = "0.3" [dependencies.tokio] version = "0.2" features = ["rt-threaded", "sync", "stream", "io-std", "io-util"] [dev-dependencies.cargo-release] version = "0.13.5"