[package]
edition = "2024"
name = "yazi-codegen"
version = "26.1.22"
authors = ["sxyazi <sxyazi@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Yazi code generator"
homepage = "https://yazi-rs.github.io"
readme = "README.md"
license = "MIT"
repository = "https://github.com/sxyazi/yazi"
resolver = "2"
[lib]
name = "yazi_codegen"
path = "src/lib.rs"
proc-macro = true
[dependencies.quote]
version = "1.0.43"
[dependencies.syn]
version = "2.0.114"
features = ["full"]
[lints.clippy]
format_push_string = "warn"
if_same_then_else = "allow"
implicit_clone = "warn"
len_without_is_empty = "allow"
missing_safety_doc = "allow"
module_inception = "allow"
option_map_unit_fn = "allow"
unit_arg = "allow"
use_self = "warn"