# 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 = "kubernetes-mock" version = "0.1.0" authors = ["Abel Shields "] description = "Mocking framework for interacting with the Kubernetes API" documentation = "https://docs.rs/kubernetes-mock" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/cisco-open/kubernetes-mock-rs" [dependencies.futures] version = "0.3.28" [dependencies.hyper] version = "0.14.27" [dependencies.k8s-openapi] version = "0.18.0" features = ["schemars"] optional = true [dependencies.kube] version = "0.83.0" features = [ "runtime", "derive", ] optional = true [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1.0.97" [dependencies.thiserror] version = "1.0.43" [dependencies.tokio] version = "1" features = ["full"] [dependencies.tower-test] version = "0.4.0" [features] default = ["v1_25"] v1_21 = [ "k8s-openapi/v1_21", "dep:kube", ] v1_25 = [ "k8s-openapi/v1_25", "dep:kube", ]