{
  "cksum": "c6754b188e8cd4ac664cf901d40ffbdbe7adf23be2f3012ebc9f5d1953b356b2",
  "crate_file": "dioxus-native-0.7.2.crate",
  "crate_url": "https://static.crates.io/crates/dioxus-native/dioxus-native-0.7.2.crate",
  "deps": [
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "anyrender",
      "optional": false,
      "req": "^0.6.2",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "anyrender_vello",
      "optional": false,
      "req": "^0.6",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "pixels_window_renderer"
      ],
      "kind": "normal",
      "name": "anyrender_vello_cpu",
      "optional": false,
      "req": "^0.8",
      "target": "cfg(all(target_os = \"ios\", target_abi = \"sim\"))"
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "blitz-dom",
      "optional": false,
      "req": "^0.2.4",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "blitz-html",
      "optional": true,
      "req": "^0.2",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "blitz-net",
      "optional": true,
      "req": "^0.2",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "blitz-paint",
      "optional": true,
      "req": "^0.2",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "blitz-shell",
      "optional": false,
      "req": "^0.2",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "blitz-traits",
      "optional": false,
      "req": "^0.2",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "native"
      ],
      "kind": "normal",
      "name": "dioxus-asset-resolver",
      "optional": false,
      "req": "^0.7.2",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "dioxus-cli-config",
      "optional": true,
      "req": "^0.7.2",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "dioxus-core",
      "optional": false,
      "req": "^0.7.2",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "dioxus-devtools",
      "optional": true,
      "req": "^0.7.2",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "dioxus-document",
      "optional": false,
      "req": "^0.7.2",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "dioxus-history",
      "optional": false,
      "req": "^0.7.2",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "dioxus-html",
      "optional": false,
      "req": "^0.7.2",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "dioxus-native-dom",
      "optional": false,
      "req": "^0.7.2",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "futures-util",
      "optional": false,
      "req": "^0.3",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "keyboard-types",
      "optional": false,
      "req": "^0.7",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "rustc-hash",
      "optional": false,
      "req": "^2.1.1",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "rt-multi-thread"
      ],
      "kind": "normal",
      "name": "tokio",
      "optional": true,
      "req": "^1.48",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "tracing",
      "optional": true,
      "req": "^0.1.41",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "webbrowser",
      "optional": false,
      "req": "^1.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "rwh_06"
      ],
      "kind": "normal",
      "name": "winit",
      "optional": false,
      "req": "^0.30.11",
      "target": null
    }
  ],
  "features": {
    "accessibility": [
      "blitz-shell/accessibility",
      "blitz-dom/accessibility"
    ],
    "autofocus": [],
    "clipboard": [
      "blitz-shell/clipboard"
    ],
    "file_dialog": [
      "blitz-shell/file_dialog"
    ],
    "svg": [
      "blitz-dom/svg",
      "blitz-paint/svg"
    ],
    "system-fonts": [
      "blitz-dom/system_fonts"
    ]
  },
  "features2": {
    "default": [
      "accessibility",
      "hot-reload",
      "net",
      "html",
      "svg",
      "system-fonts",
      "clipboard",
      "file_dialog"
    ],
    "hot-reload": [
      "dep:dioxus-cli-config",
      "dep:dioxus-devtools"
    ],
    "html": [
      "dep:blitz-html"
    ],
    "net": [
      "dep:tokio",
      "dep:blitz-net"
    ],
    "tracing": [
      "dep:tracing",
      "dioxus-native-dom/tracing",
      "blitz-shell/tracing",
      "blitz-dom/tracing"
    ]
  },
  "index_path": "di/ox/dioxus-native",
  "name": "dioxus-native",
  "pubtime": "2025-12-05T02:20:02Z",
  "v": 2,
  "vers": "0.7.2",
  "yanked": false
}
