{
  "cksum": "1d53a378ede9468fb35302fc71ed99a87ec2c45e72dc03f6b72dd35db041ca51",
  "crate_file": "co-dioxus-0.1.0.crate",
  "crate_url": "https://static.crates.io/crates/co-dioxus/co-dioxus-0.1.0.crate",
  "deps": [
    {
      "default_features": true,
      "features": [
        "backtrace"
      ],
      "kind": "normal",
      "name": "anyhow",
      "optional": false,
      "req": "^1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "async-trait",
      "optional": false,
      "req": "^0.1.57",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "cid",
      "optional": false,
      "req": "^0.11.1",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "derive",
        "env"
      ],
      "kind": "normal",
      "name": "clap",
      "optional": false,
      "req": "^4.3.23",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "co-actor",
      "optional": false,
      "req": "^0.1.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "co-core-co",
      "optional": false,
      "req": "^0.1.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "co-core-membership",
      "optional": false,
      "req": "^0.1.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "co-guard",
      "optional": true,
      "req": "^0.1.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "co-primitives",
      "optional": false,
      "req": "^0.1.0",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "co-sdk",
      "optional": false,
      "req": "^0.1.0",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "hooks",
        "signals"
      ],
      "kind": "normal",
      "name": "dioxus",
      "optional": false,
      "req": "^0.7.3",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "futures",
      "optional": false,
      "req": "^0.3.30",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "serde"
      ],
      "kind": "normal",
      "name": "ipld-core",
      "optional": false,
      "req": "^0.4.1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "serde",
      "optional": false,
      "req": "^1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "thiserror",
      "optional": false,
      "req": "^1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "tokio",
      "optional": false,
      "req": "^1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "tokio-util",
      "optional": false,
      "req": "^0.7",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "sync"
      ],
      "kind": "normal",
      "name": "tokio_with_wasm",
      "optional": true,
      "req": "^0.9",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "tracing",
      "optional": false,
      "req": "^0.1.34",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "tracing-oslog",
      "optional": true,
      "req": "^0.2",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "tracing-subscriber",
      "optional": true,
      "req": "^0.3.14",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "default",
        "v4"
      ],
      "kind": "normal",
      "name": "uuid",
      "optional": false,
      "req": "^1.2.2",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "wasm-bindgen-futures",
      "optional": true,
      "req": "^0.4.55",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "web-sys",
      "optional": true,
      "req": "^0.3.82",
      "target": null
    }
  ],
  "features": {
    "default": [
      "desktop"
    ],
    "desktop": [
      "fs",
      "network",
      "tracing",
      "co-sdk/recommended",
      "co-sdk/apple-sandbox"
    ],
    "fs": [
      "co-sdk/fs"
    ],
    "indexeddb": [
      "co-sdk/indexeddb"
    ],
    "network": [
      "co-sdk/network"
    ],
    "tracing": [
      "co-sdk/tracing"
    ]
  },
  "features2": {
    "guard": [
      "dep:co-guard",
      "co-sdk/guard"
    ],
    "js": [
      "co-sdk/js",
      "co-actor/js",
      "uuid/js",
      "dioxus/logger",
      "dep:wasm-bindgen-futures",
      "dep:web-sys",
      "dep:tokio_with_wasm"
    ],
    "mobile": [
      "fs",
      "network",
      "tracing-oslog",
      "co-sdk/recommended",
      "co-sdk/apple-sandbox"
    ],
    "tracing-oslog": [
      "dep:tracing-oslog",
      "dep:tracing-subscriber"
    ],
    "web": [
      "js",
      "network",
      "indexeddb",
      "co-sdk/web",
      "co-actor/web"
    ]
  },
  "index_path": "co/-d/co-dioxus",
  "name": "co-dioxus",
  "pubtime": "2026-04-08T16:17:26Z",
  "rust_version": "1.91",
  "v": 2,
  "vers": "0.1.0",
  "yanked": false
}
