# 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-console-account" version = "1.1.0" authors = ["The Aleo Team "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Account operations for a decentralized virtual machine" homepage = "https://aleo.org" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/AleoNet/snarkVM" [lib] name = "snarkvm_console_account" path = "src/lib.rs" [[bench]] name = "account" path = "benches/account.rs" harness = false [dependencies.bs58] version = "0.5" [dependencies.snarkvm-console-network] version = "=1.1.0" [dependencies.snarkvm-console-types] version = "=1.1.0" features = [ "address", "boolean", "field", "group", "scalar", ] default-features = false [dependencies.zeroize] version = "1" features = ["derive"] [dev-dependencies.bincode] version = "1.3" [dev-dependencies.criterion] version = "0.5.1" [dev-dependencies.serde_json] version = "1.0" features = ["preserve_order"] [features] compute_key = ["private_key"] default = [ "compute_key", "graph_key", "private_key", "signature", "view_key", ] graph_key = ["private_key"] private_key = ["compute_key"] signature = ["compute_key"] test = [] view_key = []