{
  "cksum": "ec2aae2306640fd8f0cefa16cc29f0bd6179b197144e28b7aa594151fc2a9251",
  "crate_file": "ma-core-0.7.2.crate",
  "crate_url": "https://static.crates.io/crates/ma-core/ma-core-0.7.2.crate",
  "deps": [
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "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": "async-trait",
      "optional": false,
      "req": "^0.1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "base64",
      "optional": false,
      "req": "^0.22",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "blake3",
      "optional": false,
      "req": "^1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "bytes",
      "optional": false,
      "req": "^1.11.1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "chacha20poly1305",
      "optional": true,
      "req": "^0.10",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "serde"
      ],
      "kind": "normal",
      "name": "cid",
      "optional": true,
      "req": "^0.11.3",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "derive",
        "env"
      ],
      "kind": "normal",
      "name": "clap",
      "optional": true,
      "req": "^4",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "did-ma",
      "optional": false,
      "package": "ma-did",
      "req": "^0.5",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "directories",
      "optional": true,
      "req": "^5",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "tls-ring"
      ],
      "kind": "normal",
      "name": "iroh",
      "optional": true,
      "req": "^0.98",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "iroh-base",
      "optional": false,
      "req": "^0.98",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "net"
      ],
      "kind": "normal",
      "name": "iroh-gossip",
      "optional": true,
      "req": "^0.98",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "rand",
      "optional": false,
      "req": "^0.8",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "json",
        "multipart"
      ],
      "kind": "normal",
      "name": "reqwest",
      "optional": false,
      "req": "^0.12",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "derive"
      ],
      "kind": "normal",
      "name": "serde",
      "optional": false,
      "req": "^1.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "serde_json",
      "optional": false,
      "req": "^1.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "serde_yaml",
      "optional": true,
      "req": "^0.9",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "thiserror",
      "optional": false,
      "req": "^2",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "io-util"
      ],
      "kind": "normal",
      "name": "tokio",
      "optional": false,
      "req": "^1.52",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "macros",
        "rt"
      ],
      "kind": "dev",
      "name": "tokio",
      "optional": false,
      "req": "^1.52",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "tracing",
      "optional": false,
      "req": "^0.1",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "env-filter",
        "fmt"
      ],
      "kind": "normal",
      "name": "tracing-subscriber",
      "optional": true,
      "req": "^0.3",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "wasm-bindgen",
      "optional": false,
      "req": "^0.2",
      "target": "cfg(target_arch = \"wasm32\")"
    },
    {
      "default_features": true,
      "features": [
        "console"
      ],
      "kind": "normal",
      "name": "web-sys",
      "optional": false,
      "req": "^0.3",
      "target": "cfg(target_arch = \"wasm32\")"
    },
    {
      "default_features": true,
      "features": [
        "derive"
      ],
      "kind": "normal",
      "name": "zeroize",
      "optional": true,
      "req": "^1",
      "target": null
    }
  ],
  "features": {
    "kubo": []
  },
  "features2": {
    "acl": [
      "dep:cid",
      "dep:serde_yaml"
    ],
    "config": [
      "dep:argon2",
      "dep:chacha20poly1305",
      "dep:clap",
      "dep:directories",
      "dep:serde_yaml",
      "dep:tracing-subscriber",
      "dep:zeroize"
    ],
    "default": [
      "iroh",
      "gossip"
    ],
    "gossip": [
      "iroh",
      "dep:iroh-gossip"
    ],
    "iroh": [
      "dep:iroh"
    ]
  },
  "index_path": "ma/-c/ma-core",
  "name": "ma-core",
  "pubtime": "2026-05-03T01:08:37Z",
  "rust_version": "1.95",
  "v": 2,
  "vers": "0.7.2",
  "yanked": true
}
