# 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 = "stopper" version = "0.2.8" authors = ["Jacob Rothstein "] description = "an async stream and future stopper mechanism" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/jbr/stopper" [dependencies.event-listener] version = "5.3.1" [dependencies.futures-lite] version = "2.3.0" [dependencies.pin-project-lite] version = "0.2.14" [dev-dependencies.test-harness] version = "0.2.0" [features] loom = [ "event-listener/loom", "dep:loom", ] [target."cfg(loom)".dependencies.loom] version = "0.7" features = [ "futures", "checkpoint", ] optional = true [lints.rust.unexpected_cfgs] level = "warn" priority = 0