[dependencies.proc-macro2]
version = "1"
[dependencies.quote]
version = "1"
[dependencies.syn]
features = ["full"]
version = "2"
[features]
default = []
nightly = ["proc-macro2/nightly"]
[lib]
bench = false
doc = true
doctest = false
name = "concision_macros"
path = "src/lib.rs"
proc-macro = true
test = false
[package]
authors = ["FL03 <jo3mccain@icloud.com> (https://github.com/FL03)", "Scattered-Systems <support@scsys.io> (https://github.com/scattered-systems)"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = "build.rs"
categories = ["algorithms", "mathematics", "science"]
description = "custom macros for the concision framework"
edition = "2024"
homepage = "https://github.com/FL03/concision/wiki"
keywords = ["data-science", "machine-learning", "toolkit"]
license = "Apache-2.0"
name = "concision-macros"
readme = "README.md"
repository = "https://github.com/FL03/concision.git"
rust-version = "1.85.0"
version = "0.3.1"
[package.metadata.docs.rs]
all-features = false
features = ["default"]
rustc-args = ["--cfg", "docsrs"]
[package.metadata.release]
no-dev-version = true
tag-name = "v{{version}}"