[package] name = "scoped_async_spawn" version = "0.1.0" edition = "2021" description = "spawn non-static futures" license = "MPL-2.0" repository = "https://github.com/wishawa/async_ui" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] scoped-tls = "1.0.0" pin-cell = "0.2.0" pin-project-lite = "0.2.9" pin-weak = "1.1.0" smallvec = { version = "1.9.0", features = ["union", "const_generics"] } [dev-dependencies] pin-utils = "0.1"