ws-framer 0.3.2

Simple no-std framer for websockets (with alloc feature)
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"
name = "ws-framer"
version = "0.3.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Simple no-std framer for websockets (with alloc feature)"
readme = false
license = "MIT"
repository = "https://github.com/filipton/ws-framer"

[features]
alloc = []
default = [
    "http",
    "getrandom04",
]
getrandom02 = ["dep:getrandom02"]
getrandom03 = ["dep:getrandom03"]
getrandom04 = ["dep:getrandom04"]
http = [
    "dep:httparse",
    "dep:itoa",
]

[lib]
name = "ws_framer"
path = "src/lib.rs"

[[example]]
name = "ws-framer-test"
path = "examples/ws-framer-test.rs"

[dependencies.getrandom02]
version = "=0.2.15"
optional = true
package = "getrandom"

[dependencies.getrandom03]
version = "=0.3.4"
optional = true
package = "getrandom"

[dependencies.getrandom04]
version = "0.4.2"
optional = true
package = "getrandom"

[dependencies.httparse]
version = "1.10.1"
optional = true
default-features = false

[dependencies.itoa]
version = "1.0.18"
optional = true

[dependencies.ws-framer-macros]
version = "0.1.0"

[dev-dependencies.anyhow]
version = "1.0.102"

[dev-dependencies.clap]
version = "4.6.1"
features = ["derive"]

[dev-dependencies.rand]
version = "0.10.1"