asansio 0.4.0

The Async/await state machine for the Sans I/O design pattern
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2024"
name = "asansio"
version = "0.4.0"
authors = ["Paweł Pery"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "The Async/await state machine for the Sans I/O design pattern"
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/ewienik/asansio"

[lib]
name = "asansio"
path = "src/lib.rs"

[[example]]
name = "pingpong_std"
path = "examples/pingpong_std.rs"

[[example]]
name = "pingpong_tokio"
path = "examples/pingpong_tokio.rs"

[[test]]
name = "integration"
path = "tests/integration.rs"

[dependencies]

[dev-dependencies.clap]
version = "4.5.48"
features = ["derive"]

[dev-dependencies.tokio]
version = "1.47.1"
features = ["full"]