# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "pushgen" version = "0.0.2" authors = ["andwass"] description = "Push-style design pattern for processing of ranges and data-streams." homepage = "https://github.com/AndWass/pushgen" documentation = "https://docs.rs/pushgen" keywords = ["push", "generator", "stream"] license = "MIT/Apache-2.0" repository = "https://github.com/AndWass/pushgen" [package.metadata.docs.rs] all-features = true rustdoc-args = ["--cfg", "docsrs"] [[bench]] name = "iter_next_filter_map" harness = false [[bench]] name = "for_each_filter_map" harness = false [[bench]] name = "try_for_each_filter_map" harness = false [[bench]] name = "pushgen_filter_map" harness = false [[bench]] name = "iter_next_chain_take_filter_map" harness = false [[bench]] name = "for_each_chain_take_filter_map" harness = false [[bench]] name = "try_for_each_chain_take_filter_map" harness = false [[bench]] name = "pushgen_chain_take_filter_map" harness = false [[bench]] name = "pushgen_iter_chain_take_filter_map" harness = false [[bench]] name = "for_each_dedup_filter" harness = false [[bench]] name = "iter_next_dedup_filter" harness = false [[bench]] name = "try_for_each_dedup_filter" harness = false [[bench]] name = "pushgen_dedup_filter" harness = false [[bench]] name = "for_each_flatten_dedup_filter_map" harness = false [[bench]] name = "iter_next_flatten_dedup_filter_map" harness = false [[bench]] name = "try_for_each_flatten_dedup_filter_map" harness = false [[bench]] name = "pushgen_flatten_dedup_filter_map" harness = false [[bench]] name = "for_each_dedup_flatten_filter_map" harness = false [[bench]] name = "try_for_each_dedup_flatten_filter_map" harness = false [[bench]] name = "iter_next_dedup_flatten_filter_map" harness = false [[bench]] name = "pushgen_dedup_flatten_filter_map" harness = false [[bench]] name = "for_each_transrangers_test6" harness = false [[bench]] name = "try_for_each_transrangers_test6" harness = false [[bench]] name = "iter_next_transrangers_test6" harness = false [[bench]] name = "pushgen_transrangers_test6" harness = false [[bench]] name = "iter_next_basic_loop" harness = false [[bench]] name = "pushgen_iter_basic_loop" harness = false [[bench]] name = "iter_reduce" harness = false [[bench]] name = "pushgen_reduce" harness = false [[bench]] name = "pushgen_step_by" harness = false [[bench]] name = "for_each_step_by" harness = false [[bench]] name = "pushgen_map_filter_step_by" harness = false [[bench]] name = "for_each_map_filter_step_by" harness = false [dependencies.either] version = "1.0" default-features = false [dev-dependencies.criterion] version = "0.3" [dev-dependencies.itertools] version = "0.10.1" [features] default = ["std"] std = [] test = ["std"]