[package] name = "dispnet-hash" description = "Hash Library used for Dispnet" homepage = "https://github.com/Chtau/dispnet-hash" repository = "https://github.com/Chtau/dispnet-hash" version = "0.4.0" edition = "2021" license = "MIT" authors = ["Christoph Taucher "] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] blake3 = "1.3.3" crc = "3.0.1" rust-argon2 = "1.0" [dev-dependencies] criterion = { version = "0.5.1", features = ["html_reports"] } [[bench]] name = "dispnet_hash_benchmark" harness = false