ruda-kernel-macros 0.1.3

Compile-time bridge from Rust kernel functions to Ruda IR.
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"
name = "ruda-kernel-macros"
version = "0.1.3"
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Compile-time bridge from Rust kernel functions to Ruda IR."
readme = "README.md"
license-file = "LICENSE"
repository = "https://github.com/shuqi2077/RUDA"

[features]
debug_symbols = ["kernel-ir"]
default = [
    "kernel-ir",
    "std",
]
kernel-ir = [
    "dep:darling",
    "dep:derive-new",
    "dep:ident_case",
    "dep:inflections",
    "dep:prettyplease",
    "dep:proc-macro-crate",
    "dep:ruda-core",
    "syn/extra-traits",
    "syn/visit-mut",
]
std = ["kernel-ir"]
tracing = [
    "kernel-ir",
    "ruda-core/tracing",
]

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

[dependencies.darling]
version = "0.23.0"
optional = true

[dependencies.derive-new]
version = "0.7.0"
optional = true
default-features = false

[dependencies.ident_case]
version = "1"
optional = true

[dependencies.inflections]
version = "1"
optional = true

[dependencies.prettyplease]
version = "0.2"
optional = true

[dependencies.proc-macro-crate]
version = "3.5.0"
optional = true

[dependencies.proc-macro2]
version = "1"

[dependencies.quote]
version = "1"

[dependencies.ruda-core]
version = "0.1.3"
optional = true
default-features = false

[dependencies.syn]
version = "2"
features = ["full"]

[lints.rust]
unsafe_code = "forbid"