{
  "cksum": "0e65cd9f4f26f3f8e10253c518aff9e61a9204f600dfe4c3c241b0230471c67f",
  "crate_file": "nostr-sdk-0.31.0.crate",
  "crate_url": "https://static.crates.io/crates/nostr-sdk/nostr-sdk-0.31.0.crate",
  "deps": [
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "async-utility",
      "optional": false,
      "req": "^0.2",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "api"
      ],
      "kind": "normal",
      "name": "lnurl-pay",
      "optional": true,
      "req": "^0.5",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "std"
      ],
      "kind": "normal",
      "name": "nostr",
      "optional": false,
      "req": "^0.31",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "nostr-database",
      "optional": false,
      "req": "^0.31",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "nostr-indexeddb",
      "optional": true,
      "req": "^0.31",
      "target": "cfg(target_arch = \"wasm32\")"
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "nostr-ndb",
      "optional": true,
      "req": "^0.31",
      "target": "cfg(not(target_arch = \"wasm32\"))"
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "nostr-relay-pool",
      "optional": false,
      "req": "^0.31",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "nostr-rocksdb",
      "optional": true,
      "req": "^0.31",
      "target": "cfg(not(target_arch = \"wasm32\"))"
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "nostr-signer",
      "optional": false,
      "req": "^0.31",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "nostr-sqlite",
      "optional": true,
      "req": "^0.31",
      "target": "cfg(not(target_arch = \"wasm32\"))"
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "nostr-webln",
      "optional": true,
      "req": "^0.31",
      "target": "cfg(target_arch = \"wasm32\")"
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "nostr-zapper",
      "optional": true,
      "req": "^0.31",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "nwc",
      "optional": true,
      "req": "^0.31",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "once_cell",
      "optional": true,
      "req": "^1.19",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "thiserror",
      "optional": false,
      "req": "^1.0",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "sync"
      ],
      "kind": "normal",
      "name": "tokio",
      "optional": false,
      "req": "^1",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "macros"
      ],
      "kind": "dev",
      "name": "tokio",
      "optional": false,
      "req": "^1",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "std",
        "attributes"
      ],
      "kind": "normal",
      "name": "tracing",
      "optional": false,
      "req": "^0.1",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "env-filter"
      ],
      "kind": "dev",
      "name": "tracing-subscriber",
      "optional": false,
      "req": "^0.3",
      "target": null
    }
  ],
  "features": {
    "nip03": [
      "nostr/nip03"
    ],
    "nip04": [
      "nostr/nip04",
      "nostr-signer/nip04"
    ],
    "nip05": [
      "nostr/nip05"
    ],
    "nip06": [
      "nostr/nip06"
    ],
    "nip07": [
      "nostr/nip07",
      "nostr-signer/nip07"
    ],
    "nip11": [
      "nostr/nip11",
      "nostr-relay-pool/nip11"
    ],
    "nip44": [
      "nostr/nip44",
      "nostr-signer/nip44"
    ],
    "nip46": [
      "nostr/nip46",
      "nostr-signer/nip46"
    ],
    "nip49": [
      "nostr/nip49"
    ],
    "nip59": [
      "nostr/nip59"
    ]
  },
  "features2": {
    "all-nips": [
      "nip04",
      "nip05",
      "nip06",
      "nip07",
      "nip11",
      "nip44",
      "nip46",
      "nip47",
      "nip49",
      "nip57",
      "nip59"
    ],
    "blocking": [
      "dep:once_cell",
      "nostr/blocking"
    ],
    "default": [
      "all-nips"
    ],
    "indexeddb": [
      "dep:nostr-indexeddb"
    ],
    "ndb": [
      "dep:nostr-ndb"
    ],
    "nip47": [
      "nostr/nip47",
      "dep:nwc"
    ],
    "nip57": [
      "nostr/nip57",
      "dep:nostr-zapper",
      "dep:lnurl-pay"
    ],
    "rocksdb": [
      "dep:nostr-rocksdb"
    ],
    "sqlite": [
      "dep:nostr-sqlite"
    ],
    "webln": [
      "nip57",
      "dep:nostr-webln"
    ]
  },
  "index_path": "no/st/nostr-sdk",
  "name": "nostr-sdk",
  "pubtime": "2024-05-17T08:59:23Z",
  "rust_version": "1.64.0",
  "v": 2,
  "vers": "0.31.0",
  "yanked": false
}
