# 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.0" name = "chain_from_last" version = "0.2.0" authors = ["yogevm15"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Iterator adaptor for chaining from last item." documentation = "https://docs.rs/chain_from_last/" readme = "README.md" keywords = [ "iterator", "chain", "data-structures", ] categories = [ "algorithms", "rust-patterns", "no-std", "no-std::no-alloc", ] license = "Apache-2.0" repository = "https://github.com/yogevm15/chain_from_last" [lib] name = "chain_from_last" path = "src/lib.rs" bench = false [dependencies]