# 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 = "krator-derive" version = "0.5.0" authors = ["Kevin Flansburg ", "Taylor Thomas ", "Matthew Fisher ", "Matt Butcher "] description = "Derive macros for the Krator crate" readme = "README.md" keywords = ["kubernetes", "controller", "operator", "derive"] license = "Apache-2.0" repository = "https://github.com/krator-rs/krator" [package.metadata.docs.rs] features = ["docs", "admission-webhook"] rustdoc-args = ["--cfg", "feature=\"docs\""] [lib] proc-macro = true [dependencies.proc-macro2] version = "1.0.24" [dependencies.quote] version = "1.0" [dependencies.syn] version = "1.0" [dev-dependencies.anyhow] version = "1.0.40" [dev-dependencies.k8s-openapi] version = "0.13" features = ["v1_22"] default-features = false [dev-dependencies.kube] version = "0.64" features = ["derive"] default-features = false [dev-dependencies.kube-derive] version = "0.64" [dev-dependencies.kube-runtime] version = "0.64" default-features = false [dev-dependencies.rcgen] version = "0.8.9" features = ["x509-parser", "pem"] [dev-dependencies.schemars] version = "0.8.0" [dev-dependencies.serde] version = "1.0" features = ["derive"] [dev-dependencies.serde_json] version = "1.0" [dev-dependencies.serde_yaml] version = "0.8" [features] admission-webhook = []