# 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 = "fash" version = "0.1.7" authors = ["Victor Nilsson <@vcrn>"] description = "cross-platform GUI-app for calculating hashes of files and comparing them to supplied hashes" homepage = "https://github.com/vcrn/fash" readme = "README.md" keywords = [ "hash", "gui", "cross-platform", "sha256", ] categories = [ "cryptography", "filesystem", ] license = "MIT OR Apache-2.0" repository = "https://github.com/vcrn/fash" [dependencies.anyhow] version = "1.0.81" [dependencies.base16ct] version = "0.2.0" [dependencies.eframe] version = "0.26.2" features = ["persistence"] [dependencies.egui] version = "0.26.2" [dependencies.md-5] version = "0.10.6" [dependencies.rfd] version = "0.14.1" [dependencies.sha1] version = "0.10.6" [dependencies.sha2] version = "0.10.8"