[package] name = "sctp-udp" version = "0.0.0" authors = ["Rain Liu "] edition = "2021" description = "UDP sockets with ECN information for the SCTP protocol" license = "MIT/Apache-2.0" documentation = "https://docs.rs/sctp-udp" homepage = "https://ngr.tc" repository = "https://github.com/ngr-tc/sctp" keywords = ["sctp"] categories = [ "network-programming", "asynchronous" ] workspace = ".." [package.metadata.docs.rs] all-features = true [badges] maintenance = { status = "experimental" } [dependencies] libc = "0.2.69" proto = { package = "sctp-proto", path = "../sctp-proto", version = "0.1.2", default-features = false } socket2 = "0.4" tracing = "0.1.10" [target.'cfg(windows)'.dependencies] windows-sys = { version = "0.36.1", features = ["Win32_Networking_WinSock"] }