yazi-codegen 26.1.22

Yazi code generator
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[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"