# 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" rust-version = "1.59" name = "check_sum" version = "1.0.1" authors = ["LJason "] description = "检查文件的校验和" readme = "README.md" license-file = "LICENSE" repository = "https://github.com/LJason77/Checksum" resolver = "2" [profile.release] lto = "fat" codegen-units = 1 panic = "abort" [dependencies.clap] version = "3" features = ["std", "color", "derive", "cargo"] default-features = false [dependencies.hex] version = "0.4" [dependencies.num_cpus] version = "1" [dependencies.rusqlite] version = "0.27" [dependencies.sha2] version = "0.10"