snarkvm-parameters 4.7.1

Parameters for a decentralized virtual machine
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 = "2024"
name = "snarkvm-parameters"
version = "4.7.1"
authors = ["The Aleo Team <hello@aleo.org>"]
build = false
include = [
    "Cargo.toml",
    "src",
    "README.md",
    "LICENSE.md",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Parameters for a decentralized virtual machine"
homepage = "https://aleo.org"
readme = "README.md"
keywords = [
    "aleo",
    "cryptography",
    "blockchain",
    "decentralized",
    "zero-knowledge",
]
categories = [
    "compilers",
    "cryptography",
    "mathematics",
    "wasm",
    "web-programming",
]
license = "Apache-2.0"
repository = "https://github.com/ProvableHQ/snarkVM"

[package.metadata.cargo-machete]
ignored = ["js-sys"]

[features]
dev-print = ["snarkvm-utilities/dev-print"]
filesystem = ["aleo-std/storage"]
large_params = []
locktick = ["dep:locktick"]
no-embedded-srs = []
no_std_out = []
rocks = []
wasm = [
    "encoding",
    "js-sys",
    "web-sys",
]

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

[dependencies.aleo-std]
version = "1.0.1"

[dependencies.anyhow]
version = "1.0.73"
features = ["backtrace"]

[dependencies.cfg-if]
version = "1.0.0"

[dependencies.colored]
version = "3"

[dependencies.encoding]
version = "0.2"
optional = true

[dependencies.hex]
version = "0.4.3"

[dependencies.js-sys]
version = "0.3.64"
optional = true

[dependencies.lazy_static]
version = "1.4"

[dependencies.locktick]
version = "0.5"
features = ["parking_lot"]
optional = true

[dependencies.parking_lot]
version = "0.12"

[dependencies.paste]
version = "1"

[dependencies.rand]
version = "0.10"

[dependencies.serde_json]
version = "1.0"
features = ["preserve_order"]

[dependencies.sha2]
version = "0.11"
default-features = false

[dependencies.snarkvm-curves]
version = "=4.7.1"
default-features = false

[dependencies.snarkvm-utilities]
version = "=4.7.1"

[dependencies.thiserror]
version = "2.0.11"

[dependencies.web-sys]
version = "0.3.64"
features = ["XmlHttpRequest"]
optional = true

[dev-dependencies.hex]
version = "0.4.3"

[dev-dependencies.rand]
version = "0.10"

[dev-dependencies.wasm-bindgen-test]
version = "0.3.37"

[target.'cfg(all(any(target_os = "android", target_os = "ios"), not(target_family = "wasm"), not(target_env = "sgx")))'.dependencies.ureq]
version = "3"
features = ["native-tls"]
default-features = false

[target.'cfg(all(not(any(target_os = "android", target_os = "ios")), not(target_family = "wasm"), not(target_env = "sgx")))'.dependencies.ureq]
version = "3"
features = ["rustls"]
default-features = false