{
  "cksum": "dec18cc7142d24ada58ec3712aa78eb6538ba08c7bd0b8ddae3a1faea1e5b356",
  "crate_file": "rapira-0.13.6.crate",
  "crate_url": "https://static.crates.io/crates/rapira/rapira-0.13.6.crate",
  "deps": [
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "armour-typ",
      "optional": true,
      "req": "^0.4",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "arrayvec",
      "optional": true,
      "req": "^0.7",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "extern_crate_alloc"
      ],
      "kind": "normal",
      "name": "bytemuck",
      "optional": true,
      "req": "^1.23",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "bytes",
      "optional": true,
      "req": "^1.4",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "byteview",
      "optional": true,
      "req": "^0.10",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "compact_str",
      "optional": true,
      "req": "^0.9",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "ecow",
      "optional": true,
      "req": "^0.3",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "either",
      "optional": true,
      "req": "^1.15",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "fjall",
      "optional": true,
      "req": "^3.1",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "indexmap",
      "optional": true,
      "req": "^2.0",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "use-std"
      ],
      "kind": "normal",
      "name": "postcard",
      "optional": true,
      "req": "^1.1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "rapira-derive",
      "optional": false,
      "req": "^0.14.1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "rust_decimal",
      "optional": true,
      "req": "^1.27",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "derive"
      ],
      "kind": "normal",
      "name": "serde",
      "optional": true,
      "req": "^1.0",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "alloc"
      ],
      "kind": "normal",
      "name": "serde_json",
      "optional": true,
      "req": "^1.0",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "simdutf8",
      "optional": false,
      "req": "^0.1",
      "target": "cfg(not(target_env = \"aarch64-apple-darwin\"))"
    },
    {
      "default_features": false,
      "features": [
        "aarch64_neon"
      ],
      "kind": "normal",
      "name": "simdutf8",
      "optional": false,
      "req": "^0.1",
      "target": "cfg(target_env = \"aarch64-apple-darwin\")"
    },
    {
      "default_features": true,
      "features": [
        "union",
        "const_generics",
        "const_new"
      ],
      "kind": "normal",
      "name": "smallvec",
      "optional": true,
      "req": "^1.8",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "smol_str",
      "optional": true,
      "req": "^0.3",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "solana-pubkey",
      "optional": true,
      "req": "^4.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "solana-signature",
      "optional": true,
      "req": "^3.1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "thiserror",
      "optional": true,
      "req": "^2.0",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "time",
      "optional": true,
      "req": "^0.3",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "uuid",
      "optional": true,
      "req": "^1.3",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "simd",
        "derive"
      ],
      "kind": "normal",
      "name": "zerocopy",
      "optional": true,
      "req": "^0.8",
      "target": null
    }
  ],
  "features": {
    "alloc": [],
    "rmp": [],
    "solana": [
      "solana-pubkey",
      "solana-signature"
    ],
    "std": [
      "thiserror",
      "alloc",
      "simdutf8/std"
    ]
  },
  "features2": {
    "default": [
      "std",
      "zerocopy",
      "dep:serde",
      "serde_json",
      "arrayvec",
      "bytes",
      "time",
      "schema"
    ],
    "postcard": [
      "dep:postcard",
      "dep:serde"
    ],
    "schema": [
      "dep:armour-typ",
      "rapira-derive/schema"
    ],
    "smallvec": [
      "dep:smallvec",
      "armour-typ?/smallvec"
    ]
  },
  "index_path": "ra/pi/rapira",
  "name": "rapira",
  "pubtime": "2026-07-03T10:48:31Z",
  "v": 2,
  "vers": "0.13.6",
  "yanked": false
}
