# 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 = "2018" name = "sctp-sys" version = "0.0.8" authors = ["Pierre-Henri Symoneaux"] build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "Binding to libsctp for linux, and SctpDrv for windows. SctpDrv binding is experimental" documentation = "http://phsym.github.io/sctp-sys" readme = "README.md" keywords = [ "transport", "network", "sctp", "libsctp", "socket", ] license = "MIT/Apache-2.0" repository = "https://github.com/phsym/sctp-sys" [lib] name = "sctp_sys" path = "src/lib.rs" [[example]] name = "dirty" path = "examples/dirty.rs" [dependencies.libc] version = "^0.2" [dependencies.winapi] version = "^0.3" features = [ "winsock2", "ws2tcpip", ]