# 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] name = "bitcheck" version = "0.2.8" authors = ["avnsgt@tutamail.com"] description = "A simple script to perform md5 and sha1 hash check on ArchLabs Images." homepage = "https://archlabslinux.com/" readme = "README.md" keywords = ["archlabs", "iso", "checksum", "script"] license = "MIT" repository = "https://gitlab.com/AvnSgt/bitcheck" [profile.dev] opt-level = 3 [profile.release] opt-level = 3 [dependencies.home] version = "0.3.0" [dependencies.md-5] version = "0.7.0" [dependencies.sha-1] version = "0.7.0" [dependencies.walkdir] version = "2.0.0"