corophage 0.3.0

Algebraic effects for stable Rust
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"
rust-version = "1.85"
name = "corophage"
version = "0.3.0"
authors = ["Romain Ruetschi <github@romac.me>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Algebraic effects for stable Rust"
homepage = "https://github.com/romac/corophage"
readme = "README.md"
keywords = [
    "effects",
    "algebraic-effects",
    "coroutines",
    "handlers",
]
categories = ["rust-patterns"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/romac/corophage"

[features]
default = ["macros"]
macros = ["dep:corophage-macros"]

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

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

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

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

[[test]]
name = "it"
path = "tests/it/main.rs"

[[bench]]
name = "effects"
path = "benches/effects.rs"
harness = false

[dependencies.corophage-macros]
version = "0.3.0"
optional = true

[dependencies.fauxgen]
version = "0.1"
default-features = false

[dependencies.frunk_core]
version = "0.4"
default-features = false

[dev-dependencies.divan]
version = "0.1"

[dev-dependencies.tokio]
version = "1"
features = [
    "macros",
    "rt",
    "time",
]
default-features = false

[dev-dependencies.trybuild]
version = "1"

[lints.rust.unexpected_cfgs]
level = "warn"
priority = 0
check-cfg = ["cfg(coverage_nightly)"]

[profile.bench]
lto = true