{
  "cksum": "a1d32457f34b1b16dc08763325c0f8911fcd3457efd5a92f48b63b66f568b9f6",
  "crate_file": "ockam_abac-0.78.0.crate",
  "crate_url": "https://static.crates.io/crates/ockam_abac/ockam_abac-0.78.0.crate",
  "deps": [
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "cfg-if",
      "optional": false,
      "req": "^1.0.0",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "either",
      "optional": false,
      "req": "^1.13.0",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "derive"
      ],
      "kind": "normal",
      "name": "minicbor",
      "optional": false,
      "req": "^0.25.1",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "ockam_core",
      "optional": false,
      "req": "^0.124.0",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "ockam_executor",
      "optional": true,
      "req": "^0.93.0",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "ockam_identity",
      "optional": false,
      "req": "^0.132.0",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "ockam_node",
      "optional": false,
      "req": "^0.137.0",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "alloc"
      ],
      "kind": "normal",
      "name": "once_cell",
      "optional": false,
      "req": "^1.19.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "dev",
      "name": "quickcheck",
      "optional": false,
      "req": "^1.0.3",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "dev",
      "name": "rand",
      "optional": false,
      "req": "^0.8.5",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "regex",
      "optional": true,
      "req": "^1.10.6",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "rustyline",
      "optional": true,
      "req": "^14.0.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "rustyline-derive",
      "optional": true,
      "req": "^0.10.0",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "derive"
      ],
      "kind": "normal",
      "name": "serde",
      "optional": false,
      "req": "^1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "dev",
      "name": "serde_json",
      "optional": false,
      "req": "^1.0.133",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "sqlx",
      "optional": true,
      "req": "^0.8.3",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "sqlx-core",
      "optional": true,
      "req": "^0.8.3",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "str-buf",
      "optional": false,
      "req": "^3.0.3",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "derive"
      ],
      "kind": "normal",
      "name": "strum",
      "optional": false,
      "req": "^0.26.3",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "dev",
      "name": "tempfile",
      "optional": false,
      "req": "^3.10.1",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "sync",
        "time",
        "rt",
        "rt-multi-thread",
        "macros"
      ],
      "kind": "normal",
      "name": "tokio",
      "optional": true,
      "req": "^1.41",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "attributes"
      ],
      "kind": "normal",
      "name": "tracing",
      "optional": false,
      "req": "^0.1",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "wast",
      "optional": true,
      "req": "^220.0.0",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "alloc"
      ],
      "kind": "normal",
      "name": "winnow",
      "optional": true,
      "req": "^0.6.18",
      "target": null
    }
  ],
  "features": {
    "alloc": [
      "ockam_core/alloc",
      "ockam_identity/alloc",
      "minicbor/alloc",
      "winnow/alloc"
    ],
    "default": [
      "std"
    ],
    "no_std": [
      "ockam_core/no_std",
      "ockam_identity/no_std",
      "ockam_executor"
    ],
    "repl": [
      "rustyline",
      "rustyline-derive",
      "std"
    ],
    "std": [
      "ockam_core/std",
      "ockam_identity/std",
      "ockam_node/std",
      "minicbor/std",
      "tracing/std",
      "either/use_std",
      "once_cell/std",
      "sqlx",
      "sqlx-core",
      "regex",
      "tokio",
      "wast",
      "strum/std",
      "serde/std",
      "winnow"
    ]
  },
  "index_path": "oc/ka/ockam_abac",
  "name": "ockam_abac",
  "pubtime": "2025-01-21T00:38:32Z",
  "vers": "0.78.0",
  "yanked": false
}
