[package] name = "rust-dash-handshake" version = "0.1.0" authors = ["Paul DeLucia "] description = "A Rust library for performing Dash network handshakes" license = "MIT" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] async-std = "1.10.0" byteorder = "1.4.3" sha2 = "0.10.8" rand = "0.8.3"