[package]
edition = "2021"
name = "ommx-derive"
version = "3.0.0-alpha.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Internal derive macros for the `ommx` crate."
documentation = "https://docs.rs/ommx-derive/"
readme = "README.md"
keywords = [
"optimization",
"ommx",
]
categories = [
"data-structures",
"mathematics",
"science",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/Jij-Inc/ommx"
[lib]
name = "ommx_derive"
path = "src/lib.rs"
proc-macro = true
[dependencies.proc-macro2]
version = "1.0.95"
[dependencies.quote]
version = "1.0.40"
[dependencies.syn]
version = "2.0.101"
[dev-dependencies.insta]
version = "1.46.1"
features = ["yaml"]
[dev-dependencies.prettyplease]
version = "0.2.37"
[dev-dependencies.syn]
version = "2.0.101"
features = ["full"]
[lints.clippy]
approx_constant = "allow"