plonkwasm 0.2.0

WebAssembly wrapper for dusk-plonk.
# 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 = "2024"
rust-version = "1.94"
name = "plonkwasm"
version = "0.2.0"
build = false
include = [
    "Cargo.toml",
    "LICENSE",
    "README.md",
    "src/**/*.rs",
    "tests/**/*.rs",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "WebAssembly wrapper for dusk-plonk."
documentation = "https://docs.rs/plonkwasm"
readme = "README.md"
keywords = [
    "plonk",
    "wasm",
    "zero-knowledge",
    "dusk",
]
categories = [
    "cryptography",
    "wasm",
]
license = "MPL-2.0"
repository = "https://github.com/dusk-network/plonkweb"
resolver = "2"

[features]
bls-backend-blst = ["dusk-plonk/bls-backend-blst"]
bls-backend-dusk = ["dusk-plonk/bls-backend-dusk"]
default = []
wasm-rayon = ["dusk-plonk/std"]

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

[[test]]
name = "prove"
path = "tests/prove.rs"

[dependencies.dusk-bytes]
version = "0.1"

[dependencies.dusk-plonk]
version = "=0.23.0"
features = ["alloc"]
default-features = false

[dependencies.rand_chacha]
version = "0.3"

[dependencies.rand_core]
version = "0.6"

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

[dependencies.serde_json]
version = "1"