[package] name = "asynciter" version = "0.1.0" edition = "2021" readme = "README.md" repository = "https://github.com/Embers-of-the-Fire/asynciter.git" description = "Asynchronous iterator." keywords = ["async", "iterator", "stream"] categories = ["concurrency", "asynchronous"] license = "MIT OR Apache-2.0" [badges] maintenance = { status = "actively-developed" } # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] [dev-dependencies] tokio = { version = "1.35.1", features = ["full"] }