# 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.83" name = "asynk-strim" version = "0.1.2" build = false include = [ "src/**/*.rs", "Cargo.toml", "README.md", "LICENSE-APACHE", "LICENSE-MIT", ] autolib = false autobins = false autoexamples = false autotests = false autobenches = false description = "Lightweight stream generator library" readme = "README.md" keywords = [ "async", "no_std", "stream", ] categories = [ "asynchronous", "no-std", "no-std::no-alloc", ] license = "MIT OR Apache-2.0" repository = "https://github.com/aumetra/asynk-strim.git" [lib] name = "asynk_strim" path = "src/lib.rs" [dependencies.futures-core] version = "0.3.31" default-features = false [dependencies.pin-project-lite] version = "0.2.14" [dev-dependencies.async-fn-stream] version = "0.2.2" [dev-dependencies.async-stream] version = "0.3.6" [dev-dependencies.divan] version = "0.1.14" [dev-dependencies.futures-lite] version = "2.3.0" features = ["std"] default-features = false [dev-dependencies.mimalloc] version = "0.1.43" [dev-dependencies.trybuild] version = "1.0.99"