# 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 = "2021" name = "snarkvm-utilities" version = "1.0.0" authors = ["The Aleo Team "] include = [ "Cargo.toml", "src", "README.md", "LICENSE.md", ] description = "Utilities 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/AleoNet/snarkVM" [dependencies.aleo-std] version = "0.1.24" optional = true default-features = false [dependencies.anyhow] version = "1.0" [dependencies.bincode] version = "1.3.3" [dependencies.num-bigint] version = "0.4" [dependencies.num_cpus] version = "1" optional = true [dependencies.rand] version = "0.8" features = [ "getrandom", "std_rng", ] default-features = false [dependencies.rand_xorshift] version = "0.3" default-features = false [dependencies.rayon] version = "1" [dependencies.serde] version = "1.0" default-features = false [dependencies.serde_json] version = "1.0" features = ["preserve_order"] [dependencies.smol_str] version = "0.2" [dependencies.snarkvm-utilities-derives] version = "=1.0.0" optional = true [dependencies.thiserror] version = "1.0" [dependencies.zeroize] version = "1" features = ["derive"] [features] default = [ "aleo-std/cpu", "derive", "num_cpus", "std", ] derive = ["snarkvm-utilities-derives"] serial = ["derive"] std = [] wasm = []