infinite-stream 0.2.0

Streams (asynchronous iterators) that always keep yielding items (or panic, or become pending forever)
Documentation
# 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 = "2024"
name = "infinite-stream"
version = "0.2.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Streams (asynchronous iterators) that always keep yielding items (or panic, or become pending forever)"
readme = "README.md"
license = "MIT"
repository = "https://github.com/fenhl/infinite-stream"

[features]
tokio-stream = ["dep:tokio-stream"]

[lib]
name = "infinite_stream"
path = "src/lib.rs"

[dependencies.futures]
version = "0.3"

[dependencies.pin-project]
version = "1"

[dependencies.tokio-stream]
version = "0.1"
features = ["time"]
optional = true

[lints.rust]
rust_2018_idioms = "deny"
unsafe_code = "forbid"
unused = "deny"
unused_crate_dependencies = "deny"
unused_import_braces = "deny"
unused_lifetimes = "deny"
unused_qualifications = "deny"
warnings = "deny"