{
  "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": "Implementation of RFC 9562 Universally Unique IDentifiers (UUIDs)",
    "development_only": false,
    "latest_version": "1.0.0",
    "name": "uuids",
    "selected_version": "1.0.0",
    "versions": [
      {
        "dependants": [],
        "dependencies": [
          {
            "catalog": "community",
            "condition": null,
            "name": "system_random",
            "package": "system_random",
            "provided_version": "1.0.0",
            "requirement": "^1.0.0",
            "resolved": true,
            "version": "1.0.0"
          }
        ],
        "development": false,
        "external": false,
        "manifest": {
          "authors": [
            "AJ Ianozi"
          ],
          "depends-on": [
            {
              "system_random": "^1.0.0"
            }
          ],
          "description": "Implementation of RFC 9562 Universally Unique IDentifiers (UUIDs)",
          "licenses": "MIT",
          "long-description": "\nThis library is an attempt to implement UUIDs to the RFC 9562 standard located here: https://www.ietf.org/rfc/rfc9562.html\n\nAs of this writing it can identify any UUID's version or variant and create any kind of UUID in the spec:\n* UUIDv1: Gregorian Timestamp with constant data\n* UUIDv3: MD5-hashed\n* UUIDv4: Randomly-generated\n* UUIDv5: SHA1-hashed\n* UUIDv6: Gregorian Timestamp with constant data with better database locality \n* UUIDv7: UNIX Timestamp with random data, optimized for database locality\n* UUIDv8: Custom UUIDs\n\nAll of my unit tests are passing, but am open to more tests plus additional validation on other platforms, especially big endian.\n\nRefer to the [UUIDs Readme](https://github.com/AJ-Ianozi/uuids) for full description.\n\nYou can also read the [full API documentation](https://aj-ianozi.github.io/uuids/toc_index.html) which has been generated with [ROBODoc](https://github.com/gumpu/ROBODoc).\n\n",
          "maintainers": [
            "AJ Ianozi <aj@ianozi.com>"
          ],
          "maintainers-logins": [
            "aj-ianozi"
          ],
          "name": "uuids",
          "origin": {
            "commit": "d5d6d70cab4d70e3e89bc9e04ff66ee90ac93924",
            "url": "git+https://github.com/AJ-Ianozi/uuids.git"
          },
          "tags": [
            "uuid",
            "guid"
          ],
          "version": "1.0.0",
          "website": "https://github.com/AJ-Ianozi/uuids"
        },
        "path": "index/uu/uuids/uuids-1.0.0.toml",
        "version": "1.0.0"
      }
    ]
  },
  "schema_version": 4
}
