# 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 = "mercurial-signature" version = "0.1.0" authors = ["AlvinHon "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Implement Mercurial Signature" readme = "README.md" keywords = [ "cryptography", "crypto", "signature", "mercurial-signature", ] categories = ["cryptography"] license = "MIT/Apache-2.0" repository = "https://github.com/AlvinHon/mercurial-signature" [lib] name = "mercurial_signature" path = "src/lib.rs" [[test]] name = "test" path = "tests/test.rs" [[bench]] name = "bench" path = "benches/bench.rs" harness = false [dependencies.ark-bls12-381] version = "0.4" [dependencies.ark-ec] version = "0.4" [dependencies.ark-ff] version = "0.4" [dependencies.ark-serialize] version = "0.4" [dependencies.ark-std] version = "0.4" [dependencies.rand_core] version = "0.6" [dev-dependencies.criterion] version = "0.5" [dev-dependencies.rand] version = "0.8"