{
  "cksum": "90945cf20c40340d9612ec05e4850aab17b6bb5fcdd98aa53e5b227f6ece5acc",
  "crate_file": "keetanetwork-x509-0.2.0.crate",
  "crate_url": "https://static.crates.io/crates/keetanetwork-x509/keetanetwork-x509-0.2.0.crate",
  "deps": [
    {
      "default_features": false,
      "features": [
        "alloc"
      ],
      "kind": "normal",
      "name": "base64",
      "optional": false,
      "req": "^0.22.1",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "serde"
      ],
      "kind": "normal",
      "name": "chrono",
      "optional": false,
      "req": "^0.4.41",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "serde",
        "wasmbind"
      ],
      "kind": "normal",
      "name": "chrono",
      "optional": false,
      "req": "^0.4.41",
      "target": "cfg(all(target_family = \"wasm\", target_os = \"unknown\"))"
    },
    {
      "default_features": false,
      "features": [
        "pem",
        "zeroize",
        "bytes",
        "oid",
        "derive"
      ],
      "kind": "normal",
      "name": "der",
      "optional": false,
      "req": "^0.7.10",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "wasm_js"
      ],
      "kind": "normal",
      "name": "getrandom",
      "optional": false,
      "req": "^0.3",
      "target": "cfg(all(target_family = \"wasm\", target_os = \"unknown\"))"
    },
    {
      "default_features": true,
      "features": [
        "js"
      ],
      "kind": "normal",
      "name": "getrandom_02",
      "optional": false,
      "package": "getrandom",
      "req": "^0.2",
      "target": "cfg(all(target_family = \"wasm\", target_os = \"unknown\"))"
    },
    {
      "default_features": false,
      "features": [
        "serde",
        "alloc"
      ],
      "kind": "normal",
      "name": "hex",
      "optional": false,
      "req": "^0.4.3",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "dev",
      "name": "hex-literal",
      "optional": false,
      "req": "^1.0.0",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "keetanetwork-account",
      "optional": false,
      "req": "^0.2.0",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "keetanetwork-asn1",
      "optional": false,
      "req": "^0.2.0",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "keetanetwork-crypto",
      "optional": false,
      "req": "^0.2.0",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "keetanetwork-error",
      "optional": false,
      "req": "^0.2.0",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "keetanetwork-utils",
      "optional": false,
      "req": "^0.2.0",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "std",
        "build"
      ],
      "kind": "build",
      "name": "keetanetwork-utils",
      "optional": false,
      "req": "^0.2.0",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "bytes"
      ],
      "kind": "normal",
      "name": "rasn",
      "optional": true,
      "req": "^0.27.1",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "derive",
        "alloc"
      ],
      "kind": "normal",
      "name": "serde",
      "optional": true,
      "req": "^1.0.219",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "alloc"
      ],
      "kind": "normal",
      "name": "serde_json",
      "optional": true,
      "req": "^1.0.143",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "snafu",
      "optional": false,
      "req": "^0.8.7",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "pem"
      ],
      "kind": "normal",
      "name": "x509-cert",
      "optional": false,
      "req": "^0.2.5",
      "target": null
    }
  ],
  "features": {
    "alloc": [
      "der/alloc",
      "chrono/alloc",
      "keetanetwork-error/alloc",
      "keetanetwork-asn1/alloc",
      "keetanetwork-account/alloc"
    ],
    "der": [
      "alloc",
      "keetanetwork-asn1/der",
      "keetanetwork-crypto/der",
      "keetanetwork-account/der"
    ]
  },
  "features2": {
    "default": [
      "std",
      "serde",
      "rasn"
    ],
    "rasn": [
      "alloc",
      "dep:rasn",
      "keetanetwork-asn1/rasn",
      "keetanetwork-crypto/rasn",
      "keetanetwork-account/rasn"
    ],
    "serde": [
      "alloc",
      "dep:serde",
      "dep:serde_json"
    ],
    "std": [
      "alloc",
      "x509-cert/std",
      "der/std",
      "chrono/std",
      "chrono/clock",
      "snafu/std",
      "base64/std",
      "hex/std",
      "serde?/std",
      "serde_json?/std",
      "keetanetwork-utils/std",
      "keetanetwork-error/std",
      "keetanetwork-crypto/std",
      "keetanetwork-asn1/std",
      "keetanetwork-account/std"
    ]
  },
  "index_path": "ke/et/keetanetwork-x509",
  "name": "keetanetwork-x509",
  "pubtime": "2026-06-27T07:50:33Z",
  "v": 2,
  "vers": "0.2.0",
  "yanked": false
}
