[dependencies.quote]
default-features = false
version = "1.0"
[dependencies.syn]
default-features = false
features = ["derive", "parsing", "proc-macro", "printing"]
version = "2.0"
[dev-dependencies.thiserror]
version = "1.0"
[lib]
proc-macro = true
[package]
authors = ["Golf <golf25565@proton.me>", "Petr Portnov <me@progrm-jarvis.ru>"]
categories = ["development-tools::build-utils", "no-std", "no-std::no-alloc", "rust-patterns"]
description = "Derive macros for the bottom type core::convert::Infallible"
edition = "2021"
exclude = [".editorconfig", ".github", ".gitignore", ".rustfmt.toml"]
keywords = ["derive", "bottom-type", "never", "infallible", "proc-macro"]
license = "MIT OR Apache-2.0"
name = "nevermore"
readme = "README.md"
repository = "https://github.com/rjacraft/nevermore"
rust-version = "1.72"
version = "0.1.1"