[package] name = "stalk" version = "0.1.1" authors = ["Jan Danielsson "] edition = "2018" license = "0BSD" categories = [ "asynchronous", "network-programming" ] keywords = [ "protocol", "tokio", "serde" ] repository = "https://repos.qrnch.tech/pub/stalk" description = "Simple library for sending serialized data with tokio." exclude = [ ".efiles", ".fslckout", ".fossil-settings", "rustfmt.toml", "www" ] [dependencies] bincode = { version = "1" } bytes = { version = "1" } crc32fast = { version = "1.2.1" } serde = { version = "1", features = ["derive"] } tokio = { version = "1", features = ["io-util"] }