# 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" version = "0.6.8" authors = ["The Aleo Team "] include = [ "Cargo.toml", "cli", "README.md", "LICENSE.md", ] description = "Aleo" 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/aleo-rust" [profile.bench] opt-level = 3 lto = "thin" debug = 0 debug-assertions = false rpath = false incremental = true [profile.dev] opt-level = 2 lto = "thin" incremental = true [profile.release] opt-level = 3 lto = "thin" incremental = true [profile.test] opt-level = 2 lto = "thin" debug = 2 debug-assertions = true incremental = true [lib] path = "cli/lib.rs" [[bin]] name = "aleo" path = "cli/main.rs" [dependencies.aleo-rust] version = "0.6.8" features = ["default"] default-features = false [dependencies.anyhow] version = "1.0" [dependencies.clap] version = "4.3.21" features = [ "derive", "string", ] [dependencies.colored] version = "2" [dependencies.num-format] version = "0.4.4" [dependencies.parking_lot] version = "0.12" [dependencies.rand] version = "0.8" default-features = false [dependencies.rand_chacha] version = "0.3.0" default-features = false [dependencies.rpassword] version = "7.2.0" [dependencies.self_update] version = "0.37" features = ["archive-zip"] [dependencies.serde] version = "1" [dependencies.serde_json] version = "1" [dependencies.snarkvm] version = "=0.16.19" features = [ "aleo-cli", "circuit", "console", "snarkvm-synthesizer", "snarkvm-utilities", ] [dependencies.thiserror] version = "1.0" [dependencies.tokio] version = "1.31" features = ["rt"] [dependencies.warp] version = "0.3" [dev-dependencies.rusty-hook] version = "0.11.2" [build-dependencies.walkdir] version = "2" [features] default = []