# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "tokio-context" version = "0.1.3" authors = ["Peter Farr "] include = ["**/*.rs", "Cargo.toml", "README.md"] description = "Contexts for cancelling asynchronous tasks using tokio" documentation = "https://docs.rs/tokio-context" readme = "README.md" keywords = ["async", "api", "tokio", "futures"] categories = ["rust-patterns", "development-tools", "asynchronous"] license = "MIT" repository = "https://github.com/PrismaPhonic/tokio-context" [dependencies.tokio] version = "1.12.0" features = ["macros", "sync", "time"] [dev-dependencies.tokio] version = "1.12.0" features = ["macros", "sync", "time", "rt", "rt-multi-thread"] [badges.maintenance] status = "actively-developed"