[package]
edition = "2024"
name = "chorba_macro"
version = "0.1.0"
authors = ["myyrakle <sssang97@naver.com>"]
build = false
exclude = []
include = [
"src/*",
"Cargo.toml",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "chorba macro"
homepage = "https://github.com/myyrakle/chorba/blob/master/README.md"
documentation = "https://github.com/myyrakle/chorba/blob/master/README.md"
readme = "README.md"
keywords = [
"encode",
"binary",
]
license = "MIT"
repository = "https://github.com/myyrakle/chorba"
resolver = "2"
[lib]
name = "chorba_macro"
path = "src/lib.rs"
proc-macro = true
[dependencies.quote]
version = "1.0"
[dependencies.syn]
version = "2"
features = [
"full",
"extra-traits",
]
[lints.clippy.map_entry]
level = "allow"
priority = 0
[lints.clippy.map_flatten]
level = "allow"
priority = 0
[lints.clippy.single_match]
level = "allow"
priority = 0
[lints.clippy.to_string_trait_impl]
level = "allow"
priority = 0