# 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 = "fullcodec-bls12_381" version = "0.2.0" authors = ["Sean Bowe , CPerezz "] exclude = [".github/workflows/ci.yml", ".gitignore"] description = "Fork of the implementation of the BLS12-381 pairing-friendly elliptic curve construction with some extra tooling needed by the Dusk team" homepage = "https://github.com/dusk-network/bls12_381" documentation = "https://github.com/dusk-network/bls12_381" keywords = ["cryptography", "bls12_381", "zk-snarks", "ecc", "elliptic-curve"] categories = ["Algorithms", "Cryptography", "Development tools"] license = "MIT/Apache-2.0" repository = "https://github.com/dusk-network/bls12_381" [package.metadata.docs.rs] rustdoc-args = ["--html-in-header", "katex-header.html"] [[bench]] name = "groups" harness = false required-features = ["groups"] [dependencies.byteorder] version = "1.4.3" default-features = false [dependencies.canonical] version = "0.6" optional = true [dependencies.canonical_derive] version = "0.6" optional = true [dependencies.dusk-bytes] version = "0.1" default-features = false [dependencies.parity-scale-codec] version = "2.0" features = ["derive"] default-features = false [dependencies.rand_core] version = "0.6" default-features = false [dependencies.serde] version = "1.0.125" features = ["derive"] default-features = false [dependencies.sp-std] version = "3.0.0" default-features = false [dependencies.subtle] version = "0.2.0" default-features = false package = "fullcodec-subtle" [dev-dependencies.bincode] version = "1" [dev-dependencies.criterion] version = "0.2.11" [features] canon = ["canonical", "canonical_derive"]