# 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 = "miracl_core_bls12381" version = "4.2.2" authors = ["DFINITY Stiftung "] include = ["src", "Cargo.toml", "LICENSE", "README.md", "NOTICE.txt"] description = "Rust code of https://github.com/miracl/core (miracl_core) for curve BLS 12-381" documentation = "https://github.com/miracl/core" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/dfinity/miracl_core_bls12381" [package.metadata.wasm-pack.profile.release] wasm-opt = ["-Oz", "--enable-mutable-globals"] [profile.release] opt-level = "z" lto = true [lib] crate-type = ["cdylib", "rlib"] [dependencies.wasm-bindgen] version = "0.2.67" optional = true [dev-dependencies.hex-literal] version = "0.3.4" [features] allow_alt_compress = [] default = ["std", "fallback_separator"] fallback_separator = [] std = []