[package] name = "drop-stream" version = "0.3.2" authors = ["Lukas Friman "] description = "A stream that wraps another stream with a closure that is called once it is dropped." documentation = "https://docs.rs/drop-stream" edition = "2021" license = "MIT" repository = "https://github.com/DreamplaySE/drop-stream" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] futures-core = "0.3" pin-project = "1" [dev-dependencies] futures = "0.3"