[dependencies.serde]
default-features = false
features = ["derive", "rc"]
optional = true
version = "1"
[features]
serde = ["dep:serde"]
[lib]
name = "k8s_openapi_codegen_common"
path = "src/lib.rs"
[package]
authors = ["Arnav Singh <me@arnavion.dev>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["api-bindings", "web-programming::http-client"]
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/"
edition = "2021"
include = ["Cargo.toml", "LICENSE", "README.md", "src/**/*", "templates/**/*"]
keywords = ["client", "kubernetes", "k8s", "http"]
license = "Apache-2.0"
name = "k8s-openapi-codegen-common"
readme = "README.md"
repository = "https://github.com/Arnavion/k8s-openapi"
version = "0.27.0"