# 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 = "tokio-stomp-2" version = "0.3.0" authors = ["Jens Walter , Alexander Kunde "] description = "Unofficial successor to Asynchronous streaming STOMP client" homepage = "http://github.com/alexkunde/tokio-stomp-2" readme = "README.md" keywords = [ "stomp", "tokio", "streaming", ] license = "MIT" repository = "http://github.com/alexkunde/tokio-stomp-2" [dependencies.anyhow] version = "1.0" [dependencies.bytes] version = "1.1.0" [dependencies.custom_debug_derive] version = "0.4.0" [dependencies.futures] version = "0.3" [dependencies.nom] version = "4" [dependencies.tokio] version = "1" features = ["net"] [dependencies.tokio-util] version = "0.7" features = ["codec"] [dev-dependencies.tokio] version = "1" features = [ "time", "macros", "rt-multi-thread", ]