# 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" rust-version = "1.60" name = "mavryk_crypto_rs" version = "0.5.2" authors = [ "TriliTech ", "Mavryk Dynamics ", ] description = "Utilities for mavryk-related cryptographic operations." readme = "README.md" keywords = ["mavryk"] categories = ["cryptography::cryptocurrencies"] license = "MIT" repository = "https://github.com/mavryk-network/mavryk-rust.git" resolver = "1" [dependencies.anyhow] version = "1.0" [dependencies.base58] version = "0.1.0" [dependencies.blst] version = "=0.3.10" optional = true [dependencies.byteorder] version = "1.4.3" [dependencies.cryptoxide] version = "0.4.4" features = [ "sha2", "blake2", ] default-features = false [dependencies.ed25519-dalek] version = "2.0.0" default-features = false [dependencies.hex] version = "0.4" [dependencies.libsecp256k1] version = "0.7" features = ["static-context"] default-features = false [dependencies.num-bigint] version = "0.3" features = ["serde"] [dependencies.num-traits] version = "0.2.8" [dependencies.p256] version = "0.9" features = ["ecdsa"] default-features = false [dependencies.proptest] version = "1.1" optional = true [dependencies.rand] version = "0.7.3" default-features = false [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.strum] version = "0.20" [dependencies.strum_macros] version = "0.20" [dependencies.thiserror] version = "1.0" [dependencies.zeroize] version = "1.5" [dev-dependencies.serde_json] version = "1.0" [features] bls = ["blst"] default = [ "std", "bls", ] std = [ "rand/std", "num-bigint/rand", "libsecp256k1/std", "p256/std", "proptest", ]