[package] name = "smol-potat" description = "Proc macro for smol runtime." license = "MIT OR Apache-2.0" version = "1.1.2" authors = ["YuWeiWu "] edition = "2018" readme = "README.md" repository = "https://github.com/wusyong/smol-potat" homepage = "https://github.com/wusyong/smol-potat" documentation = "https://docs.rs/smol-potat" [dependencies] smol-potat-macro = { version = "0.6", path = "smol-potat-macro"} async-io = "1.3" num_cpus = { version = "1.13", optional = true } [dev-dependencies] smol = "1.2" [features] auto = ["smol-potat-macro/auto", "num_cpus"] [workspace] members = [ "smol-potat-macro" ]