# 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" name = "websum" version = "0.4.1" authors = ["Abdürrahim YILMAZ "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Next-gen integrity checker written in Rust" readme = "README.md" license = "MIT" [[bin]] name = "websum" path = "src/main.rs" [dependencies.clap] version = "4.5.11" features = ["derive"] [dependencies.data-encoding] version = "2.6.0" [dependencies.reqwest] version = "0.12.5" features = ["blocking"] [dependencies.ring] version = "0.17.8"