[package] name = "hashcom-rs" version = "0.2.0" authors = ["Luca Georges François "] description = "A fast, minimal but yet extensible framework for building and using hash commitment schemes" repository = "https://github.com/quartz-technology/hashcom-rs" license-file = "LICENSE" keywords = ["hash", "commitment-schemes", "cryptography", "library"] categories = ["cryptography"] edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dev-dependencies] base16ct = "0.1.1" hex-literal = "0.3.4" [dependencies] bincode = "1.3.3" serde = "1.0.150" sha2 = "0.10.6"