[package] name = "k8s-rs-pb" version = "0.1.3" authors = ["Dmitriy Mastitskiy "] edition = "2021" license = "MIT" homepage = "https://github.com/DMoscicki/k8s-rs-pb/" repository = "https://github.com/DMoscicki/k8s-rs-pb/" documentation = "https://github.com/DMoscicki/k8s-rs-pb/blob/master/README.md" description = "Converter from k8s-openapi to rust-protobuf" publish = true [dependencies] protobuf = "3.7.1" serde = {version="1.0.215", features = ["derive"]} serde_json = "1.0.133" chrono = "0.4.38" k8s-openapi = { version = "0.23.0", features = ["latest"] }