fleetmacros 0.4.0

Macros for fleet
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"
name = "fleetmacros"
version = "0.4.0"
authors = [
    "yangzichao21@otcaix.iscas.ac.cn",
    "wuheng@iscas.ac.cn",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Macros for fleet"
readme = "README.md"
keywords = [
    "kubernetes",
    "model",
    "docs",
    "regexp",
]
categories = ["development-tools::procedural-macro-helpers"]
license = "Apache-2.0"
repository = "https://gitee.com/iscas-system/fleetmacros"

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

[dependencies.heck]
version = "0.5.0"

[dependencies.pluralizer]
version = "0.5.0"

[dependencies.quote]
version = "1.0.40"

[dependencies.regex]
version = "1.11.1"

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