# 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 = "sctpx" version = "0.4.0" authors = ["FanHui "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A simple and friendly SCTP wrapper." homepage = "https://github.com/rust-util-collections/sctpx" readme = "README.md" keywords = [ "sctp", "socket", "net", ] categories = ["network-programming"] license = "MIT" repository = "https://github.com/rust-util-collections/sctpx.git" [lib] name = "sctpx" path = "src/lib.rs" [dependencies.libc] version = "0.2" [dependencies.nix] version = "0.29" features = ["net"] [dependencies.ruc] version = "7.0" [features] client = [] default = [ "client", "server", ] server = []