# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "sctp-udp" version = "0.0.0" authors = ["Rain Liu "] description = "UDP sockets with ECN information for the SCTP protocol" homepage = "https://ngr.tc" documentation = "https://docs.rs/sctp-udp" keywords = ["sctp"] categories = [ "network-programming", "asynchronous", ] license = "MIT/Apache-2.0" repository = "https://github.com/ngr-tc/sctp" [package.metadata.docs.rs] all-features = true [dependencies.libc] version = "0.2.69" [dependencies.proto] version = "0.1.2" default-features = false package = "sctp-proto" [dependencies.socket2] version = "0.4" [dependencies.tracing] version = "0.1.10" [target."cfg(windows)".dependencies.windows-sys] version = "0.36.1" features = ["Win32_Networking_WinSock"] [badges.maintenance] status = "experimental"