{
  "cksum": "568a97509f0924466ddd7ca24379b5edbb8acb00f94f49e826c9da625b27ef55",
  "crate_file": "omni-transaction-0.3.2.crate",
  "crate_url": "https://static.crates.io/crates/omni-transaction/omni-transaction-0.3.2.crate",
  "deps": [
    {
      "default_features": true,
      "features": [
        "full",
        "node-bindings",
        "rlp"
      ],
      "kind": "dev",
      "name": "alloy",
      "optional": false,
      "req": "^0.3.3",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "dev",
      "name": "alloy-primitives",
      "optional": false,
      "req": "^0.8.3",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "derive"
      ],
      "kind": "dev",
      "name": "alloy-rlp",
      "optional": false,
      "req": "^0.3.8",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "base64",
      "optional": true,
      "req": "^0.22",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "dev",
      "name": "base64",
      "optional": false,
      "req": "^0.22",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "std",
        "serde",
        "rand-std",
        "rand",
        "secp-lowmemory",
        "secp-recovery"
      ],
      "kind": "dev",
      "name": "bitcoin",
      "optional": false,
      "req": "^0.32.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "derive"
      ],
      "kind": "normal",
      "name": "borsh",
      "optional": true,
      "req": "^1.0.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "bs58",
      "optional": true,
      "req": "^0.5.1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "dev",
      "name": "eyre",
      "optional": false,
      "req": "^0.6",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "hex",
      "optional": false,
      "req": "^0.4.3",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "sha256",
        "ecdsa",
        "serde",
        "arithmetic",
        "expose-field"
      ],
      "kind": "dev",
      "name": "k256",
      "optional": false,
      "req": "^0.13.1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "near-account-id",
      "optional": true,
      "req": "^2",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "dev",
      "name": "near-crypto",
      "optional": false,
      "req": "^0.34",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "any"
      ],
      "kind": "dev",
      "name": "near-jsonrpc-client",
      "optional": false,
      "req": "^0.20",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "dev",
      "name": "near-primitives",
      "optional": false,
      "req": "^0.34",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "experimental",
        "unstable"
      ],
      "kind": "dev",
      "name": "near-workspaces",
      "optional": false,
      "req": "^0.22",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "rlp",
      "optional": true,
      "req": "^0.6.1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "schemars",
      "optional": true,
      "req": "^1.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "derive"
      ],
      "kind": "normal",
      "name": "serde",
      "optional": true,
      "req": "^1.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "serde-big-array",
      "optional": true,
      "req": "^0.5.1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "serde_json",
      "optional": true,
      "req": "^1.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "dev",
      "name": "serde_json",
      "optional": false,
      "req": "^1.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "sha2",
      "optional": true,
      "req": "^0.10.8",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "dev",
      "name": "sha2",
      "optional": false,
      "req": "^0.10.8",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "full"
      ],
      "kind": "dev",
      "name": "tokio",
      "optional": false,
      "req": "^1.38",
      "target": null
    }
  ],
  "features": {
    "bitcoin": [
      "sha2"
    ]
  },
  "features2": {
    "all": [
      "near",
      "bitcoin",
      "evm"
    ],
    "borsh": [
      "dep:borsh",
      "near-account-id/borsh"
    ],
    "default": [
      "all",
      "serde",
      "serde_json",
      "schemars"
    ],
    "evm": [
      "dep:rlp"
    ],
    "near": [
      "dep:near-account-id",
      "dep:bs58",
      "borsh"
    ],
    "schemars": [
      "dep:schemars",
      "near-account-id/schemars-v1"
    ],
    "serde": [
      "dep:serde",
      "dep:serde-big-array",
      "dep:base64",
      "near-account-id/serde"
    ],
    "serde_json": [
      "dep:serde_json",
      "serde"
    ]
  },
  "index_path": "om/ni/omni-transaction",
  "name": "omni-transaction",
  "pubtime": "2025-12-19T20:50:52Z",
  "v": 2,
  "vers": "0.3.2",
  "yanked": false
}
