stak-minifier-macro 0.1.72

Macros to minify Stak Scheme source codes
Documentation
[dependencies.proc-macro2]
features = ["proc-macro"]
version = "1.0.93"

[dependencies.quote]
version = "1.0.38"

[dependencies.stak-macro-util]
version = "0.1.71"

[dependencies.stak-minifier]
version = "0.1.72"

[dependencies.syn]
version = "2.0.96"

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

[lints.clippy]
alloc_instead_of_core = "deny"
dbg_macro = "deny"
derive_partial_eq_without_eq = "deny"
equatable_if_let = "deny"
explicit_deref_methods = "deny"
if_not_else = "deny"
manual_let_else = "deny"
missing_const_for_fn = "deny"
option_if_let_else = "deny"
std_instead_of_alloc = "deny"
std_instead_of_core = "deny"
todo = "deny"
unimplemented = "deny"
uninlined_format_args = "deny"
unused_self = "deny"
use_self = "deny"

[lints.rust]
missing_docs = "deny"
warnings = "deny"

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Macros to minify Stak Scheme source codes"
edition = "2021"
keywords = ["interpreter", "language", "scheme"]
license-file = "LICENSE"
name = "stak-minifier-macro"
readme = "README.md"
repository = "https://github.com/raviqqe/stak"
version = "0.1.72"

[[test]]
name = "main"
path = "tests/main.rs"