[package] name = "aio" version = "0.1.0" edition = "2021" description = "Rust utilities without the dependency hell." license = "0BSD" documentation = "https://git.tjdev.de/thetek/aio-rs" homepage = "https://git.tjdev.de/thetek/aio-rs" repository = "https://git.tjdev.de/thetek/aio-rs" [dependencies] log = { version = "0.4.22", optional = true } [features] default = [] log = ["dep:log"]