{
  "cksum": "e729c14441b72fca67727523e06242a5e173410d62118288de6fa308c199cceb",
  "crate_file": "nostr-0.45.0-alpha.4.crate",
  "crate_url": "https://static.crates.io/crates/nostr/nostr-0.45.0-alpha.4.crate",
  "deps": [
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "aes",
      "optional": true,
      "req": "^0.8",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "base64",
      "optional": true,
      "req": "^0.22",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "bech32",
      "optional": false,
      "req": "^0.11",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "bip39",
      "optional": true,
      "req": "^2.1",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "serde"
      ],
      "kind": "normal",
      "name": "bitcoin_hashes",
      "optional": false,
      "req": "^0.14",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "cbc",
      "optional": true,
      "req": "^0.1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "chacha20",
      "optional": true,
      "req": "^0.9",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "chacha20poly1305",
      "optional": true,
      "req": "^0.10",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "faster-hex",
      "optional": false,
      "req": "^0.10",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "opaquerr",
      "optional": false,
      "req": "^0.1",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "rand",
      "optional": true,
      "req": "^0.10",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "rustls-tls"
      ],
      "kind": "dev",
      "name": "reqwest",
      "optional": false,
      "req": "^0.12",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "scrypt",
      "optional": true,
      "req": "^0.12",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "serde"
      ],
      "kind": "normal",
      "name": "secp256k1",
      "optional": false,
      "req": "^0.29",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "derive"
      ],
      "kind": "normal",
      "name": "serde",
      "optional": false,
      "req": "^1.0",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "serde_json",
      "optional": false,
      "req": "^1.0",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "macros",
        "rt-multi-thread"
      ],
      "kind": "dev",
      "name": "tokio",
      "optional": false,
      "req": ">=1.37",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "unicode-normalization",
      "optional": true,
      "req": "^0.1",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "universal-time",
      "optional": false,
      "req": "^0.3",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "serde"
      ],
      "kind": "normal",
      "name": "url",
      "optional": false,
      "req": "^2.5",
      "target": null
    }
  ],
  "features": {},
  "features2": {
    "all-nips": [
      "nip04",
      "nip06",
      "nip44",
      "nip46",
      "nip47",
      "nip49",
      "nip59",
      "nip60",
      "nip98"
    ],
    "alloc": [
      "base64?/alloc",
      "bech32/alloc",
      "bitcoin_hashes/alloc",
      "cbc?/alloc",
      "chacha20poly1305?/alloc",
      "faster-hex/alloc",
      "opaquerr/alloc",
      "rand?/alloc",
      "secp256k1/alloc",
      "serde/alloc",
      "serde_json/alloc"
    ],
    "default": [
      "std"
    ],
    "nip04": [
      "dep:aes",
      "dep:base64",
      "dep:cbc"
    ],
    "nip06": [
      "dep:bip39"
    ],
    "nip44": [
      "dep:base64",
      "dep:chacha20"
    ],
    "nip46": [
      "nip04",
      "nip44"
    ],
    "nip47": [
      "nip04"
    ],
    "nip49": [
      "dep:chacha20poly1305",
      "dep:scrypt",
      "dep:unicode-normalization"
    ],
    "nip59": [
      "nip44"
    ],
    "nip60": [
      "nip44"
    ],
    "nip98": [
      "dep:base64"
    ],
    "os-rng": [
      "rand",
      "rand/sys_rng"
    ],
    "pow-multi-thread": [
      "std"
    ],
    "rand": [
      "dep:rand"
    ],
    "std": [
      "alloc",
      "base64?/std",
      "bech32/std",
      "bip39?/std",
      "bitcoin_hashes/std",
      "cbc?/std",
      "chacha20?/std",
      "chacha20poly1305?/std",
      "faster-hex/std",
      "rand?/std",
      "secp256k1/std",
      "serde/std",
      "serde_json/std",
      "unicode-normalization?/std",
      "universal-time/std",
      "url/std"
    ]
  },
  "index_path": "no/st/nostr",
  "name": "nostr",
  "pubtime": "2026-07-06T07:31:41Z",
  "rust_version": "1.85.0",
  "v": 2,
  "vers": "0.45.0-alpha.4",
  "yanked": false
}
