webrtc-data 0.17.0

A pure Rust implementation of WebRTC DataChannel API
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 = "webrtc-data"
version = "0.17.0"
authors = ["Rain Liu <yliu@webrtc.rs>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A pure Rust implementation of WebRTC DataChannel API"
homepage = "https://webrtc.rs"
documentation = "https://docs.rs/webrtc-data"
readme = "README.md"
license = "MIT/Apache-2.0"
repository = "https://github.com/webrtc-rs/webrtc/tree/master/data"

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

[dependencies.bytes]
version = "1"

[dependencies.log]
version = "0.4"

[dependencies.portable-atomic]
version = "1.6"

[dependencies.sctp]
version = "0.17.0"
package = "webrtc-sctp"

[dependencies.thiserror]
version = "1"

[dependencies.tokio]
version = "1.32.0"
features = [
    "fs",
    "io-util",
    "io-std",
    "macros",
    "net",
    "parking_lot",
    "rt",
    "rt-multi-thread",
    "sync",
    "time",
]

[dependencies.util]
version = "0.17.0"
features = [
    "conn",
    "marshal",
]
default-features = false
package = "webrtc-util"

[dev-dependencies.chrono]
version = "0.4.28"

[dev-dependencies.env_logger]
version = "0.11.3"