{
  "cksum": "f8aaf3f36a5872245f170e0647991da429e6514ee96bc76e85a0e583834ead29",
  "crate_file": "golem-wasm-rpc-1.2.2-dev.8.crate",
  "crate_url": "https://static.crates.io/crates/golem-wasm-rpc/golem-wasm-rpc-1.2.2-dev.8.crate",
  "deps": [
    {
      "default_features": true,
      "features": [
        "derive"
      ],
      "kind": "normal",
      "name": "arbitrary",
      "optional": true,
      "req": "^1.4.1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "async-recursion",
      "optional": true,
      "req": "^1.1.1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "async-trait",
      "optional": true,
      "req": "^0.1.87",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "serde",
        "string-only"
      ],
      "kind": "normal",
      "name": "bigdecimal",
      "optional": true,
      "req": "^0.4.7",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "serde"
      ],
      "kind": "normal",
      "name": "bincode",
      "optional": true,
      "req": "=2.0.0-rc.3",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "bincode_derive",
      "optional": true,
      "req": "=2.0.0-rc.3",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "build",
      "name": "cargo_metadata",
      "optional": false,
      "req": "^0.19.2",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "serde"
      ],
      "kind": "normal",
      "name": "chrono",
      "optional": false,
      "req": "^0.4.40",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "git-version",
      "optional": false,
      "req": "^0.3.9",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "golem-wasm-ast",
      "optional": true,
      "req": "=1.2.2-dev.8",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "swagger-ui",
        "chrono",
        "time",
        "humantime",
        "uuid",
        "url",
        "websocket"
      ],
      "kind": "normal",
      "name": "poem-openapi",
      "optional": true,
      "req": "=5.1.5",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "poem-openapi-derive",
      "optional": true,
      "req": "=5.1.4",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "dev",
      "name": "proptest",
      "optional": false,
      "req": "=1.5.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "dev",
      "name": "proptest-arbitrary-interop",
      "optional": false,
      "req": "^0.1.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "prost",
      "optional": true,
      "req": "^0.13.5",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "build",
      "name": "prost-build",
      "optional": true,
      "req": "^0.13.5",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "derive"
      ],
      "kind": "normal",
      "name": "serde",
      "optional": true,
      "req": "^1.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "raw_value"
      ],
      "kind": "normal",
      "name": "serde_json",
      "optional": true,
      "req": "^1.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "dev",
      "name": "test-r",
      "optional": false,
      "req": "^2.1.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "serde",
        "v4",
        "v5"
      ],
      "kind": "normal",
      "name": "uuid",
      "optional": false,
      "req": "^1.15.1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "wasm-wave",
      "optional": true,
      "req": "^0.227.1",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "component-model"
      ],
      "kind": "normal",
      "name": "wasmtime",
      "optional": true,
      "req": "=27.0.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "wasmtime-wasi",
      "optional": true,
      "req": "=27.0.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "bitflags"
      ],
      "kind": "normal",
      "name": "wit-bindgen-rt",
      "optional": false,
      "req": "=0.40.0",
      "target": null
    }
  ],
  "features": {
    "stub": []
  },
  "features2": {
    "arbitrary": [
      "dep:arbitrary"
    ],
    "bincode": [
      "dep:bincode",
      "dep:bincode_derive",
      "golem-wasm-ast/bincode"
    ],
    "default": [
      "host"
    ],
    "host": [
      "arbitrary",
      "bincode",
      "host-bindings",
      "json",
      "poem_openapi",
      "protobuf",
      "serde",
      "text",
      "typeinfo"
    ],
    "host-bindings": [
      "dep:async-trait",
      "wasmtime"
    ],
    "json": [
      "dep:serde",
      "dep:serde_json",
      "dep:bigdecimal",
      "typeinfo",
      "golem-wasm-ast/json"
    ],
    "poem_openapi": [
      "dep:poem-openapi",
      "dep:poem-openapi-derive",
      "json",
      "typeinfo",
      "golem-wasm-ast/poem_openapi"
    ],
    "protobuf": [
      "dep:bincode",
      "dep:serde",
      "dep:prost",
      "dep:prost-build",
      "golem-wasm-ast/protobuf"
    ],
    "serde": [
      "dep:serde"
    ],
    "text": [
      "typeinfo",
      "dep:wasm-wave",
      "golem-wasm-ast/wave"
    ],
    "typeinfo": [
      "dep:golem-wasm-ast",
      "golem-wasm-ast/analysis"
    ],
    "wasmtime": [
      "dep:wasmtime",
      "dep:wasmtime-wasi",
      "dep:async-recursion",
      "typeinfo"
    ]
  },
  "index_path": "go/le/golem-wasm-rpc",
  "name": "golem-wasm-rpc",
  "pubtime": "2025-04-11T15:24:28Z",
  "v": 2,
  "vers": "1.2.2-dev.8",
  "yanked": false
}
