fp-macros 0.3.0

Procedural macros for generating and working with Higher-Kinded Type (HKT) traits in the fp-library crate.
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2024"
name = "fp-macros"
version = "0.3.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Procedural macros for generating and working with Higher-Kinded Type (HKT) traits in the fp-library crate."
readme = "README.md"
keywords = [
    "macro",
    "proc-macro",
    "procedural",
    "types",
]
categories = ["encoding"]
license = "BlueOak-1.0.0"
repository = "https://github.com/nothingnesses/rust-fp-library"

[lib]
name = "fp_macros"
path = "src/lib.rs"
proc-macro = true

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

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

[dependencies.quote]
version = "1.0"

[dependencies.rapidhash]
version = "4.2"

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

[dev-dependencies.quickcheck]
version = "1.0"

[dev-dependencies.quickcheck_macros]
version = "1.1"

[dev-dependencies.trybuild]
version = "1.0"