subject-derive 0.0.12

Derive macro for implementing the Subject trait in the fuel-streams crate
Documentation
[dependencies.proc-macro2]
version = "1.0"

[dependencies.quote]
version = "1.0"

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

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

[package]
authors = ["Fuel Labs <contact@fuel.sh>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "Derive macro for implementing the Subject trait in the fuel-streams crate"
edition = "2021"
homepage = "https://fuel.network/"
keywords = ["data-stream", "blockchain", "cryptocurrencies"]
license = "Apache-2.0"
name = "subject-derive"
readme = "README.md"
repository = "https://github.com/fuellabs/data-systems"
rust-version = "1.81.0"
version = "0.0.12"