natrix_macros 0.2.0

Macros for natrix
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 = "natrix_macros"
version = "0.2.0"
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Macros for natrix"
readme = false
license = "MIT"
repository = "https://github.com/vivax3794/natrix"
resolver = "2"

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

[dependencies.convert_case]
version = "0.8.0"

[dependencies.lightningcss]
version = "1.0.0-alpha.65"
features = ["grid"]
default-features = false

[dependencies.natrix_shared]
version = "0.2.0"

[dependencies.proc-macro2]
version = "1.0.83"
default-features = false

[dependencies.quote]
version = "1.0.35"
default-features = false

[dependencies.syn]
version = "2.0.87"
features = [
    "derive",
    "proc-macro",
    "parsing",
    "printing",
    "full",
    "clone-impls",
]
default-features = false

[dependencies.template-quote]
version = "0.4.0"

[build-dependencies.natrix_shared]
version = "0.2.0"