{
  "cksum": "6cd39462736da85c2eb4e8afd12856ce0c67d8eafb7d0dcecc7479ca898d4aad",
  "crate_file": "paserk-0.4.0.crate",
  "crate_url": "https://static.crates.io/crates/paserk/paserk-0.4.0.crate",
  "deps": [
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "aes",
      "optional": true,
      "req": "^0.8",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "dev",
      "name": "anyhow",
      "optional": false,
      "req": "^1.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "argon2",
      "optional": true,
      "req": "^0.5",
      "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": "chacha20",
      "optional": true,
      "req": "^0.9",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "ctr",
      "optional": true,
      "req": "^0.9",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "zeroize",
        "rand_core"
      ],
      "kind": "normal",
      "name": "ed25519-dalek",
      "optional": true,
      "req": "^2.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "dev",
      "name": "hex",
      "optional": false,
      "req": "^0.4",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "hmac",
      "optional": true,
      "req": "^0.12",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "p384",
      "optional": true,
      "req": "^0.13",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "pbkdf2",
      "optional": true,
      "req": "^0.12",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "dev",
      "name": "rand",
      "optional": false,
      "req": "^0.8",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "os_rng"
      ],
      "kind": "normal",
      "name": "rand_core",
      "optional": false,
      "req": "^0.9",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "rsa",
      "optional": true,
      "req": "^0.9.9",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "derive"
      ],
      "kind": "dev",
      "name": "serde",
      "optional": false,
      "req": "^1.0.228",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "dev",
      "name": "serde_json",
      "optional": false,
      "req": "^1.0.145",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "sha2",
      "optional": true,
      "req": "^0.10",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "subtle",
      "optional": false,
      "req": "^2.6",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "thiserror",
      "optional": false,
      "req": "^2.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "static_secrets"
      ],
      "kind": "normal",
      "name": "x25519-dalek",
      "optional": true,
      "req": "^2.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "zeroize_derive"
      ],
      "kind": "normal",
      "name": "zeroize",
      "optional": false,
      "req": "^1.8",
      "target": null
    }
  ],
  "features": {
    "prelude": []
  },
  "features2": {
    "aes": [
      "dep:aes"
    ],
    "all-versions": [
      "k1-insecure",
      "k2",
      "k3",
      "k4"
    ],
    "argon2": [
      "dep:argon2"
    ],
    "blake2": [
      "dep:blake2"
    ],
    "chacha20": [
      "dep:chacha20"
    ],
    "ctr": [
      "dep:ctr"
    ],
    "default": [
      "k4",
      "prelude"
    ],
    "ed25519-dalek": [
      "dep:ed25519-dalek"
    ],
    "hmac": [
      "dep:hmac"
    ],
    "k1-insecure": [
      "sha2",
      "hmac",
      "aes",
      "ctr",
      "pbkdf2",
      "rsa"
    ],
    "k2": [
      "blake2",
      "chacha20",
      "argon2",
      "x25519-dalek",
      "ed25519-dalek"
    ],
    "k3": [
      "sha2",
      "hmac",
      "aes",
      "ctr",
      "pbkdf2",
      "p384"
    ],
    "k4": [
      "blake2",
      "chacha20",
      "argon2",
      "x25519-dalek",
      "ed25519-dalek"
    ],
    "p384": [
      "dep:p384"
    ],
    "pbkdf2": [
      "dep:pbkdf2"
    ],
    "rsa": [
      "dep:rsa"
    ],
    "sha2": [
      "dep:sha2"
    ],
    "x25519-dalek": [
      "dep:x25519-dalek"
    ]
  },
  "index_path": "pa/se/paserk",
  "name": "paserk",
  "pubtime": "2025-11-30T07:35:56Z",
  "rust_version": "1.85.0",
  "v": 2,
  "vers": "0.4.0",
  "yanked": false
}
