# # Copyright (C) 2020 Nathan Sharp. # # This file is available under either the terms of the Apache License, Version # 2.0 or the MIT License, at your discretion. # [package] name = "generator_extensions" version = "0.1.1" edition = "2018" authors = ["Nathan Sharp "] license = "Apache-2.0 OR MIT" readme = "README.md" repository = "https://gitlab.com/nwsharp/generator_extensions" description = "Basic extensions to Generator types to bring parity with Iterators." keywords = [ "generator", "generator_trait", "iterator" ] categories = [ "no-std", "rust-patterns" ] [profile.release] codegen-units = 1 lto = "fat" [profile.bench] codegen-units = 1 lto = "fat" [badges] maintenance = { status = "experimental" }