# 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-derive" version = "0.23.0" authors = ["Arnav Singh "] build = false include = [ "Cargo.toml", "LICENSE", "README.md", "src/**/*", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Custom derives for the Kubernetes client API" documentation = "https://arnavion.github.io/k8s-openapi/v0.23.x/k8s_openapi_derive/" 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" [lib] name = "k8s_openapi_derive" path = "src/lib.rs" proc-macro = true [dependencies.k8s-openapi-codegen-common] version = "=0.23.0" [dependencies.proc-macro2] version = "1" features = ["proc-macro"] default-features = false [dependencies.quote] version = "1" default-features = false [dependencies.syn] version = "2" features = [ "derive", "parsing", "printing", ] default-features = false