# 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 = "websocket-sans-io" version = "0.1.0" description = "Low-level WebSocket library" readme = "README.md" keywords = [ "websocket", "sans-io", "low-level", "no-std", "rfc6455", ] categories = [ "network-programming", "web-programming::websocket", "no-std::no-alloc", ] license = "MIT/Apache-2.0" repository = "https://github.com/vi/websocket-sans-io" [[bench]] name = "masking_benchmark" harness = false [dependencies.nonmax] version = "0.5.3" default-features = false [dependencies.tinyvec] version = "1.6.0" [dev-dependencies.criterion] version = "0.5.1" [dev-dependencies.hex_fmt] version = "0.3.0" [dev-dependencies.http-body-util] version = "0.1.0-rc.3" [dev-dependencies.hyper] version = "1.0.0" features = [ "client", "http1", ] [dev-dependencies.pin-project-lite] version = "0.2.13" [dev-dependencies.pipe] version = "0.4.0" features = ["bidirectional"] [dev-dependencies.pretty_assertions] version = "1.4.0" [dev-dependencies.proptest] version = "1.3.1" [dev-dependencies.rand] version = "0.8.5" [dev-dependencies.tokio] version = "1.32.0" features = [ "net", "rt", "macros", "io-util", "time", ] [dev-dependencies.tungstenite] version = "0.20.1" [features] default = ["large_frames"] explicitly_aligned_masking = [] large_frames = [] masking_slice_size_16 = [] masking_slice_size_32 = [] masking_slice_size_4 = [] masking_slice_size_8 = [] unoptimised_masking = []