[package] name = "async-stomp" version = "0.5.0" description = "Unofficial successor to Asynchronous streaming STOMP client" authors = ["Mattias Eriksson "] original-authors = ["Alex Whitney , Jens Walter , Alexander Kunde "] repository = "https://github.com/snaggen/async-stomp" homepage = "https://github.com/snaggen/async-stomp" keywords = ["stomp", "tokio", "streaming"] license = "EUPL-1.2" readme = "README.md" edition = "2021" [dependencies] bytes = "1.8.0" custom_debug_derive = "0.6.1" anyhow = "1.0" futures = "0.3" tokio = { version = "1", features = ["net"] } tokio-util = { version = "0.7", features = ["codec"] } winnow = "0.6" typed-builder = "0.20.0" [dev-dependencies] tokio = { version = "1", features = ["time", "macros", "rt-multi-thread"] }