# 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 = "2018" name = "stomp-rs" version = "0.0.8" authors = ["Albert "] exclude = [".idea/", "**.iml"] description = "STOMP client" readme = "README.md" keywords = ["stomp", "stomp-client", "tokio"] license = "MIT" repository = "https://github.com/adhesivee/stomp-rs" [dependencies.async-trait] version = "0.1" [dependencies.log] version = "0.4" [dependencies.tokio] version = "1" features = ["full"] [dependencies.uuid] version = "0.8" features = ["v4"] [dev-dependencies.simple_logger] version = "1.13"