[dependencies.proc-macro2]
version = "1.0"
[dependencies.quote]
version = "1.0"
[dependencies.rapidhash]
version = "4.2"
[dependencies.syn]
features = ["extra-traits", "full"]
version = "2.0"
[dev-dependencies.quickcheck]
version = "1.0"
[dev-dependencies.quickcheck_macros]
version = "1.1"
[dev-dependencies.trybuild]
version = "1.0"
[lib]
name = "fp_macros"
path = "src/lib.rs"
proc-macro = true
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["encoding"]
description = "Procedural macros for generating and working with Higher-Kinded Type (HKT) traits in fp-library."
edition = "2024"
keywords = ["macro", "proc-macro", "procedural", "types"]
license = "BlueOak-1.0.0"
name = "fp-macros"
readme = "README.md"
repository = "https://github.com/nothingnesses/rust-fp-library"
version = "0.2.0"
[[test]]
name = "apply_integration"
path = "tests/apply_integration.rs"
[[test]]
name = "compile_fail"
path = "tests/compile_fail.rs"
[[test]]
name = "integration"
path = "tests/integration.rs"