[dependencies.proc-macro2]
version = "1.0"
[dependencies.quote]
version = "1.0"
[dependencies.syn]
features = ["full"]
version = "2.0"
[dev-dependencies]
[lib]
name = "mathhook_macros"
path = "src/lib.rs"
proc-macro = true
[package]
authors = ["Ahmed Mashhour <mpghknown@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["mathematics", "science", "algorithms"]
description = "Procedural macros for MathHook - expr!, symbol!, symbols!, function!"
documentation = "https://docs.rs/mathhook"
edition = "2021"
homepage = "https://github.com/AhmedMashour/mathhook"
keywords = ["mathematics", "algebra", "symbolic", "calculus", "education"]
license = "MIT OR Apache-2.0"
name = "mathhook-macros"
readme = false
repository = "https://github.com/AhmedMashour/mathhook"
version = "0.1.2"
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]
[[test]]
name = "expr_advanced_tests"
path = "tests/expr_advanced_tests.rs"
[[test]]
name = "expr_tests"
path = "tests/expr_tests.rs"
[[test]]
name = "function_tests"
path = "tests/function_tests.rs"
[[test]]
name = "symbol_tests"
path = "tests/symbol_tests.rs"