frame_stream 0.1.2

frame_stream
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 = "2024"
name = "frame_stream"
version = "0.1.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "frame_stream"
homepage = "https://github.com/i18n-site/rust/tree/dev/frame_stream"
readme = "README.md"
keywords = []
license = "MulanPSL-2.0"
repository = "https://github.com/i18n-site/rust.git"
resolver = "2"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = [
    "--cfg",
    "docsrs",
]

[features]
axum = ["dep:axum"]
default = []

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

[[test]]
name = "main"
path = "tests/main.rs"

[dependencies.axum]
version = "0.8.4"
optional = true

[dependencies.bytes]
version = "1.10.1"

[dependencies.futures-lite]
version = "2.6.0"

[dependencies.kanal]
version = "0.1.1"