synbounds 0.1.3

Helper methods and macros for custom derives
Documentation
[dependencies.proc-macro2]
default-features = false
version = "1"

[dependencies.syn]
default-features = false
features = ["derive", "clone-impls", "visit"]
version = "2"

[dev-dependencies.quote]
version = "1"

[dev-dependencies.syn]
features = ["full", "parsing", "printing", "visit-mut"]
version = "2"

[features]
default = ["proc-macro", "substitute"]
full = ["syn/full"]
proc-macro = ["proc-macro2/proc-macro", "syn/proc-macro"]
substitute = ["syn/visit-mut"]

[lib]
name = "synbounds"
path = "src/lib.rs"

[package]
authors = ["Christoph Hommelsheim <main@chommel.en>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Helper methods and macros for custom derives"
edition = "2024"
keywords = ["macros", "syn", "derive", "generics", "bounds"]
license = "MIT OR Apache-2.0"
name = "synbounds"
readme = "README.md"
repository = "https://github.com/HellButcher/synbounds.git"
rust-version = "1.89"
version = "0.1.3"

[package.metadata.docs.rs]
all-features = true
targets = ["x86_64-unknown-linux-gnu"]