snarkvm-fields 0.16.6

Fields for a decentralized virtual machine
Documentation
[dependencies.aleo-std]
default-features = false
version = "0.1.18"

[dependencies.anyhow]
version = "1.0"

[dependencies.derivative]
version = "2"

[dependencies.itertools]
version = "0.11.0"

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

[dependencies.rand]
default-features = false
version = "0.8"

[dependencies.rayon]
version = "1"

[dependencies.serde]
default-features = false
features = ["derive"]
version = "1.0"

[dependencies.snarkvm-utilities]
default-features = false
version = "=0.16.6"

[dependencies.thiserror]
version = "1.0"

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

[features]
default = ["snarkvm-utilities/default"]
profiler = ["aleo-std/profiler"]
serial = []

[package]
authors = ["The Aleo Team <hello@aleo.org>"]
categories = ["compilers", "cryptography", "mathematics", "wasm", "web-programming"]
description = "Fields for a decentralized virtual machine"
edition = "2021"
homepage = "https://aleo.org"
include = ["Cargo.toml", "src", "README.md", "LICENSE.md"]
keywords = ["aleo", "cryptography", "blockchain", "decentralized", "zero-knowledge"]
license = "Apache-2.0"
name = "snarkvm-fields"
readme = "README.md"
repository = "https://github.com/AleoHQ/snarkVM"
version = "0.16.6"