[package]
name = "webrtc-sctp"
version = "0.4.3"
authors = ["Rain Liu <yliu@webrtc.rs>"]
edition = "2018"
description = "A pure Rust implementation of SCTP"
license = "MIT/Apache-2.0"
documentation = "https://docs.rs/webrtc-sctp"
homepage = "https://webrtc.rs"
repository = "https://github.com/webrtc-rs/sctp"
[dependencies]
util = { package = "webrtc-util", version = "0.5.3", default-features = false, features = ["conn"] }
tokio = { version = "1.15.0", features = ["full"] }
bytes = "1.1.0"
rand = "0.8.4"
crc = "2.1.0"
async-trait = "0.1.52"
log = "0.4.14"
thiserror = "1.0.30"
[dev-dependencies]
tokio-test = "0.4.2"
lazy_static = "1.4.0"
env_logger = "0.9.0"
chrono = "0.4.19"
clap = "2.34.0"
[[example]]
name = "ping"
path = "examples/ping.rs"
bench = false
[[example]]
name = "pong"
path = "examples/pong.rs"
bench = false