amcl_wrapper_ml 0.5.1

Wapper over Milagro Cryptographic Library (version 3)
Documentation
# 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 believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
edition = "2018"
name = "amcl_wrapper_ml"
version = "0.5.1"
authors = ["lovesh harchandani <lovesh.bond@gmail.com>", "Michael Lodder <redmike7@gmail.com>"]
exclude = ["fuzz/artifacts/*", "fuzz/corpus/*"]
description = "Wapper over Milagro Cryptographic Library (version 3)"
license = "Apache-2.0"
repository = "https://github.com/mikelodder7/amcl_rust_wrapper"
[dependencies.amcl]
version = "3.2.6"
features = ["bls381", "bn254", "secp256k1", "ed25519"]
package = "amcl-milagro"

[dependencies.arrayref]
version = "0.3"

[dependencies.byteorder]
version = "1.3"

[dependencies.hash2curve]
version = "0.0.6"
features = ["bls"]

[dependencies.lazy_static]
version = "1.3"

[dependencies.rand]
version = "0.7"

[dependencies.rayon]
version = "1.3"

[dependencies.serde]
version = "1.0"
features = ["derive"]

[dependencies.serde_json]
version = "1.0"

[dependencies.sha2]
version = "0.8"

[dependencies.sha3]
version = "0.8"

[dependencies.subtle-encoding]
version = "0.5"

[dependencies.zeroize]
version = "1.1"

[features]
bls381 = []
bn254 = []
default = ["bls381"]
ed25519 = []
secp256k1 = []