[dependencies]
[dev-dependencies.cassette]
version = "0.3"
[lib]
name = "woven"
path = "src/lib.rs"
[lints.clippy]
pedantic = "warn"
[package]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["asynchronous", "concurrency", "no-std", "no-std::no-alloc"]
description = "A simple set of async combinators, usable in a no_std environment."
edition = "2021"
homepage = "https://github.com/NZRosto/woven"
keywords = ["combinators", "concurrency", "async", "no-std"]
license = "MIT OR Apache-2.0"
name = "woven"
readme = "README.md"
repository = "https://github.com/NZRosto/woven"
version = "0.1.0"