# 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 = "filehash-rs" version = "1.1.0" authors = ["Daniel Sonne Lehnberg "] exclude = ["mock/*"] description = "A small, fast library for hashing files written in Rust." homepage = "https://github.com/doddydigitaldesign/filehash-rs" documentation = "https://docs.rs/filehash-rs" readme = "README.md" keywords = ["filesystem", "hashing"] categories = ["filesystem", "development-tools"] license = "MIT" repository = "https://github.com/doddydigitaldesign/filehash-rs" [profile.release] opt-level = 3 lto = true debug = false [dependencies.clap] version = "2.33.3"