# 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-display" version = "3.0.0" authors = ["The Aleo Team "] description = "A display 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" [dependencies.anyhow] version = "1.0.79" [dependencies.crossterm] version = "0.27" [dependencies.ratatui] version = "0.25" [dependencies.snarkos-node] version = "=3.0.0" [dependencies.snarkvm] version = "=1.0.0" features = [ "circuit", "console", "rocks", ] [dependencies.tokio] version = "1.28" features = ["rt"]