snarkvm-algorithms 4.5.0

Algorithms 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-algorithms"
version = "4.5.0"
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 = "Algorithms 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"

[features]
cuda = ["snarkvm-algorithms-cuda"]
dev-print = ["snarkvm-utilities/dev-print"]
locktick = ["snarkvm-parameters/locktick"]
profiler = ["aleo-std/profiler"]
serial = [
    "snarkvm-curves/serial",
    "snarkvm-fields/serial",
    "snarkvm-utilities/serial",
]
test = []
test_exports = []

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

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

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

[dependencies.blake2]
version = "0.10"
default-features = true

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

[dependencies.fxhash]
version = "0.2.1"

[dependencies.hashbrown]
version = "0.15"

[dependencies.hex]
version = "0.4.3"

[dependencies.indexmap]
version = "2.0"

[dependencies.itertools]
version = "0.14"

[dependencies.num-traits]
version = "0.2"

[dependencies.rand]
version = "0.8"

[dependencies.rayon]
version = "1"

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

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

[dependencies.smallvec]
version = "1.14"
features = [
    "const_generics",
    "const_new",
]

[dependencies.snarkvm-algorithms-cuda]
version = "=4.5.0"
optional = true

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

[dependencies.snarkvm-fields]
version = "=4.5.0"
default-features = false

[dependencies.snarkvm-parameters]
version = "=4.5.0"

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

[dependencies.thiserror]
version = "2.0.11"

[dev-dependencies.bincode]
version = "1.3.3"

[dev-dependencies.criterion]
version = "0.7"

[dev-dependencies.expect-test]
version = "1.4.1"

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

[dev-dependencies.serial_test]
version = "2.0"

[dev-dependencies.snarkvm-parameters]
version = "=4.5.0"
features = ["filesystem"]