# 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-rs" version = "0.3.1" authors = ["Abhijit Gadgil "] description = "Idiomatic Rust APIs for Linux SCTP Stack." readme = "README.md" keywords = ["sctp"] categories = ["network-programming"] license = "Apache-2.0 OR MIT" repository = "https://github.com/gabhijit/ellora.git" [[example]] name = "ping" path = "examples/src/ping.rs" [[example]] name = "pong" path = "examples/src/pong.rs" [dependencies.libc] version = "0.2" [dependencies.log] version = "0.4" [dependencies.os_socketaddr] version = "0.2" [dependencies.tokio] version = "1.0" features = [ "net", "macros", "rt", ] [dev-dependencies.clap] version = "4" [dev-dependencies.env_logger] version = "0.9"