[build-dependencies.cxx-build]
optional = true
version = "1.0.192"
[dependencies.anyhow]
version = "1.0.100"
[dependencies.crc-any]
version = "2.5.0"
[dependencies.cxx]
optional = true
version = "1.0.192"
[dependencies.log]
version = "0.4.29"
[dependencies.rand]
version = "0.9.2"
[dependencies.thiserror]
version = "2.0.17"
[dev-dependencies.itertools]
version = "0.14.0"
[features]
cxx = ["dep:cxx", "dep:cxx-build"]
fuzz-internals = []
[lib]
crate-type = ["lib", "staticlib"]
name = "dcsctp"
path = "src/lib.rs"
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = "build.rs"
categories = ["network-programming"]
description = "An SCTP implementation for WebRTC Data Channels"
edition = "2021"
keywords = ["webrtc", "sctp"]
license = "Apache-2.0"
name = "dcsctp"
readme = "README.md"
repository = "https://github.com/webrtc/dcsctp"
version = "0.1.4"