datex_macros 0.1.7

The public macros for the DATEX Core Rust implementation
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 = "datex_macros"
version = "0.1.7"
authors = [
    "Benedikt Strehle <benedikt@unyt.org>",
    "Jonas Strehle <jonas@unyt.org>",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "The public macros for the DATEX Core Rust implementation"
readme = "README.md"
license = "MIT"

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

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

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

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

[dependencies.datex-core]
version = "0.0.11"
features = [
    "target_native",
    "compiler",
]

[dependencies.proc-macro2]
version = "1.0"
features = ["span-locations"]

[dependencies.quote]
version = "1.0"

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

[dev-dependencies.tokio]
version = "1.43.0"
features = [
    "sync",
    "macros",
    "io-util",
    "rt",
    "time",
]
default-features = false