[dependencies.flexstr]
version = "0.9.2"
[dependencies.quote]
version = "1.0"
[dependencies.smartstring]
version = "1"
[dependencies.syn]
version = "2"
[lib]
name = "spcasm_derive"
path = "src/lib.rs"
proc-macro = true
[lints.clippy]
all = "deny"
nursery = "deny"
pedantic = "deny"
[lints.rust]
incomplete_features = "allow"
non_upper_case_globals = "allow"
[lints.rust.missing_docs]
level = "deny"
priority = -10
[lints.rust.unused]
level = "deny"
priority = -10
[lints.rustdoc]
all = "deny"
[package]
authors = ["kleines Filmröllchen <filmroellchen@serenityos.org>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "Derive macros for spcasm"
edition = "2021"
homepage = "https://spcasm.filmroellchen.eu/"
license-file = "LICENSE"
name = "spcasm_derive"
readme = false
repository = "https://github.com/kleinesfilmroellchen/spcasm"
rust-version = "1.80"
version = "1.2.0"