[package]
edition = "2024"
name = "rtc-sctp"
version = "0.20.2"
authors = ["Rain Liu <yliu@webrtc.rs>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "RTC SCTP in Rust"
homepage = "https://webrtc.rs"
documentation = "https://docs.rs/rtc-sctp"
readme = "README.md"
keywords = [
"sansio",
"networking",
"protocols",
]
categories = ["network-programming"]
license = "MIT/Apache-2.0"
repository = "https://github.com/webrtc-rs/rtc"
resolver = "2"
[features]
bench = []
[lib]
name = "rtc_sctp"
path = "src/lib.rs"
[[example]]
name = "sctp_e2e"
path = "examples/sctp_e2e.rs"
[[example]]
name = "sctp_micro"
path = "examples/sctp_micro.rs"
required-features = ["bench"]
[dependencies.bytes]
version = "1.12.0"
[dependencies.crc32c]
version = "0.6"
[dependencies.log]
version = "0.4.33"
[dependencies.rand]
version = "0.10.1"
[dependencies.rustc-hash]
version = "2"
[dependencies.shared]
version = "0.20.2"
features = []
default-features = false
package = "rtc-shared"
[dependencies.slab]
version = "0.4.9"
[dependencies.thiserror]
version = "2.0.18"
[dev-dependencies.assert_matches]
version = "1.5.0"
[dev-dependencies.lazy_static]
version = "1.4.0"
[lints.rust.unexpected_cfgs]
level = "warn"
priority = 0
check-cfg = ["cfg(fuzzing)"]