# 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 = "udp-stream" version = "0.0.12" authors = ["Narrowlink "] description = "Implementation of UdpSocket same as TcpStream" homepage = "https://github.com/narrowlink/udp-stream" readme = "README.md" keywords = [ "stream", "udp", "dtls", "tokio", ] license = "MIT" [dependencies.bytes] version = "1.6" [dependencies.log] version = "0.4" [dependencies.tokio] version = "1" features = [ "rt", "sync", "net", "macros", "io-util", ] [dev-dependencies.env_logger] version = "0.10" [dev-dependencies.openssl] version = "0.10" features = ["vendored"] [dev-dependencies.tokio] version = "1" features = [ "time", "rt-multi-thread", ] [dev-dependencies.tokio-openssl] version = "0.6"