# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "snarkos-toolkit" version = "1.3.11" authors = ["The Aleo Team "] include = ["Cargo.toml", "src", "README.md", "LICENSE.md"] description = "A developer toolkit for a decentralized operating system" homepage = "https://aleo.org" keywords = ["aleo", "cryptography", "blockchain", "decentralized", "zero-knowledge"] categories = ["cryptography::cryptocurrencies", "operating-systems"] license = "GPL-3.0" repository = "https://github.com/AleoHQ/snarkOS" [lib] crate-type = ["cdylib", "rlib"] [[bench]] name = "account" path = "benches/account.rs" harness = false [dependencies.anyhow] version = "1.0.40" [dependencies.getrandom] version = "0.2.2" features = ["js"] [dependencies.hex] version = "0.4.2" [dependencies.rand] version = "0.8" default-features = false [dependencies.snarkvm-algorithms] version = "=0.5.4" features = ["wasm"] default-features = false [dependencies.snarkvm-dpc] version = "=0.5.4" features = ["wasm"] default-features = false [dependencies.snarkvm-utilities] version = "=0.5.4" [dependencies.thiserror] version = "1.0" [dependencies.wasm-bindgen] version = "0.2.73" [dev-dependencies.criterion] version = "0.3.1" [dev-dependencies.hex] version = "0.4.2" [dev-dependencies.rand_chacha] version = "0.3" default-features = false [dev-dependencies.wasm-bindgen-test] version = "0.3.23"