# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "snarkos-testing" version = "1.1.4" authors = ["The Aleo Team "] include = ["Cargo.toml", "src", "README.md", "LICENSE.md"] description = "Testing suite for a decentralized operating system" homepage = "https://aleo.org" keywords = ["aleo", "cryptography", "blockchain", "decentralized", "zero-knowledge"] categories = ["cryptography::cryptocurrencies", "operating-systems"] license = "GPL-3.0" repository = "https://github.com/AleoHQ/snarkOS" [dependencies.once_cell] version = "1.4.1" [dependencies.rand] version = "0.7.0" [dependencies.rand_xorshift] version = "0.2.0" [dependencies.snarkos-algorithms] version = "1.1.4" [dependencies.snarkos-consensus] version = "1.1.4" [dependencies.snarkos-curves] version = "1.1.4" [dependencies.snarkos-dpc] version = "1.1.4" [dependencies.snarkos-errors] version = "1.1.4" [dependencies.snarkos-models] version = "1.1.4" [dependencies.snarkos-network] version = "1.1.4" [dependencies.snarkos-objects] version = "1.1.4" [dependencies.snarkos-parameters] version = "1.1.4" [dependencies.snarkos-posw] version = "1.1.4" [dependencies.snarkos-storage] version = "1.1.4" [dependencies.snarkos-utilities] version = "1.1.4" [dependencies.tokio] version = "0.2.22" features = ["full"]