typeduck-codex-utils-absolute-path 0.18.0

Lightweight stream-based WebSocket implementation
Documentation
# 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.75"
name = "typeduck-codex-utils-absolute-path"
version = "0.18.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Lightweight stream-based WebSocket implementation"
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/snapview/tungstenite-rs"

[features]
__rustls-tls = [
    "rustls",
    "rustls-pki-types",
]
data-encoding = ["dep:data-encoding"]
default = ["handshake"]
deflate = [
    "headers",
    "flate2",
]
flate2 = ["dep:flate2"]
handshake = [
    "data-encoding",
    "headers",
    "httparse",
    "sha1",
]
headers = [
    "http",
    "dep:headers",
]
http = ["dep:http"]
httparse = ["dep:httparse"]
proxy = ["handshake"]
rustls = ["dep:rustls"]
rustls-pki-types = ["dep:rustls-pki-types"]
sha1 = ["dep:sha1"]

[lib]
name = "tungstenite"
path = "src/lib.rs"
doctest = false

[dependencies.bytes]
version = "^1.9.0"

[dependencies.data-encoding]
version = "^2"
optional = true

[dependencies.flate2]
version = "^1.1.0"
features = ["zlib-rs"]
optional = true
default-features = false

[dependencies.headers]
version = "^0.4.0"
optional = true

[dependencies.http]
version = "^1.0"
optional = true

[dependencies.httparse]
version = "^1.3.4"
optional = true

[dependencies.log]
version = "^0.4.8"

[dependencies.rand]
version = "^0.9.0"

[dependencies.rustls]
version = "^0.23.0"
features = ["std"]
optional = true
default-features = false

[dependencies.rustls-pki-types]
version = "^1.0"
optional = true

[dependencies.sha1]
version = "^0.10"
optional = true

[dependencies.thiserror]
version = "^2.0.7"

[dependencies.utf-8]
version = "^0.7.5"