# 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 = "snowbridge-amcl" version = "1.0.2" authors = [ "Nikita Khateev ", "Kirk Baird ", ] description = "The Apache Milagro Cryptographic Library (version 3)" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/Snowfork/incubator-milagro-crypto-rust.git" [[bench]] name = "bls381" harness = false [[bench]] name = "ed25519" harness = false [[bench]] name = "goldilocks" harness = false [[bench]] name = "nist256" harness = false [[bench]] name = "bn254" harness = false [[bench]] name = "rsa2048" harness = false [[bench]] name = "rsa3072" harness = false [[bench]] name = "rsa4096" harness = false [dependencies.codec] version = "3.6.1" features = [ "derive", "max-encoded-len", ] default-features = false package = "parity-scale-codec" [dependencies.scale-info] version = "2.9.0" features = ["derive"] default-features = false [dev-dependencies.criterion] version = "0.3.0" [dev-dependencies.hex] version = "0.3" [dev-dependencies.rand] version = "0.7.2" [dev-dependencies.serde] version = "1.0" [dev-dependencies.serde_derive] version = "1.0" [dev-dependencies.serde_json] version = "1.0" [features] all = [ "anssi", "bls24", "bls48", "bls381", "bls383", "bls461", "bn254", "bn254cx", "brainpool", "c25519", "c41417", "ed25519", "fp256bn", "fp512bn", "goldilocks", "hifive", "nist256", "nist384", "nist521", "nums256e", "nums256w", "nums384e", "nums384w", "nums512e", "nums512w", "rsa2048", "rsa3072", "rsa4096", "secp256k1", ] anssi = [] bench = ["all"] bls24 = [] bls381 = [] bls383 = [] bls461 = [] bls48 = [] bn254 = [] bn254cx = [] brainpool = [] c25519 = [] c41417 = [] default = ["std"] ed25519 = [] fp256bn = [] fp512bn = [] goldilocks = [] hifive = [] nist256 = [] nist384 = [] nist521 = [] nums256e = [] nums256w = [] nums384e = [] nums384w = [] nums512e = [] nums512w = [] rsa2048 = [] rsa3072 = [] rsa4096 = [] secp256k1 = [] std = [ "codec/std", "scale-info/std", ]