[package] name = "tokio-stomp-2" version = "0.3.0" description = "Unofficial successor to Asynchronous streaming STOMP client" authors = ["Jens Walter , Alexander Kunde "] original-authors = ["Alex Whitney "] repository = "http://github.com/alexkunde/tokio-stomp-2" homepage = "http://github.com/alexkunde/tokio-stomp-2" keywords = ["stomp", "tokio", "streaming"] license = "MIT" readme = "README.md" edition = "2021" [dependencies] bytes = "1.1.0" custom_debug_derive = "0.4.0" anyhow = "1.0" futures = "0.3" tokio = { version = "1", features = ["net"] } tokio-util = { version = "0.7", features = ["codec"] } nom = "4" [dev-dependencies] tokio = { version = "1", features = ["time", "macros", "rt-multi-thread"] }