{
  "cksum": "94e81a95b19fad6a076aabe1d5f9b711c4121b2888d418ca1fcca4f8841531ba",
  "crate_file": "kubert-0.3.2.crate",
  "crate_url": "https://static.crates.io/crates/kubert/kubert-0.3.2.crate",
  "deps": [
    {
      "default_features": false,
      "features": [
        "derive",
        "std"
      ],
      "kind": "normal",
      "name": "clap",
      "optional": true,
      "req": "^3.1.0",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "drain",
      "optional": true,
      "req": "^0.1.1",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "futures-core",
      "optional": true,
      "req": "^0.3",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "futures-util",
      "optional": true,
      "req": "^0.3",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "hyper",
      "optional": true,
      "req": "^0.14.17",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "k8s-openapi",
      "optional": true,
      "req": "^0.14",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "v1_23"
      ],
      "kind": "dev",
      "name": "k8s-openapi",
      "optional": false,
      "req": "^0.14.0",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "runtime"
      ],
      "kind": "dev",
      "name": "kube",
      "optional": false,
      "req": "^0.69.1",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "client",
        "config"
      ],
      "kind": "normal",
      "name": "kube-client",
      "optional": true,
      "req": "^0.69.1",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "kube-core",
      "optional": true,
      "req": "^0.69.1",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "kube-runtime",
      "optional": true,
      "req": "^0.69.1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "pin-project-lite",
      "optional": true,
      "req": "^0.2",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "rustls-pemfile",
      "optional": true,
      "req": "^0.3.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "serde",
      "optional": true,
      "req": "^1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "thiserror",
      "optional": true,
      "req": "^1.0.30",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "tokio",
      "optional": false,
      "req": "^1.17.0",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "macros",
        "test-util"
      ],
      "kind": "dev",
      "name": "tokio",
      "optional": false,
      "req": "^1.17",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "tokio-rustls",
      "optional": true,
      "req": "^0.23.2",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "dev",
      "name": "tokio-stream",
      "optional": false,
      "req": "^0.1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "dev",
      "name": "tokio-test",
      "optional": false,
      "req": "^0.4",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "tokio-util",
      "optional": true,
      "req": "^0.7",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "tower-service",
      "optional": true,
      "req": "^0.3.1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "tracing",
      "optional": true,
      "req": "^0.1.31",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "env-filter",
        "fmt",
        "json",
        "smallvec",
        "tracing-log"
      ],
      "kind": "normal",
      "name": "tracing-subscriber",
      "optional": true,
      "req": "^0.3.9",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "ansi"
      ],
      "kind": "dev",
      "name": "tracing-subscriber",
      "optional": false,
      "req": "^0.3",
      "target": null
    }
  ],
  "features": {
    "admin": [
      "futures-util",
      "hyper/http1",
      "hyper/runtime",
      "hyper/server",
      "tokio/sync",
      "tracing"
    ],
    "client": [
      "kube-client",
      "thiserror"
    ],
    "errors": [
      "futures-core",
      "futures-util",
      "pin-project-lite",
      "tokio/time",
      "tracing"
    ],
    "initialized": [
      "futures-core",
      "futures-util",
      "pin-project-lite",
      "tokio/sync"
    ],
    "log": [
      "thiserror",
      "tracing",
      "tracing-subscriber"
    ],
    "requeue": [
      "futures-core",
      "tokio/macros",
      "tokio/sync",
      "tokio-util/time",
      "tracing"
    ],
    "runtime": [
      "admin",
      "client",
      "errors",
      "initialized",
      "kube-core",
      "kube-runtime",
      "log",
      "serde",
      "shutdown",
      "thiserror",
      "tracing"
    ],
    "server": [
      "drain",
      "hyper/http1",
      "hyper/http2",
      "hyper/runtime",
      "hyper/server",
      "rustls-pemfile",
      "thiserror",
      "tokio/fs",
      "tokio/macros",
      "tokio/net",
      "tokio/rt",
      "tokio-rustls",
      "tower-service",
      "tracing"
    ],
    "shutdown": [
      "drain",
      "futures-core",
      "tokio/macros",
      "tokio/signal",
      "thiserror",
      "tracing"
    ]
  },
  "index_path": "ku/be/kubert",
  "name": "kubert",
  "pubtime": "2022-03-01T18:02:55Z",
  "rust_version": "1.56.1",
  "vers": "0.3.2",
  "yanked": false
}
