{
  "cksum": "e9374a9ef46929edd2315fa0606b58026409a6f829c8d2d9acaafa713e2157ac",
  "crate_file": "ibc-0.11.0.crate",
  "crate_url": "https://static.crates.io/crates/ibc/ibc-0.11.0.crate",
  "deps": [
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "bytes",
      "optional": false,
      "req": "^1.1.0",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "from",
        "display"
      ],
      "kind": "normal",
      "name": "derive_more",
      "optional": false,
      "req": "^0.99.17",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "dev",
      "name": "env_logger",
      "optional": false,
      "req": "^0.9.0",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "flex-error",
      "optional": false,
      "req": "^0.4.4",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "ibc-proto",
      "optional": false,
      "req": "^0.15.0",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "ics23",
      "optional": false,
      "req": "^0.6.7",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "dev",
      "name": "modelator",
      "optional": false,
      "req": "^0.4.2",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "prost",
      "optional": false,
      "req": "^0.9",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "prost-types",
      "optional": false,
      "req": "^0.9",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "safe-regex",
      "optional": false,
      "req": "^0.2.4",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "serde",
      "optional": false,
      "req": "^1.0",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "serde_derive",
      "optional": false,
      "req": "^1.0.104",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "serde_json",
      "optional": false,
      "req": "^1",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "sha2",
      "optional": false,
      "req": "^0.10.1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "dev",
      "name": "sha2",
      "optional": false,
      "req": "^0.10.1",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "subtle-encoding",
      "optional": false,
      "req": "^0.5",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "tendermint",
      "optional": false,
      "req": "=0.23.5",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "tendermint-light-client-verifier",
      "optional": false,
      "req": "=0.23.5",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "tendermint-proto",
      "optional": false,
      "req": "=0.23.5",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "http-client",
        "websocket-client"
      ],
      "kind": "dev",
      "name": "tendermint-rpc",
      "optional": false,
      "req": "=0.23.5",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "tendermint-testgen",
      "optional": true,
      "req": "=0.23.5",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "dev",
      "name": "tendermint-testgen",
      "optional": false,
      "req": "=0.23.5",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "trace"
      ],
      "kind": "dev",
      "name": "test-log",
      "optional": false,
      "req": "^0.2.8",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "thiserror",
      "optional": false,
      "req": "^1.0.30",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "time",
      "optional": false,
      "req": "^0.3",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "tracing",
      "optional": false,
      "req": "^0.1.29",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "fmt",
        "env-filter",
        "json"
      ],
      "kind": "dev",
      "name": "tracing-subscriber",
      "optional": false,
      "req": "^0.3.6",
      "target": null
    }
  ],
  "features": {
    "clock": [
      "tendermint/clock",
      "time/std"
    ],
    "default": [
      "std"
    ],
    "mocks": [
      "tendermint-testgen",
      "clock"
    ],
    "std": [
      "flex-error/std",
      "flex-error/eyre_tracer",
      "ibc-proto/std",
      "clock"
    ]
  },
  "index_path": "3/i/ibc",
  "name": "ibc",
  "pubtime": "2022-01-28T10:48:07Z",
  "rust_version": "1.58",
  "vers": "0.11.0",
  "yanked": false
}
