# 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-async" version = "0.0.0" authors = ["Rain Liu "] description = "Async implementation for the SCTP protocol" homepage = "https://webrtc.rs" documentation = "https://docs.rs/sctp-async" readme = "../README.md" keywords = ["sctp"] categories = ["network-programming", "asynchronous"] license = "MIT/Apache-2.0" repository = "https://github.com/webrtc-rs/sctp" [[example]] name = "ping" path = "examples/ping.rs" bench = false [[example]] name = "pong" path = "examples/pong.rs" bench = false [dependencies.async-trait] version = "0.1.51" [dependencies.bytes] version = "1.1.0" [dependencies.crc] version = "2.1.0" [dependencies.log] version = "0.4.14" [dependencies.rand] version = "0.8.4" [dependencies.thiserror] version = "1.0.30" [dependencies.tokio] version = "1.13.0" features = ["full"] [dependencies.util] version = "0.5.2" features = ["conn"] default-features = false package = "webrtc-util" [dev-dependencies.chrono] version = "0.4.19" [dev-dependencies.clap] version = "2.33.3" [dev-dependencies.env_logger] version = "0.9.0" [dev-dependencies.lazy_static] version = "1.4.0" [dev-dependencies.tokio-test] version = "0.4.2"