{
  "canonical_url": "https://crates.flyology.org/community/",
  "catalog": {
    "name": "community",
    "repository_url": "https://github.com/alire-project/alire-index",
    "revision": "cd12c6aa35b7d6483841517305d57ba167ec78d0"
  },
  "generated_at": "2026-08-23T04:55:42Z",
  "index": {
    "version": "1.4.0"
  },
  "package": {
    "catalog": "community",
    "description": "COSE (RFC 9052 / 9053) library for Ada 2022",
    "development_only": false,
    "latest_version": "0.1.0",
    "name": "cose_ada",
    "selected_version": "0.1.0",
    "versions": [
      {
        "dependants": [],
        "dependencies": [
          {
            "catalog": "community",
            "condition": null,
            "name": "cbor_ada",
            "package": "cbor_ada",
            "provided_version": "0.2.0",
            "requirement": "~0.2.0",
            "resolved": true,
            "version": "0.2.0"
          },
          {
            "catalog": "community",
            "condition": null,
            "name": "hmac_ada",
            "package": "hmac_ada",
            "provided_version": "0.2.0",
            "requirement": "~0.2.0",
            "resolved": true,
            "version": "0.2.0"
          },
          {
            "catalog": "community",
            "condition": null,
            "name": "sparknacl",
            "package": "sparknacl",
            "provided_version": "4.0.1",
            "requirement": "^4.0.1",
            "resolved": true,
            "version": "4.0.1"
          }
        ],
        "development": false,
        "external": false,
        "manifest": {
          "authors": [
            "Baris Erdem"
          ],
          "depends-on": [
            {
              "cbor_ada": "~0.2.0"
            },
            {
              "hmac_ada": "~0.2.0"
            },
            {
              "sparknacl": "^4.0.1"
            }
          ],
          "description": "COSE (RFC 9052 / 9053) library for Ada 2022",
          "licenses": "Apache-2.0",
          "long-description": "COSE (CBOR Object Signing and Encryption, RFC 9052 / 9053)\nimplementation for Ada 2022 with partial SPARK coverage. Supports the\nsix COSE message types: COSE_Mac0, COSE_Mac, COSE_Sign1, COSE_Sign,\nCOSE_Encrypt0, and COSE_Encrypt. Algorithms: HMAC-SHA-256,\nHMAC-SHA-512, EdDSA (Ed25519), and ChaCha20-Poly1305 AEAD. Uses\ncbor_ada for CBOR operations, hmac_ada for HMAC, and SPARKNaCl for\nEd25519 and ChaCha20-Poly1305. No heap allocation, suitable for\nembedded and safety-critical systems.\n",
          "maintainers": [
            "Baris Erdem <baris@erdem.dev>"
          ],
          "maintainers-logins": [
            "b-erdem"
          ],
          "name": "cose_ada",
          "origin": {
            "commit": "6aa26c1628af06286954e30cbbfc81910c5c883c",
            "url": "git+https://github.com/b-erdem/cose_ada.git"
          },
          "tags": [
            "cose",
            "rfc9052",
            "cbor",
            "security",
            "spark",
            "embedded",
            "iot",
            "webauthn"
          ],
          "version": "0.1.0",
          "website": "https://github.com/b-erdem/cose_ada"
        },
        "path": "index/co/cose_ada/cose_ada-0.1.0.toml",
        "version": "0.1.0"
      }
    ]
  },
  "schema_version": 4
}
