cano-macros 0.15.2

Procedural macros for the cano workflow engine.
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.89.0"
name = "cano-macros"
version = "0.15.2"
authors = ["Nassor Frazier-Silva <nassor@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Procedural macros for the cano workflow engine."
homepage = "https://nassor.github.io/cano/"
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/nassor/cano"

[lib]
name = "cano_macros"
path = "src/lib.rs"
proc-macro = true

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

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

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

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

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

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

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

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

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

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

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

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

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

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

[dependencies.proc-macro2]
version = "1"

[dependencies.quote]
version = "1"

[dependencies.syn]
version = "2"
features = [
    "full",
    "visit-mut",
]

[dev-dependencies.futures-util]
version = "0.3"

[dev-dependencies.serde]
version = "1"
features = ["derive"]

[dev-dependencies.tokio]
version = "1"
features = [
    "rt",
    "rt-multi-thread",
    "macros",
    "time",
    "test-util",
]