# 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 = "conversion" version = "0.1.0" authors = ["watcol "] include = ["README.md", "Cargo.toml", "src/**/*.rs"] description = "An abstraction crate to convert iterators on the fly." readme = "README.md" keywords = ["iterator", "stream", "conversion"] categories = ["encoding"] license = "MIT" repository = "https://github.com/watcol/convert-iterator" resolver = "2" [package.metadata.docs.rs] all-features = true [dependencies.futures-core] version = "0.3" optional = true default-features = false [dependencies.pin-project-lite] version = "0.2" optional = true [dev-dependencies.futures] version = "0.3" [features] alloc = [] async = ["alloc", "futures-core", "pin-project-lite"] default = ["std"] nightly = [] std = ["alloc"]