# 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 = "forky-udpflow" version = "0.2.0" authors = ["zephyr "] description = "Stream API for tokio-udp." documentation = "https://docs.rs/udpflow" readme = "README.md" keywords = [ "udp", "uot", "stream", ] license = "MIT" repository = "https://github.com/sabify/udpflow" [lib] name = "udpflow" [dependencies.socket2] version = "0.5.3" features = ["all"] [dependencies.tokio] version = "1" features = [ "rt", "net", "time", "sync", "io-util", ] [dev-dependencies.tokio] version = "1" features = ["full"]