# 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 = "streem" version = "0.2.0" authors = ["asonix "] description = "Simple utilities for creating and consuming streams" documentation = "https://docs.rs/streem" readme = "README.md" keywords = [ "async", "streams", ] license = "GPL-3.0" repository = "https://git.asonix.dog/asonix/streaming" [dependencies.futures-core] version = "0.3.28" [dependencies.pin-project-lite] version = "0.2.9" [dev-dependencies.futures-executor] version = "0.3"