[package] name = "streave" description = "A non-blocking I/O network library." version = "0.1.0" authors = [ "João Fernandes <0rangeFox@saphirex.pt>" ] keywords = [ "io", "network", "non-blocking", "tcp", "udp" ] categories = [ "accessibility", "asynchronous", "network-programming", "os" ] homepage = "https://github.com/0rangeFox/streave" repository = "https://github.com/0rangeFox/streave" readme = "README.md" license = "MIT" include = [ "src/**/*.rs", "Cargo.toml", "LICENSE", "README.md" ] edition = "2021" rust-version = "1.56.0" [dependencies]