sz-rust-macros 0.7.0

SZ-Rust 过程宏:派生宏和属性宏,用于控制器路由注册和依赖注入
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 = "2021"
rust-version = "1.81"
name = "sz-rust-macros"
version = "0.7.0"
authors = ["SZ-Rust Team"]
build = false
exclude = ["docs/**"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "SZ-Rust 过程宏:派生宏和属性宏,用于控制器路由注册和依赖注入"
homepage = "https://github.com/ljclz/sz-rust"
readme = false
keywords = [
    "web",
    "framework",
    "thinkphp",
    "axum",
    "orm",
]
categories = [
    "web-programming",
    "web-programming::http-server",
]
license = "MIT"
repository = "https://github.com/ljclz/sz-rust"

[package.metadata.cargo-machete]
ignored = ["proc-macro2"]

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

[dependencies.proc-macro2]
version = "1"

[dependencies.quote]
version = "1"

[dependencies.serde_json]
version = "1"
features = ["preserve_order"]

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