# 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.63" name = "future-iter" version = "0.1.4" authors = ["Andrew Ferreira "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Iterator utils for futures" homepage = "https://github.com/ferreira-tb/future-iter" readme = "README.md" license = "MIT" repository = "https://github.com/ferreira-tb/future-iter" [lib] name = "future_iter" path = "src/lib.rs" [dependencies.tokio] version = "1.39" features = [ "rt-multi-thread", "macros", ] optional = true default-features = false [dev-dependencies.itertools] version = "0.13" [features] default = ["tokio"] tokio = ["dep:tokio"] [lints.clippy] clone_on_ref_ptr = "deny" filetype_is_file = "deny" missing_errors_doc = "allow" missing_panics_doc = "allow" module_name_repetitions = "allow" must_use_candidate = "allow" needless_for_each = "allow" rc_buffer = "deny" rc_mutex = "deny" rest_pat_in_fully_bound_structs = "deny" [lints.clippy.pedantic] level = "deny" priority = -1