[package] name = "thread-async" version = "0.1.2" authors = ["LiosK "] license = "CC0-1.0" edition = "2021" rust-version = "1.64" description = "Execute a task in a new thread and await the result asynchronously" repository = "https://github.com/LiosK/thread-async-rs" [dependencies] [dev-dependencies] tokio = { version = "1.40", features = ["rt-multi-thread", "time", "macros"] }