# 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 = "aleo-rust" version = "0.6.8" authors = ["The Aleo Team "] include = [ "Cargo.toml", "src", "README.md", "LICENSE.md", ] description = "Rust SDK for managing Aleo programs and communicating with the Aleo network" homepage = "https://aleo.org" readme = "README.md" keywords = [ "aleo", "cryptography", "blockchain", "decentralized", "zero-knowledge", ] categories = ["cryptography::cryptocurrencies"] license = "GPL-3.0" repository = "https://github.com/AleoHQ/sdk" [[bench]] name = "account" path = "benches/account.rs" harness = false [[bench]] name = "private-key-encryption-at-rest" path = "benches/private_key_encryption.rs" harness = false [dependencies.anyhow] version = "1" [dependencies.clap] version = "4.3.21" features = [ "derive", "string", ] [dependencies.getrandom] version = "0.2" features = ["js"] [dependencies.indexmap] version = "2.0" [dependencies.once_cell] version = "1.18.0" [dependencies.rand] version = "0.8.5" [dependencies.serde_json] version = "1" [dependencies.snarkvm] version = "=0.16.19" optional = true [dependencies.snarkvm-circuit-network] version = "=0.16.19" [dependencies.snarkvm-console] version = "=0.16.19" [dependencies.snarkvm-ledger-block] version = "=0.16.19" [dependencies.snarkvm-ledger-query] version = "=0.16.19" [dependencies.snarkvm-ledger-store] version = "=0.16.19" [dependencies.snarkvm-synthesizer] version = "=0.16.19" [dependencies.ureq] version = "2.7.1" features = ["json"] optional = true [dev-dependencies.bencher] version = "0.1.5" [dev-dependencies.rand_chacha] version = "0.3.1" [features] default = ["full"] full = [ "ureq", "snarkvm", ] serial = [ "snarkvm-console/serial", "snarkvm-synthesizer/serial", "snarkvm-ledger-query/serial", "snarkvm-ledger-block/serial", "snarkvm-ledger-store/serial", ] wasm = [ "snarkvm-console/wasm", "snarkvm-ledger-query/async", "snarkvm-synthesizer/async", ]