from-attr-macro 0.1.2

Macros for from-attr
Documentation
[dependencies.from-attr-core]
default-features = false
version = "0.1.2"

[dependencies.proc-macro2]
default-features = false
version = "1"

[dependencies.quote]
default-features = false
version = "1"

[dependencies.quote-use]
default-features = false
version = "0.8"

[dependencies.syn]
default-features = false
features = ["proc-macro"]
version = "2"

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

[package]
authors = ["zihan <ZihanType@proton.me>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "Macros for from-attr"
edition = "2021"
homepage = "https://github.com/ZihanType/from-attr"
include = ["src/**/*", "Cargo.toml"]
keywords = ["attributes", "derive", "macro"]
license = "MIT/Apache-2.0"
name = "from-attr-macro"
readme = "README.md"
repository = "https://github.com/ZihanType/from-attr"
version = "0.1.2"