# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "tokio-udp-framed" version = "0.1.0" authors = ["Evan Cameron "] description = "Based on UdpFramed from tokio-util but with some quality of life modifications to support shared ownership of `UdpSocket`\nand to split Send/Recv into their own types.\n" keywords = ["async", "udp", "tokio"] categories = ["asynchronous", "network-programming"] license = "MIT" repository = "https://github.com/leshow/tokio-udp-framed" [package.metadata.docs.rs] all-features = true rustdoc-args = ["--cfg", "docsrs"] [dependencies.bytes] version = "1" [dependencies.futures-core] version = "0.3" [dependencies.futures-io] version = "0.3" optional = true [dependencies.futures-sink] version = "0.3" [dependencies.futures-util] version = "0.3" optional = true [dependencies.pin-project-lite] version = "0.2" [dependencies.tokio] version = "1.2" [dependencies.tokio-stream] version = "0.1" [dependencies.tokio-util] version = "0.6" features = ["full"] [dev-dependencies.futures] version = "0.3" [dev-dependencies.futures-test] version = "0.3.5" [dev-dependencies.tokio] version = "1.2" features = ["full"] [dev-dependencies.tokio-test] version = "0.4"