# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "async-stomp" version = "0.5.0" authors = ["Mattias Eriksson "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Unofficial successor to Asynchronous streaming STOMP client" homepage = "https://github.com/snaggen/async-stomp" readme = "README.md" keywords = [ "stomp", "tokio", "streaming", ] license = "EUPL-1.2" repository = "https://github.com/snaggen/async-stomp" [lib] name = "async_stomp" path = "src/lib.rs" [[example]] name = "connect" path = "examples/connect.rs" [[example]] name = "ping_pong" path = "examples/ping_pong.rs" [[example]] name = "receive_message" path = "examples/receive_message.rs" [[example]] name = "send_message" path = "examples/send_message.rs" [dependencies.anyhow] version = "1.0" [dependencies.bytes] version = "1.8.0" [dependencies.custom_debug_derive] version = "0.6.1" [dependencies.futures] version = "0.3" [dependencies.tokio] version = "1" features = ["net"] [dependencies.tokio-util] version = "0.7" features = ["codec"] [dependencies.typed-builder] version = "0.20.0" [dependencies.winnow] version = "0.6" [dev-dependencies.tokio] version = "1" features = [ "time", "macros", "rt-multi-thread", ]