{
  "cksum": "ce0e4446cfe9817e32caa996aa7d35928c02cc3a662ce6dd38cbc8db5bf043ac",
  "crate_file": "atlas-address-2.0.0.crate",
  "crate_url": "https://static.crates.io/crates/atlas-address/atlas-address-2.0.0.crate",
  "deps": [
    {
      "default_features": true,
      "features": [],
      "kind": "dev",
      "name": "anyhow",
      "optional": false,
      "req": "^1.0.96",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "derive"
      ],
      "kind": "normal",
      "name": "arbitrary",
      "optional": true,
      "req": "^1.4.1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "atlas-atomic-u64",
      "optional": true,
      "req": "^3.0.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "atlas-define-syscall",
      "optional": true,
      "req": "^4.0.0",
      "target": "cfg(any(target_os = \"atlas\", target_arch = \"bpf\"))"
    },
    {
      "default_features": true,
      "features": [
        "frozen-abi"
      ],
      "kind": "normal",
      "name": "atlas-frozen-abi",
      "optional": true,
      "req": "^3.0.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "frozen-abi"
      ],
      "kind": "normal",
      "name": "atlas-frozen-abi-macro",
      "optional": true,
      "req": "^3.0.1",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "dev",
      "name": "atlas-hash",
      "optional": false,
      "req": "^4.0.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "atlas-program-error",
      "optional": true,
      "req": "^3.0.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "borsh"
      ],
      "kind": "dev",
      "name": "atlas-program-error",
      "optional": false,
      "req": "^3.0.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "atlas-sanitize",
      "optional": true,
      "req": "^3.0.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "atlas-sha256-hasher",
      "optional": true,
      "req": "^3.0.0",
      "target": "cfg(any(target_os = \"atlas\", target_arch = \"bpf\"))"
    },
    {
      "default_features": true,
      "features": [
        "sha2"
      ],
      "kind": "normal",
      "name": "atlas-sha256-hasher",
      "optional": true,
      "req": "^3.0.0",
      "target": "cfg(not(any(target_os = \"atlas\", target_arch = \"bpf\")))"
    },
    {
      "default_features": false,
      "features": [
        "derive",
        "unstable__schema"
      ],
      "kind": "normal",
      "name": "borsh",
      "optional": true,
      "req": "^1.5.5",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "bytemuck",
      "optional": true,
      "req": "^1.21.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "bytemuck_derive",
      "optional": true,
      "req": "^1.8.1",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "digest",
        "rand_core"
      ],
      "kind": "normal",
      "name": "curve25519-dalek",
      "optional": true,
      "req": "^4.1.3",
      "target": "cfg(not(any(target_os = \"atlas\", target_arch = \"bpf\")))"
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "five8",
      "optional": true,
      "req": "^1.0.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "five8_const",
      "optional": true,
      "req": "^1.0.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "rand",
      "optional": true,
      "req": "^0.8.5",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "serde",
      "optional": true,
      "req": "^1.0.226",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "serde_derive",
      "optional": true,
      "req": "^1.0.226",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "dev",
      "name": "strum",
      "optional": false,
      "req": "^0.24",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "dev",
      "name": "strum_macros",
      "optional": false,
      "req": "^0.24",
      "target": null
    }
  ],
  "features": {
    "alloc": [],
    "copy": []
  },
  "features2": {
    "atomic": [
      "dep:atlas-atomic-u64"
    ],
    "borsh": [
      "dep:borsh",
      "alloc"
    ],
    "bytemuck": [
      "copy",
      "dep:bytemuck",
      "dep:bytemuck_derive"
    ],
    "curve25519": [
      "dep:curve25519-dalek",
      "sha2",
      "syscalls"
    ],
    "decode": [
      "dep:five8",
      "dep:five8_const",
      "error"
    ],
    "dev-context-only-utils": [
      "dep:arbitrary",
      "rand"
    ],
    "error": [
      "dep:atlas-program-error"
    ],
    "frozen-abi": [
      "dep:atlas-frozen-abi",
      "dep:atlas-frozen-abi-macro",
      "dep:atlas-program-error",
      "std"
    ],
    "rand": [
      "dep:rand",
      "atomic",
      "std"
    ],
    "sanitize": [
      "dep:atlas-sanitize"
    ],
    "serde": [
      "dep:serde",
      "dep:serde_derive"
    ],
    "sha2": [
      "dep:atlas-sha256-hasher",
      "error"
    ],
    "std": [
      "decode",
      "borsh?/std",
      "serde?/std",
      "alloc"
    ],
    "syscalls": [
      "dep:atlas-define-syscall",
      "error"
    ]
  },
  "index_path": "at/la/atlas-address",
  "name": "atlas-address",
  "pubtime": "2025-12-03T15:36:11Z",
  "rust_version": "1.81.0",
  "v": 2,
  "vers": "2.0.0",
  "yanked": false
}
