# 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" rust-version = "1.58.1" name = "vru-cancel" version = "0.1.2" authors = ["Vladislav Melnik "] description = "Cancel tokio stream" readme = "README.md" keywords = [ "async", "stream", "tokio", ] categories = [ "asynchronous", "rust-patterns", ] license = "MIT" repository = "https://github.com/vlad9486/vru-cancel.git" [dependencies.pin-project-lite] version = "0.2.13" [dependencies.tokio] version = "1.32.0" features = ["sync"] [dependencies.tokio-stream] version = "0.1.14" default-features = false [dev-dependencies.tokio] version = "1.32.0" features = [ "rt", "time", "macros", "sync", "signal", ]