[package] description = "Hala asynchronous network programming primitive type udp" documentation = "https://docs.rs/hala-udp" edition.workspace = true license = "MIT" name = "hala-udp" repository.workspace = true version.workspace = true # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] log = {workspace = true} thiserror = {workspace = true} hala-future = {workspace = true} hala-io = {workspace = true} [dev-dependencies] divan = {workspace = true} futures-test = {workspace = true} hala-io = {workspace = true, features = ["mio-driver"]} hala-test = {workspace = true} pretty_env_logger = {workspace = true} rand = {workspace = true}