[package] name = "spin_on" version = "0.1.1" authors = ["paulkernfeld "] edition = "2018" description = "A simple, inefficient Future executor" license = "Apache-2.0 OR MIT" categories = ["asynchronous", "no-std"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] pin-utils = "0.1.0"