spcasm_derive 2.0.0

Derive macros for spcasm
Documentation
# 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 = "2024"
rust-version = "1.90"
name = "spcasm_derive"
version = "2.0.0"
authors = ["kleines Filmröllchen <kleines@filmroellchen.eu>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Derive macros for spcasm"
homepage = "https://spcasm.filmroellchen.eu/"
readme = false
license-file = "LICENSE"
repository = "https://github.com/kleinesfilmroellchen/spcasm"

[lib]
name = "spcasm_derive"
path = "src/lib.rs"
proc-macro = true

[dependencies.flexstr]
version = "0.9.2"

[dependencies.quote]
version = "1.0"

[dependencies.smartstring]
version = "1"

[dependencies.syn]
version = "2"

[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.unexpected_cfgs]
level = "allow"
priority = 0
check-cfg = ["cfg(wasm_bindgen_unstable_test_coverage)"]

[lints.rust.unused]
level = "deny"
priority = -10

[lints.rustdoc]
all = "deny"