# 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 = "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" readme = "README.md" keywords = [ "hash", "commitment-schemes", "cryptography", "library", ] categories = ["cryptography"] license-file = "LICENSE" repository = "https://github.com/quartz-technology/hashcom-rs" [dependencies.bincode] version = "1.3.3" [dependencies.serde] version = "1.0.150" [dependencies.sha2] version = "0.10.6" [dev-dependencies.base16ct] version = "0.1.1" [dev-dependencies.hex-literal] version = "0.3.4"