ark-models-ext 0.5.2

Replacement models for BLS12, BN and BW6 of ark-ec
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 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 = "ark-models-ext"
version = "0.5.2"
authors = [
    "Davide Galassi <davxy@datawok.net>",
    "Achim Schneider <achim@parity.io>",
    "Parity Technologies <admin@parity.io>",
]
build = false
include = [
    "Cargo.toml",
    "src",
    "README.md",
    "LICENSE-APACHE",
    "LICENSE-MIT",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Replacement models for BLS12, BN and BW6 of ark-ec"
readme = false
keywords = [
    "cryptography",
    "elliptic-curves",
    "pairing",
    "arkworks",
]
categories = ["cryptography"]
license = "MIT/Apache-2.0"
repository = "https://github.com/paritytech/arkworks-extensions"

[features]
default = ["std"]
parallel = [
    "ark-std/parallel",
    "std",
]
std = [
    "ark-ff/std",
    "ark-serialize/std",
    "ark-std/std",
]

[lib]
name = "ark_models_ext"
path = "src/lib.rs"

[dependencies.ark-ec]
version = "0.5"
default-features = false

[dependencies.ark-ff]
version = "0.5"
default-features = false

[dependencies.ark-serialize]
version = "0.5"
default-features = false

[dependencies.ark-std]
version = "0.5"
default-features = false

[dependencies.derivative]
version = "2.2"
features = ["use_core"]
default-features = false

[dev-dependencies.ark-bls12-381]
version = "0.5"
features = ["curve"]
default-features = false

[dev-dependencies.ark-ed25519]
version = "0.5"
default-features = false