# 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_core" version = "1.0.2" authors = ["Swim Inc. developers info@swim.ai"] description = "Async WebSocket implementation" readme = "README.md" keywords = [ "websocket", "async", "futures", "tokio", ] categories = [ "network-programming", "asynchronous", "web-programming::websocket", ] license = "Apache-2.0" repository = "https://github.com/swimos/ratchet/ratchet_core" resolver = "1" [dependencies.base64] version = "0.22" [dependencies.bitflags] version = "2.5" [dependencies.bytes] version = "1.0" [dependencies.derive_more] version = "0.99.14" [dependencies.either] version = "1.5.3" [dependencies.fnv] version = "1.0.3" [dependencies.futures] version = "0.3.4" optional = true [dependencies.futures-util] version = "0.3.4" [dependencies.http] version = "1.1.0" [dependencies.httparse] version = "1.4.1" [dependencies.log] version = "0.4.14" [dependencies.rand] version = "0.8" features = [ "std", "small_rng", "getrandom", ] [dependencies.ratchet_ext] version = "1.0.2" [dependencies.sha-1] version = "0.10" [dependencies.thiserror] version = "1.0" [dependencies.tokio] version = "1.1.1" features = [ "rt", "net", "io-util", ] [dependencies.tokio-util] version = "0.7.11" features = [ "codec", "compat", ] [dependencies.url] version = "2.1.1" [dev-dependencies.futures] version = "0.3.4" [dev-dependencies.futures-util] version = "0.3.4" [dev-dependencies.tokio] version = "1.1.1" features = [ "rt-multi-thread", "macros", "test-util", ] [features] default = [] fixture = [] split = ["futures"]