[package] name = "opencomputers-stem" version = "0.2.0" authors = ["neo"] edition = "2018" description = "Library for Stem bridge" license = "Apache-2.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] tokio = { version = "0.2", features = ["tcp", "dns"] } tokio-util = { version = "0.3", features = ["codec"] } bytes = "0.5"