# 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" rust-version = "1.71.1" name = "soketto" version = "0.8.0" authors = [ "Parity Technologies ", "Jason Ozias ", ] description = "A websocket protocol implementation." readme = "README.md" keywords = [ "websocket", "codec", "async", "futures", ] categories = [ "network-programming", "asynchronous", "web-programming::websocket", ] license = "Apache-2.0 OR MIT" repository = "https://github.com/paritytech/soketto" [package.metadata.docs.rs] all-features = true [[example]] name = "hyper_server" required-features = ["http"] [dependencies.base64] version = "0.22" features = ["alloc"] default-features = false [dependencies.bytes] version = "1.0" default-features = false [dependencies.flate2] version = "1.0.13" features = ["zlib"] optional = true default-features = false [dependencies.futures] version = "0.3.1" features = [ "bilock", "std", "unstable", ] default-features = false [dependencies.http] version = "1" optional = true [dependencies.httparse] version = "1.3.4" features = ["std"] default-features = false [dependencies.log] version = "0.4.8" default-features = false [dependencies.rand] version = "0.8" features = [ "std", "std_rng", ] default-features = false [dependencies.sha1] version = "0.10" default-features = false [dev-dependencies.env_logger] version = "0.11.1" [dev-dependencies.http-body-util] version = "0.1" [dev-dependencies.hyper] version = "1.2" features = ["full"] [dev-dependencies.hyper-util] version = "0.1" features = ["tokio"] [dev-dependencies.quickcheck] version = "1" [dev-dependencies.tokio] version = "1" features = ["full"] [dev-dependencies.tokio-stream] version = "0.1" features = ["net"] [dev-dependencies.tokio-util] version = "0.7" features = ["compat"] [features] default = [] deflate = ["flate2"]