webrtc-sctp 0.9.1

A pure Rust implementation of SCTP
Documentation
[[example]]
bench = false
name = "ping"
path = "examples/ping.rs"

[[example]]
bench = false
name = "pong"
path = "examples/pong.rs"
[dependencies.arc-swap]
version = "1"

[dependencies.async-trait]
version = "0.1"

[dependencies.bytes]
version = "1"

[dependencies.crc]
version = "3"

[dependencies.log]
version = "0.4"

[dependencies.rand]
version = "0.8"

[dependencies.thiserror]
version = "1"

[dependencies.tokio]
features = ["full"]
version = "1.32.0"

[dependencies.util]
default-features = false
features = ["conn"]
package = "webrtc-util"
version = "0.8.1"
[dev-dependencies.chrono]
version = "0.4.28"

[dev-dependencies.clap]
version = "3"

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

[dev-dependencies.lazy_static]
version = "1"

[dev-dependencies.tokio-test]
version = "0.4"

[package]
authors = ["Rain Liu <yliu@webrtc.rs>"]
description = "A pure Rust implementation of SCTP"
documentation = "https://docs.rs/webrtc-sctp"
edition = "2021"
homepage = "https://webrtc.rs"
license = "MIT OR Apache-2.0"
name = "webrtc-sctp"
readme = "README.md"
repository = "https://github.com/webrtc-rs/sctp"
version = "0.9.1"