k8s-openapi-codegen-common 0.27.1

Common code for the k8s-openapi code generator and k8s-openapi-derive
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 = "k8s-openapi-codegen-common"
version = "0.27.1"
authors = ["Arnav Singh <me@arnavion.dev>"]
build = false
include = [
    "Cargo.toml",
    "LICENSE",
    "README.md",
    "src/**/*",
    "templates/**/*",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Common code for the k8s-openapi code generator and k8s-openapi-derive"
documentation = "https://arnavion.github.io/k8s-openapi/v0.27.x/k8s_openapi_codegen_common/"
readme = "README.md"
keywords = [
    "client",
    "kubernetes",
    "k8s",
    "http",
]
categories = [
    "api-bindings",
    "web-programming::http-client",
]
license = "Apache-2.0"
repository = "https://github.com/Arnavion/k8s-openapi"

[features]
serde = ["dep:serde"]

[lib]
name = "k8s_openapi_codegen_common"
path = "src/lib.rs"

[dependencies.serde]
version = "1"
features = [
    "derive",
    "rc",
]
optional = true
default-features = false