# 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-rs-pb" version = "0.1.3" authors = ["Dmitriy Mastitskiy "] build = false publish = true autobins = false autoexamples = false autotests = false autobenches = false description = "Converter from k8s-openapi to rust-protobuf" homepage = "https://github.com/DMoscicki/k8s-rs-pb/" documentation = "https://github.com/DMoscicki/k8s-rs-pb/blob/master/README.md" readme = "README.md" license = "MIT" repository = "https://github.com/DMoscicki/k8s-rs-pb/" [lib] name = "k8s_rs_pb" path = "src/lib.rs" [dependencies.chrono] version = "0.4.38" [dependencies.k8s-openapi] version = "0.23.0" features = ["latest"] [dependencies.protobuf] version = "3.7.1" [dependencies.serde] version = "1.0.215" features = ["derive"] [dependencies.serde_json] version = "1.0.133"