# 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 = "snarkos-node-cdn" version = "3.1.0" authors = ["The Aleo Team "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A CDN client for a decentralized operating system" homepage = "https://aleo.org" readme = "README.md" keywords = [ "aleo", "cryptography", "blockchain", "decentralized", "zero-knowledge", ] categories = [ "cryptography", "cryptography::cryptocurrencies", "os", ] license = "Apache-2.0" repository = "https://github.com/AleoNet/snarkOS" [lib] name = "snarkos_node_cdn" path = "src/lib.rs" [dependencies.anyhow] version = "1.0.79" [dependencies.bincode] version = "1.0" [dependencies.colored] version = "2" [dependencies.futures] version = "0.3" [dependencies.parking_lot] version = "0.12" [dependencies.rayon] version = "1" optional = true [dependencies.reqwest] version = "0.11" features = ["rustls-tls"] [dependencies.serde] version = "1" [dependencies.serde_json] version = "1" features = ["preserve_order"] [dependencies.snarkvm] version = "=1.1.0" features = [ "circuit", "console", "rocks", "synthesizer", ] [dependencies.tokio] version = "1.28" features = ["rt"] [dependencies.tracing] version = "0.1" [dev-dependencies.tokio] version = "1.28" features = [ "rt", "rt-multi-thread", ] [dev-dependencies.tokio-test] version = "0.4" [features] default = ["parallel"] parallel = ["rayon"] test_targets = ["snarkvm/test_targets"]