snarkvm-console-algorithms 4.5.4

Console 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-console-algorithms"
version = "4.5.4"
authors = ["The Aleo Team <hello@aleo.org>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Console algorithms for a decentralized virtual machine"
homepage = "https://aleo.org"
readme = "README.md"
license = "Apache-2.0"
repository = "https://github.com/ProvableHQ/snarkVM"

[features]
dev-print = ["snarkvm-utilities/dev-print"]

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

[[bench]]
name = "bhp"
path = "benches/bhp.rs"
harness = false

[[bench]]
name = "ecdsa"
path = "benches/ecdsa.rs"
harness = false

[[bench]]
name = "elligator2"
path = "benches/elligator2.rs"
harness = false

[[bench]]
name = "keccak"
path = "benches/keccak.rs"
harness = false

[[bench]]
name = "poseidon"
path = "benches/poseidon.rs"
harness = false

[dependencies.blake2s_simd]
version = "1.0"

[dependencies.hex]
version = "0.4"

[dependencies.k256]
version = "0.13"
features = [
    "digest",
    "ecdsa",
]
default-features = false

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

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

[dependencies.snarkvm-console-types]
version = "=4.5.4"
features = [
    "field",
    "group",
    "integers",
    "scalar",
]
default-features = false

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

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

[dependencies.tiny-keccak]
version = "2"
features = [
    "keccak",
    "sha3",
]

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

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

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

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

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

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