kcode-intelligence-cancellation 0.1.0

UUID operation registration and hierarchical cancellation
[package]
name = "kcode-intelligence-cancellation"
version = "0.1.0"
edition = "2024"
rust-version = "1.97"
license = "MIT"
description = "UUID operation registration and hierarchical cancellation"
documentation = "https://docs.rs/kcode-intelligence-cancellation"
include = [
    "src/**",
    "Cargo.toml",
    "Documentation.md",
]

[dependencies]
tokio = { version = "1", features = ["sync"] }
uuid = "1"

[dev-dependencies]
tokio = { version = "1", features = ["macros", "rt", "time"] }
uuid = { version = "1", features = ["v4"] }

[lints.rust]
unsafe_code = "forbid"

[workspace]