macroonz-compiler 0.2.0

Deterministic Rust code generation for procedural macros: plan, render, close, explain, and bind one sealed expansion from declared input.
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.98.1"
name = "macroonz-compiler"
version = "0.2.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Deterministic Rust code generation for procedural macros: plan, render, close, explain, and bind one sealed expansion from declared input."
readme = "README.md"
keywords = [
    "codegen",
    "proc-macro",
    "derive",
    "metaprogramming",
    "code-generation",
]
categories = ["development-tools::procedural-macro-helpers"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/freebatteryfactory/Macroonz"

[package.metadata.docs.rs]
all-features = true

[features]
host = []

[lib]
name = "macroonz_compiler"
path = "src/lib.rs"

[[example]]
name = "callable_compiler"
path = "examples/callable_compiler.rs"

[[example]]
name = "custom_recipe_projector"
path = "examples/custom_recipe_projector.rs"

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

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

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

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

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

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

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

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

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

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

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

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

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

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

[[test]]
name = "host_capture_identity"
path = "tests/host_capture_identity/main.rs"
required-features = ["host"]

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

[dependencies.blake3]
version = "=1.8.6"
default-features = false

[dependencies.ra-ap-rustc_lexer]
version = "=0.174.0"
default-features = false

[dev-dependencies.trybuild]
version = "=1.0.120"

[lints.clippy]
allow_attributes = "deny"
allow_attributes_without_reason = "deny"
arithmetic_side_effects = "deny"
as_conversions = "deny"
dbg_macro = "deny"
default_numeric_fallback = "deny"
excessive_nesting = "deny"
exit = "deny"
expect_used = "deny"
indexing_slicing = "deny"
integer_division = "deny"
iter_over_hash_type = "deny"
let_underscore_must_use = "deny"
mem_forget = "deny"
panic = "deny"
print_stderr = "deny"
print_stdout = "deny"
rest_pat_in_fully_bound_structs = "deny"
shadow_same = "deny"
shadow_unrelated = "deny"
todo = "deny"
unimplemented = "deny"
unwrap_used = "deny"
wildcard_enum_match_arm = "deny"

[lints.clippy.all]
level = "deny"
priority = -1

[lints.clippy.pedantic]
level = "deny"
priority = -1

[lints.rust]
let_underscore_drop = "deny"
meta_variable_misuse = "deny"
missing_docs = "deny"
non_ascii_idents = "deny"
unnameable_types = "deny"
unreachable_pub = "deny"
unsafe_code = "forbid"
unused_qualifications = "deny"

[lints.rust.unexpected_cfgs]
level = "deny"
priority = 0
check-cfg = ["cfg(loom)"]

[lints.rust.warnings]
level = "deny"
priority = -1