# 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 = "embedded-websocket-embedded-io" version = "0.1.0" authors = ["David Haig, Steffen Konermann "] description = "A fork of the embedded-websockets crate that uses embedded-io-async for async IO." readme = "README.md" keywords = [ "websockets", "websocket", "embedded", "no_std", ] categories = [ "embedded", "no-std", "network-programming", ] license = "MIT OR Apache-2.0" repository = "https://github.com/LimpidCrypto/embedded-websockets.git" [[example]] name = "client_async_embedded_io_async" path = "examples/client_async_embedded_io_async.rs" required-features = ["embedded-io-async"] [dependencies.base64] version = "0.22.1" default-features = false [dependencies.byteorder] version = "1.5.0" default-features = false [dependencies.embedded-io-async] version = "0.6.1" optional = true default-features = false [dependencies.futures] version = "0.3.30" default-features = false [dependencies.heapless] version = "0.8.0" default-features = false [dependencies.httparse] version = "1.9.4" default-features = false [dependencies.rand_core] version = "0.6.4" default-features = false [dependencies.sha1] version = "0.10.6" default-features = false [dev-dependencies.bytes] version = "1.7.1" [dev-dependencies.embedded-io-adapters] version = "0.6.1" features = ["tokio-1"] [dev-dependencies.rand] version = "0.8.5" [dev-dependencies.tokio] version = "1.39.2" features = [ "macros", "rt-multi-thread", ] [dev-dependencies.tokio-util] version = "0.7.11" features = [ "net", "codec", ] [features] default = ["std"] embedded-io-async = ["dep:embedded-io-async"] std = ["httparse/std"]