# 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-development-server" version = "0.5.5" authors = ["The Aleo Team "] description = "A REST API server for local or remote Aleo development" homepage = "https://aleo.org" readme = "README.md" keywords = [ "aleo", "cryptography", "blockchain", "decentralized", "zero-knowledge", ] categories = [ "cryptography", "apis", ] license = "GPL-3.0" repository = "https://github.com/AleoHQ/sdk" [[bin]] name = "aleo-develop" path = "bin/main.rs" [dependencies.aleo-rust] version = "0.5.5" features = ["default"] default-features = false [dependencies.anyhow] version = "1" [dependencies.clap] version = "4.3.21" features = [ "derive", "string", ] [dependencies.colored] version = "2.0.4" [dependencies.env_logger] version = "0.10.0" [dependencies.http] version = "0.2" [dependencies.indexmap] version = "2.0" [dependencies.jsonwebtoken] version = "8.2" [dependencies.once_cell] version = "1.18" [dependencies.rand] version = "0.8" [dependencies.serde] version = "1" features = ["derive"] default-features = false [dependencies.snarkvm] version = "=0.14.6" [dependencies.time] version = "0.3" [dependencies.tokio] version = "1" features = ["full"] [dependencies.tracing] version = "0.1" [dependencies.tracing-subscriber] version = "0.3.17" features = [ "fmt", "env-filter", ] [dependencies.warp] version = "0.3"