# 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 = "ratchet_rs" version = "1.2.1" authors = ["Swim Inc. developers info@swim.ai"] description = "Async WebSocket implementation" readme = "README.md" keywords = [ "websocket", "async", "futures", "tokio", "deflate", ] categories = [ "network-programming", "asynchronous", "web-programming::websocket", ] license = "Apache-2.0" repository = "https://github.com/swimos/ratchet" [[example]] name = "autobahn-client" required-features = ["deflate"] [[example]] name = "autobahn-server" required-features = ["deflate"] [[example]] name = "autobahn-split-client" required-features = [ "deflate", "split", ] [[example]] name = "autobahn-split-server" required-features = [ "deflate", "split", ] [[example]] name = "client" required-features = ["split"] [[example]] name = "server" [dependencies.log] version = "0.4.14" [dependencies.ratchet_core] version = "1.2.1" [dependencies.ratchet_deflate] version = "1.2.1" optional = true [dependencies.ratchet_ext] version = "1.2.1" [dependencies.tracing-subscriber] version = "0.3.18" features = ["env-filter"] [dev-dependencies.bytes] version = "1.0" [dev-dependencies.tokio] version = "1.22" features = [ "rt-multi-thread", "macros", "test-util", ] [dev-dependencies.tokio-stream] version = "0.1.11" features = ["net"] [features] default = [] deflate = ["ratchet_deflate"] fixture = ["ratchet_core/fixture"] split = ["ratchet_core/split"]