[dependencies]
[dev-dependencies.clap]
features = ["derive"]
version = "4.5.48"
[dev-dependencies.tokio]
features = ["full"]
version = "1.47.1"
[[example]]
name = "pingpong_std"
path = "examples/pingpong_std.rs"
[[example]]
name = "pingpong_tokio"
path = "examples/pingpong_tokio.rs"
[lib]
name = "asansio"
path = "src/lib.rs"
[package]
authors = ["Pawel Pery"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "The Async/await state machine for the Sans I/O design pattern"
edition = "2024"
license = "MIT OR Apache-2.0"
name = "asansio"
readme = "README.md"
repository = "https://github.com/ewienik/asansio"
version = "0.1.2"
[[test]]
name = "integration"
path = "tests/integration.rs"