# 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 = "little-stomper" version = "0.4.0" authors = ["Toby Grasl "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A crate provideing an implementation of the STOMP 1.2 protocol." homepage = "https://github.com/herblet/little-stomper" readme = "README.md" license = "MIT" repository = "https://github.com/herblet/little-stomper" [lib] name = "little_stomper" path = "src/lib.rs" [[bin]] name = "sample_server" path = "src/bin/sample_server.rs" [[test]] name = "integration" path = "tests/integration/main.rs" [dependencies.async-map] version = "0.2.3" [dependencies.either] version = "1" [dependencies.env_logger] version = "0.10" [dependencies.futures] version = "0.3" features = ["alloc"] default-features = false [dependencies.im] version = "15" [dependencies.log] version = "0.4" [dependencies.sender-sink] version = "0.2" [dependencies.stomp-parser] version = "0.7" [dependencies.stomp-test-utils] version = "0.2" [dependencies.tokio] version = "1" features = ["full"] [dependencies.tokio-stream] version = "0.1" [dependencies.tokio-tungstenite] version = "0.18" [dependencies.tungstenite] version = "^0.18.0" default-features = false [dependencies.uuid] version = "1" features = ["v4"] [dev-dependencies.mockall] version = "0.11" [dev-dependencies.tokio] version = "1" features = [ "full", "test-util", ]