{
  "cksum": "1173ec697159cbc1e016f6cb7721596f653fa0a456f856622609d21866dde1de",
  "crate_file": "ssi-jws-0.3.1.crate",
  "crate_url": "https://static.crates.io/crates/ssi-jws/ssi-jws-0.3.1.crate",
  "deps": [
    {
      "default_features": true,
      "features": [],
      "kind": "dev",
      "name": "async-std",
      "optional": false,
      "req": "^1.9",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "base64",
      "optional": false,
      "req": "^0.22",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "blake2",
      "optional": true,
      "req": "^0.10",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "clear_on_drop",
      "optional": false,
      "req": "^0.2.4",
      "target": "cfg(not(target_arch = \"wasm32\"))"
    },
    {
      "default_features": true,
      "features": [
        "no_cc"
      ],
      "kind": "normal",
      "name": "clear_on_drop",
      "optional": false,
      "req": "^0.2.4",
      "target": "cfg(target_arch = \"wasm32\")"
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "ed25519-dalek",
      "optional": true,
      "req": "^2.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "hex",
      "optional": false,
      "req": "^0.4.3",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "iref",
      "optional": false,
      "req": "^3.2.2",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "ecdsa"
      ],
      "kind": "normal",
      "name": "k256",
      "optional": true,
      "req": "^0.13.1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "linked-data",
      "optional": false,
      "req": "^0.1.2",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "ecdsa"
      ],
      "kind": "normal",
      "name": "p256",
      "optional": true,
      "req": "^0.13.2",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "ecdsa"
      ],
      "kind": "normal",
      "name": "p384",
      "optional": true,
      "req": "^0.13.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "rand",
      "optional": true,
      "req": "^0.8",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "ring",
      "optional": true,
      "req": "^0.16",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "rsa",
      "optional": true,
      "req": "^0.6",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "derive"
      ],
      "kind": "normal",
      "name": "serde",
      "optional": false,
      "req": "^1.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "serde_json",
      "optional": false,
      "req": "^1.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "sha2",
      "optional": true,
      "req": "^0.10.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "sha3",
      "optional": true,
      "req": "^0.10.8",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "ssi-claims-core",
      "optional": false,
      "req": "^0.1.3",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "ssi-core",
      "optional": false,
      "req": "^0.2.2",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "ssi-crypto",
      "optional": false,
      "req": "^0.2.1",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "ssi-jwk",
      "optional": false,
      "req": "^0.3.1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "thiserror",
      "optional": false,
      "req": "^1.0",
      "target": null
    }
  ],
  "features": {
    "aleo": [
      "ssi-jwk/aleo"
    ],
    "ed25519": [
      "ssi-jwk/ed25519",
      "ed25519-dalek",
      "rand",
      "blake2"
    ],
    "secp256r1": [
      "ssi-jwk/secp256r1",
      "p256",
      "blake2"
    ],
    "secp384r1": [
      "ssi-jwk/secp384r1",
      "p384"
    ]
  },
  "features2": {
    "default": [
      "secp256k1",
      "secp256r1",
      "ed25519",
      "rsa"
    ],
    "eip": [
      "ssi-jwk/eip",
      "ssi-crypto/keccak",
      "k256",
      "secp256k1"
    ],
    "ring": [
      "ssi-jwk/ring",
      "dep:ring",
      "rand",
      "blake2"
    ],
    "rsa": [
      "ssi-jwk/rsa",
      "dep:rsa",
      "dep:sha2",
      "rand"
    ],
    "secp256k1": [
      "ssi-jwk/secp256k1",
      "k256",
      "ssi-crypto/secp256k1",
      "blake2",
      "dep:sha2",
      "dep:sha3"
    ],
    "tezos": [
      "ssi-jwk/tezos",
      "secp256k1",
      "secp256r1",
      "ed25519"
    ]
  },
  "index_path": "ss/i-/ssi-jws",
  "name": "ssi-jws",
  "pubtime": "2025-05-13T16:42:16Z",
  "v": 2,
  "vers": "0.3.1",
  "yanked": false
}
