# 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 = "tokio-dtls-stream-sink" version = "0.6.0" description = "Tokio-based stream and sink API for UDP datagrams over DTLS" homepage = "https://drogue.io" readme = "README.md" keywords = [ "dtls", "udp", "openssl", "tokio", ] license = "MIT OR Apache-2.0" repository = "https://github.com/drogue-iot/tokio-dtls-stream-sink" [dependencies.bytes] version = "1" [dependencies.futures] version = "0.3" [dependencies.log] version = "0.4" [dependencies.openssl] version = "0.10" features = ["v111"] [dependencies.tokio] version = "1" features = [ "net", "macros", "rt", "io-util", "time", ] [dependencies.tokio-openssl] version = "0.6" [dependencies.tokio-util] version = "0.7" features = ["codec"]