{
  "cksum": "62abb4201e9d6b8b25660bebcad7bc0eb0cf25ecf9fd139c8d8c36ac455d37da",
  "crate_file": "nostr-0.28.1.crate",
  "crate_url": "https://static.crates.io/crates/nostr/nostr-0.28.1.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.21",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "bip39",
      "optional": true,
      "req": "^2.0",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "rand",
        "serde"
      ],
      "kind": "normal",
      "name": "bitcoin",
      "optional": false,
      "req": "^0.30",
      "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": [
        "getrandom"
      ],
      "kind": "normal",
      "name": "chacha20poly1305",
      "optional": true,
      "req": "^0.10",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "js"
      ],
      "kind": "normal",
      "name": "getrandom",
      "optional": false,
      "req": "^0.2",
      "target": "cfg(target_arch = \"wasm32\")"
    },
    {
      "default_features": true,
      "features": [
        "wasm-bindgen",
        "inaccurate"
      ],
      "kind": "normal",
      "name": "instant",
      "optional": false,
      "req": "^0.1",
      "target": "cfg(target_arch = \"wasm32\")"
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "js-sys",
      "optional": true,
      "req": "^0.3",
      "target": "cfg(target_arch = \"wasm32\")"
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "negentropy",
      "optional": false,
      "req": "^0.3",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "nostr-ots",
      "optional": true,
      "req": "^0.2",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "dev",
      "name": "num_cpus",
      "optional": false,
      "req": "^1.15",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "once_cell",
      "optional": true,
      "req": "^1.19",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "json",
        "rustls-tls",
        "socks"
      ],
      "kind": "normal",
      "name": "reqwest",
      "optional": true,
      "req": "^0.11",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "scrypt",
      "optional": true,
      "req": "^0.11",
      "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": [],
      "kind": "normal",
      "name": "tracing",
      "optional": false,
      "req": "^0.1",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "unicode-normalization",
      "optional": true,
      "req": "^0.1",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "serde"
      ],
      "kind": "normal",
      "name": "url",
      "optional": true,
      "req": "^2.5",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "serde"
      ],
      "kind": "normal",
      "name": "url-fork",
      "optional": true,
      "req": "^3.0",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "wasm-bindgen",
      "optional": true,
      "req": "^0.2",
      "target": "cfg(target_arch = \"wasm32\")"
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "wasm-bindgen-futures",
      "optional": true,
      "req": "^0.4",
      "target": "cfg(target_arch = \"wasm32\")"
    },
    {
      "default_features": false,
      "features": [
        "Window"
      ],
      "kind": "normal",
      "name": "web-sys",
      "optional": true,
      "req": "^0.3",
      "target": "cfg(target_arch = \"wasm32\")"
    }
  ],
  "features": {},
  "features2": {
    "all-nips": [
      "nip04",
      "nip05",
      "nip06",
      "nip07",
      "nip11",
      "nip44",
      "nip46",
      "nip47",
      "nip49",
      "nip57",
      "nip59"
    ],
    "alloc": [
      "dep:url-fork",
      "cbc?/alloc",
      "chacha20poly1305?/alloc",
      "base64?/alloc",
      "bitcoin/no-std",
      "serde/alloc",
      "serde_json/alloc"
    ],
    "blocking": [
      "reqwest?/blocking"
    ],
    "default": [
      "std",
      "all-nips"
    ],
    "nip03": [
      "dep:nostr-ots"
    ],
    "nip04": [
      "dep:aes",
      "dep:base64",
      "dep:cbc"
    ],
    "nip05": [
      "dep:reqwest"
    ],
    "nip06": [
      "dep:bip39"
    ],
    "nip07": [
      "dep:js-sys",
      "dep:wasm-bindgen",
      "dep:wasm-bindgen-futures",
      "dep:web-sys"
    ],
    "nip11": [
      "dep:reqwest"
    ],
    "nip44": [
      "dep:base64",
      "dep:chacha20"
    ],
    "nip46": [
      "nip04"
    ],
    "nip47": [
      "nip04"
    ],
    "nip49": [
      "dep:chacha20poly1305",
      "dep:scrypt",
      "dep:unicode-normalization"
    ],
    "nip57": [
      "dep:aes",
      "dep:cbc"
    ],
    "nip59": [
      "nip44"
    ],
    "std": [
      "dep:once_cell",
      "dep:url",
      "base64?/std",
      "bitcoin/std",
      "bitcoin/rand-std",
      "bip39?/std",
      "cbc?/std",
      "chacha20?/std",
      "chacha20poly1305?/std",
      "negentropy/std",
      "scrypt?/std",
      "serde/std",
      "serde_json/std",
      "serde_json/preserve_order",
      "tracing/std",
      "unicode-normalization?/std",
      "wasm-bindgen?/std"
    ]
  },
  "index_path": "no/st/nostr",
  "name": "nostr",
  "pubtime": "2024-02-19T08:15:31Z",
  "rust_version": "1.64.0",
  "v": 2,
  "vers": "0.28.1",
  "yanked": false
}
