{
  "cksum": "9e39da4866d755a861e7f1015d9032d0178a2a23c58dee410c08e22923ad5522",
  "crate_file": "pytauri-core-0.8.0.crate",
  "crate_url": "https://static.crates.io/crates/pytauri-core/pytauri-core-0.8.0.crate",
  "deps": [
    {
      "default_features": true,
      "features": [
        "time"
      ],
      "kind": "normal",
      "name": "pyo3",
      "optional": false,
      "req": "^0.25",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "unstable"
      ],
      "kind": "normal",
      "name": "pyo3-utils",
      "optional": false,
      "req": "^0.4",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "wry",
        "tray-icon"
      ],
      "kind": "normal",
      "name": "tauri",
      "optional": false,
      "req": "^2.8",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "tauri-plugin-autostart",
      "optional": true,
      "req": "^2.5",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "tauri-plugin-clipboard-manager",
      "optional": true,
      "req": "^2.3",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "tauri-plugin-deep-link",
      "optional": true,
      "req": "^2.4",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "tauri-plugin-dialog",
      "optional": true,
      "req": "^2.3",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "tauri-plugin-fs",
      "optional": true,
      "req": "^2.4",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "tauri-plugin-global-shortcut",
      "optional": true,
      "req": "^2.3",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "tauri-plugin-http",
      "optional": true,
      "req": "^2.5",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "tauri-plugin-notification",
      "optional": true,
      "req": "^2.3",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "tauri-plugin-opener",
      "optional": true,
      "req": "^2.5",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "tauri-plugin-os",
      "optional": true,
      "req": "^2.3",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "tauri-plugin-persisted-scope",
      "optional": true,
      "req": "^2.3",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "tauri-plugin-positioner",
      "optional": true,
      "req": "^2.3",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "tauri-plugin-process",
      "optional": true,
      "req": "^2.3",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "tauri-plugin-shell",
      "optional": true,
      "req": "^2.3",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "tauri-plugin-single-instance",
      "optional": true,
      "req": "^2.3",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "tauri-plugin-updater",
      "optional": true,
      "req": "^2.9",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "tauri-plugin-upload",
      "optional": true,
      "req": "^2.3",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "tauri-plugin-websocket",
      "optional": true,
      "req": "^2.4",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "tauri-plugin-window-state",
      "optional": true,
      "req": "^2.4",
      "target": null
    }
  ],
  "features": {
    "__no_test": [],
    "__private": [],
    "__test": [
      "tauri/test"
    ],
    "tauri-devtools": [
      "tauri/devtools"
    ],
    "tauri-macos-private-api": [
      "tauri/macos-private-api"
    ]
  },
  "features2": {
    "plugin-autostart": [
      "dep:tauri-plugin-autostart"
    ],
    "plugin-clipboard-manager": [
      "dep:tauri-plugin-clipboard-manager"
    ],
    "plugin-deep-link": [
      "dep:tauri-plugin-deep-link",
      "tauri-plugin-single-instance?/deep-link"
    ],
    "plugin-dialog": [
      "dep:tauri-plugin-dialog",
      "plugin-fs"
    ],
    "plugin-fs": [
      "dep:tauri-plugin-fs"
    ],
    "plugin-global-shortcut": [
      "dep:tauri-plugin-global-shortcut"
    ],
    "plugin-http": [
      "dep:tauri-plugin-http",
      "plugin-fs"
    ],
    "plugin-notification": [
      "dep:tauri-plugin-notification"
    ],
    "plugin-opener": [
      "dep:tauri-plugin-opener"
    ],
    "plugin-os": [
      "dep:tauri-plugin-os"
    ],
    "plugin-persisted-scope": [
      "dep:tauri-plugin-persisted-scope"
    ],
    "plugin-positioner": [
      "dep:tauri-plugin-positioner",
      "tauri-plugin-positioner/tray-icon"
    ],
    "plugin-process": [
      "dep:tauri-plugin-process"
    ],
    "plugin-shell": [
      "dep:tauri-plugin-shell"
    ],
    "plugin-single-instance": [
      "dep:tauri-plugin-single-instance"
    ],
    "plugin-updater": [
      "dep:tauri-plugin-updater",
      "tauri-plugin-updater/zip"
    ],
    "plugin-upload": [
      "dep:tauri-plugin-upload"
    ],
    "plugin-websocket": [
      "dep:tauri-plugin-websocket"
    ],
    "plugin-window-state": [
      "dep:tauri-plugin-window-state"
    ]
  },
  "index_path": "py/ta/pytauri-core",
  "name": "pytauri-core",
  "pubtime": "2025-09-01T09:00:37Z",
  "rust_version": "1.82",
  "v": 2,
  "vers": "0.8.0",
  "yanked": false
}
