# 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 = "2018" name = "atms" version = "0.1.0" description = "An Ad-hoc Threshold MultiSignature primitive on Bls12-381." readme = "README.md" keywords = ["cryptography", "multisignature", "threshold", "bls12-381"] license = "Apache-2.0" repository = "https://github.com/input-output-hk/atms-sidechains" [package.metadata.docs.rs] rustdoc-args = ["--html-in-header", "./src/docs-header.html"] [lib] name = "atms" crate-type = ["lib", "cdylib", "staticlib"] [dependencies.blake2] version = "0.9" [dependencies.blst] version = "0.3.7" [dependencies.digest] version = "0.9" [dependencies.libc] version = "0.2.40" [dependencies.num-bigint] version = "0.4.0" [dependencies.paste] version = "1" [dependencies.rand_core] version = "0.6.3" [dependencies.thiserror] version = "1.0" [dev-dependencies.proptest] version = "1.0.0" [dev-dependencies.rand] version = "0.8" [dev-dependencies.rand_chacha] version = "0.3.1"