{
  "cksum": "60a247114500f1a78e87022defa8173de847accfada8e8809dfae23a118a580c",
  "crate_file": "dioxus-0.6.3.crate",
  "crate_url": "https://static.crates.io/crates/dioxus/dioxus-0.6.3.crate",
  "deps": [
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "dioxus-cli-config",
      "optional": true,
      "req": "^0.6.2",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "dioxus-config-macro",
      "optional": true,
      "req": "^0.6.2",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "dioxus-core",
      "optional": false,
      "req": "^0.6.2",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "dioxus-core-macro",
      "optional": true,
      "req": "^0.6.2",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "dioxus-desktop",
      "optional": true,
      "req": "^0.6.2",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "dioxus-devtools",
      "optional": true,
      "req": "^0.6.2",
      "target": "cfg(not(any(target_arch = \"wasm32\", target_os = \"ios\", target_os = \"android\")))"
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "dioxus-document",
      "optional": true,
      "req": "^0.6.2",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "dioxus-fullstack",
      "optional": true,
      "req": "^0.6.2",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "dioxus-history",
      "optional": true,
      "req": "^0.6.2",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "dioxus-hooks",
      "optional": true,
      "req": "^0.6.2",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "dioxus-html",
      "optional": true,
      "req": "^0.6.2",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "dioxus-liveview",
      "optional": true,
      "req": "^0.6.2",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "dioxus-logger",
      "optional": true,
      "req": "^0.6.2",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "dioxus-mobile",
      "optional": true,
      "req": "^0.6.2",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "dioxus-router",
      "optional": true,
      "req": "^0.6.2",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "dioxus-signals",
      "optional": true,
      "req": "^0.6.2",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "dioxus-ssr",
      "optional": true,
      "req": "^0.6.2",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "dioxus-web",
      "optional": true,
      "req": "^0.6.2",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "dioxus"
      ],
      "kind": "normal",
      "name": "manganis",
      "optional": true,
      "req": "^0.6.2",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "serde",
      "optional": true,
      "req": "^1.0.61",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "warnings",
      "optional": true,
      "req": "^0.2.1",
      "target": null
    }
  ],
  "features": {
    "third-party-renderer": []
  },
  "features2": {
    "asset": [
      "dep:manganis"
    ],
    "cli-config": [
      "dep:dioxus-cli-config"
    ],
    "default": [
      "macro",
      "html",
      "signals",
      "hooks",
      "launch",
      "mounted",
      "file_engine",
      "document",
      "asset",
      "devtools",
      "logger",
      "warnings",
      "cli-config"
    ],
    "desktop": [
      "dep:dioxus-desktop",
      "dioxus-fullstack?/desktop",
      "dioxus-config-macro/desktop"
    ],
    "devtools": [
      "dep:dioxus-devtools",
      "dioxus-web?/devtools",
      "dioxus-fullstack?/devtools"
    ],
    "document": [
      "dioxus-web?/document",
      "dep:dioxus-document",
      "dep:dioxus-history"
    ],
    "file_engine": [
      "dioxus-web?/file_engine"
    ],
    "fullstack": [
      "dep:dioxus-fullstack",
      "dioxus-config-macro/fullstack",
      "dep:serde"
    ],
    "hooks": [
      "dep:dioxus-hooks"
    ],
    "html": [
      "dep:dioxus-html"
    ],
    "launch": [
      "dep:dioxus-config-macro"
    ],
    "liveview": [
      "dep:dioxus-liveview",
      "dioxus-config-macro/liveview"
    ],
    "logger": [
      "dep:dioxus-logger"
    ],
    "macro": [
      "dep:dioxus-core-macro"
    ],
    "minimal": [
      "macro",
      "html",
      "signals",
      "hooks",
      "launch"
    ],
    "mobile": [
      "dep:dioxus-mobile",
      "dioxus-fullstack?/mobile",
      "dioxus-config-macro/mobile"
    ],
    "mounted": [
      "dioxus-web?/mounted"
    ],
    "router": [
      "dep:dioxus-router"
    ],
    "server": [
      "dioxus-fullstack?/axum",
      "dioxus-fullstack?/server",
      "ssr",
      "dioxus-liveview?/axum"
    ],
    "signals": [
      "dep:dioxus-signals"
    ],
    "ssr": [
      "dep:dioxus-ssr",
      "dioxus-config-macro/ssr"
    ],
    "warnings": [
      "dep:warnings"
    ],
    "web": [
      "dep:dioxus-web",
      "dioxus-fullstack?/web",
      "dioxus-config-macro/web",
      "dep:dioxus-cli-config",
      "dioxus-cli-config?/web"
    ]
  },
  "index_path": "di/ox/dioxus",
  "name": "dioxus",
  "pubtime": "2025-02-08T00:41:03Z",
  "rust_version": "1.79.0",
  "v": 2,
  "vers": "0.6.3",
  "yanked": false
}
