# 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 = "2021" name = "cancellable" version = "0.3.1" authors = ["Kamil Rusin "] include = [ "/src", "LICENSE.txt", ] description = "A Rust library providing a generic cancellable utility." homepage = "https://github.com/nathiss/cancellable" readme = "README.md" keywords = [ "tokio", "service", "cancellable", ] categories = ["asynchronous"] license = "MIT" repository = "https://github.com/nathiss/cancellable" [dependencies.async-trait] version = "0.1.71" [dependencies.pin-project] version = "1.1.2" [dependencies.tokio] version = "1.29.1" features = [ "rt", "macros", ] default-features = false [dependencies.tokio-util] version = "0.7.8" default-features = false [dev-dependencies.anyhow] version = "1.0.71" [dev-dependencies.tokio] version = "1.29.1" features = [ "rt-multi-thread", "net", "macros", "time", ] default-features = false