# 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 = "rust-sctp" version = "0.0.6" authors = ["Pierre-Henri Symoneaux"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "High level SCTP networking library" documentation = "http://phsym.github.io/rust-sctp" readme = "README.md" keywords = [ "transport", "network", "sctp", "libsctp", "socket", ] license = "MIT" repository = "https://github.com/phsym/rust-sctp" [lib] name = "sctp" path = "src/lib.rs" [[example]] name = "listener" path = "examples/listener.rs" [[example]] name = "one_to_many" path = "examples/one_to_many.rs" [[example]] name = "stream" path = "examples/stream.rs" [dependencies.libc] version = "^0.2" [dependencies.sctp-sys] version = "0.0.8" [dependencies.winapi] version = "^0.3" [dependencies.ws2_32-sys] version = "^0.2"