[dependencies.macro_rules_attribute]
version = "0.1.2"
[dependencies.nougat-proc_macros]
version = "0.2.4"
[dependencies.polonius-the-crab]
optional = true
version = "0.2.1"
[dev-dependencies]
[features]
debug-macros = ["nougat-proc_macros/debug-macros"]
docs = []
test-lending-iterator-filter = ["polonius-the-crab"]
ui-tests = ["docs"]
[package]
authors = ["Daniel Henry-Mantilla <daniel.henry.mantilla@gmail.com>"]
description = "(lifetime) GATs on stable Rust"
documentation = "https://docs.rs/nougat"
edition = "2018"
license = "Zlib OR MIT OR Apache-2.0"
name = "nougat"
readme = "README.md"
repository = "https://github.com/danielhenrymantilla/nougat.rs"
version = "0.2.4"
[package.metadata.docs.rs]
features = ["docs"]
rustdoc-args = ["--html-before-content", "fix-docsrs-li-details-summary.html"]