mathhook-macros 0.2.0

Procedural macros for MathHook - expr!, symbol!, symbols!, function!
Documentation
[dependencies.convert_case]
version = "0.10.0"

[dependencies.proc-macro2]
version = "1.0"

[dependencies.quote]
version = "1.0"

[dependencies.syn]
features = ["full", "extra-traits"]
version = "2.0"

[dev-dependencies]

[features]
nodejs-bindings = []
python-bindings = []

[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.2.0"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]

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

[[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"

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