rspace-derive 0.0.6

useful derive macros for the rspace ecosystem
Documentation
[dependencies.proc-macro2]
version = "1"

[dependencies.quote]
version = "1"

[dependencies.syn]
features = ["full"]
version = "2"

[features]
default = []
nightly = ["proc-macro2/nightly"]

[lib]
bench = false
doc = true
doctest = true
name = "rspace_derive"
path = "src/lib.rs"
proc-macro = true
test = true

[package]
authors = ["FL03 <joe@pzzld.org> (https://github.com/FL03)"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = "build.rs"
categories = []
description = "useful derive macros for the rspace ecosystem"
edition = "2024"
homepage = "https://github.com/FL03/rspace/wiki"
keywords = ["containers", "hkt", "space", "mathematics", "science"]
license = "Apache-2.0"
name = "rspace-derive"
readme = "README.md"
repository = "https://github.com/FL03/rspace.git"
rust-version = "1.85.0"
version = "0.0.6"

[package.metadata.docs.rs]
all-features = false
features = ["default"]
rustc-args = ["--cfg", "docsrs"]
version = "v{{version}}"

[package.metadata.release]
no-dev-version = true
tag-name = "{{version}}"

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

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