# 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 = "zkwork_aleo_protocol" version = "0.3.6" authors = ["The 6block Aleo Team "] description = "A protocol lib for aleo pool" homepage = "https://zk.work/aleo/home" readme = "README.md" keywords = [ "aleo", "cryptography", "blockchain", "decentralized", "zero-knowledge", ] categories = ["cryptography"] license = "GPL-3.0" repository = "https://github.com/6block/zkwork_aleo_protocol" [dependencies.anyhow] version = "1" [dependencies.async-trait] version = "0.1" [dependencies.bincode] version = "1.0" [dependencies.bytes] version = "1.0.0" [dependencies.colored] version = "2.0" [dependencies.crossterm] version = "0.25" [dependencies.num_cpus] version = "1" [dependencies.once_cell] version = "1" [dependencies.rand] version = "0.8" default-features = false [dependencies.rayon] version = "1" [dependencies.serde] version = "1" [dependencies.serde_json] version = "1" features = ["arbitrary_precision"] [dependencies.snarkvm] version = "0.9.9" [dependencies.snarkvm-algorithms] version = "0.9.5" [dependencies.structopt] version = "0.3" [dependencies.tokio] version = "1.21" features = [ "io-util", "macros", "net", "rt-multi-thread", "signal", "sync", "time", ] [dependencies.tokio-util] version = "0.7" features = ["codec"] [dependencies.tracing] version = "0.1" [dependencies.tracing-subscriber] version = "0.3" features = [ "env-filter", "parking_lot", ]