# 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 = "empty-fallback-chain" version = "1.0.1" authors = ["Matti Bryce "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Iterator adaptor like chain, but conditional on empty first iterator" homepage = "https://gitlab.com/infomorphic-matti/empty-fallback-chain" documentation = "https://docs.rs/empty-fallback-chain" readme = "README.md" keywords = [ "iter", "iterator", "chain", "data-structure", "fallback", ] categories = [ "no-std::no-alloc", "algorithms", "rust-patterns", ] license = "MPL-2.0" repository = "https://gitlab.com/infomorphic-matti/empty-fallback-chain" [package.metadata.docs.rs] all-features = true [lib] name = "empty_fallback_chain" path = "src/lib.rs" [dependencies]