{
  "cksum": "bb0ec80ab8334fcde56bc8c243f2bb84427adf74765a040f90ea4882d0257b14",
  "crate_file": "ibc-0.14.1.crate",
  "crate_url": "https://static.crates.io/crates/ibc/ibc-0.14.1.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.17.1",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "ics23",
      "optional": false,
      "req": "^0.7.0",
      "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": "num-traits",
      "optional": false,
      "req": "^0.2.14",
      "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.5",
      "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.2",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "dev",
      "name": "sha2",
      "optional": false,
      "req": "^0.10.2",
      "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.6",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "tendermint-light-client-verifier",
      "optional": false,
      "req": "=0.23.6",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "tendermint-proto",
      "optional": false,
      "req": "=0.23.6",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "http-client",
        "websocket-client"
      ],
      "kind": "dev",
      "name": "tendermint-rpc",
      "optional": false,
      "req": "=0.23.6",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "tendermint-testgen",
      "optional": true,
      "req": "=0.23.6",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "dev",
      "name": "tendermint-testgen",
      "optional": false,
      "req": "=0.23.6",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "trace"
      ],
      "kind": "dev",
      "name": "test-log",
      "optional": false,
      "req": "^0.2.10",
      "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.34",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "fmt",
        "env-filter",
        "json"
      ],
      "kind": "dev",
      "name": "tracing-subscriber",
      "optional": false,
      "req": "^0.3.11",
      "target": null
    }
  ],
  "features": {
    "clock": [
      "tendermint/clock",
      "time/std"
    ],
    "default": [
      "std"
    ],
    "mocks": [
      "tendermint-testgen",
      "clock",
      "std"
    ],
    "std": [
      "flex-error/std",
      "flex-error/eyre_tracer",
      "ibc-proto/std",
      "clock"
    ]
  },
  "index_path": "3/i/ibc",
  "name": "ibc",
  "pubtime": "2022-05-02T14:26:27Z",
  "rust_version": "1.60",
  "vers": "0.14.1",
  "yanked": false
}
