[package] name = "dnetview" description = "P2P network monitoring TUI utility" version = "0.3.0" edition = "2021" authors = ["darkfi "] license = "AGPL-3.0-only" homepage = "https://dark.fi" repository = "https://github.com/darkrenaissance/darkfi" [dependencies.darkfi] path = "../../" features = ["rpc"] [dependencies] # Tui termion = "1.5.6" tui = {version = "0.19.0", features = ["termion"]} # Async smol = "1.2.5" async-std = {version = "1.12.0", features = ["attributes"]} easy-parallel = "3.2.0" async-channel = "1.7.1" # Misc clap = {version = "3.2.20", features = ["derive"]} rand = "0.8.5" simplelog = "0.12.0" log = "0.4.17" num_cpus = "1.13.1" url = "2.2.2" fxhash = "0.2.1" thiserror = "1.0.34" # Encoding and parsing serde_json = "1.0.85" serde = {version = "1.0.144", features = ["derive"]}