[package] name = "async-uninet" description = "Unified types for asynchronous TCP & Unix sockets." license = "MIT" version = "0.2.0" authors = ["Kristijan Sedlak "] edition = "2018" documentation = "https://github.com/xpepermint/async-uninet" homepage = "https://github.com/xpepermint/async-uninet" repository = "https://github.com/xpepermint/async-uninet" [dependencies] async-std = { version = "^1.6.0" } [dev-dependencies] async-std = { version = "^1.6.0", features = ["attributes"] }