{
  "cksum": "17e33ac76cf833b82c3afe96ef63b67f3d77eda1ff89cfe4df6566d90f04caa9",
  "crate_file": "slint-lsp-0.3.2.crate",
  "crate_url": "https://static.crates.io/crates/slint-lsp/slint-lsp-0.3.2.crate",
  "deps": [
    {
      "default_features": true,
      "features": [
        "derive",
        "wrap_help"
      ],
      "kind": "normal",
      "name": "clap",
      "optional": false,
      "req": "^4.0",
      "target": "cfg(not(target_arch = \"wasm32\"))"
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "console_error_panic_hook",
      "optional": false,
      "req": "^0.1.5",
      "target": "cfg(target_arch = \"wasm32\")"
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "crossbeam-channel",
      "optional": false,
      "req": "^0.5",
      "target": "cfg(not(target_arch = \"wasm32\"))"
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "dunce",
      "optional": false,
      "req": "^1.0.1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "euclid",
      "optional": false,
      "req": "^0.22",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "i-slint-backend-selector",
      "optional": true,
      "req": "=0.3.2",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "i-slint-compiler",
      "optional": false,
      "req": "=0.3.2",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "i-slint-core",
      "optional": true,
      "req": "=0.3.2",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "js-sys",
      "optional": false,
      "req": "^0.3.57",
      "target": "cfg(target_arch = \"wasm32\")"
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "lsp-server",
      "optional": false,
      "req": "^0.6",
      "target": "cfg(not(target_arch = \"wasm32\"))"
    },
    {
      "default_features": true,
      "features": [
        "proposed"
      ],
      "kind": "normal",
      "name": "lsp-types",
      "optional": false,
      "req": "^0.93.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "once_cell",
      "optional": false,
      "req": "^1.9.0",
      "target": "cfg(not(target_arch = \"wasm32\"))"
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "rowan",
      "optional": false,
      "req": "^0.15.5",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "serde",
      "optional": false,
      "req": "^1.0.118",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "serde-wasm-bindgen",
      "optional": false,
      "req": "^0.4.5",
      "target": "cfg(target_arch = \"wasm32\")"
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "serde_json",
      "optional": false,
      "req": "^1.0.60",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "compat-0-3-0",
        "highlight"
      ],
      "kind": "normal",
      "name": "slint-interpreter",
      "optional": true,
      "req": "=0.3.2",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "dev",
      "name": "spin_on",
      "optional": false,
      "req": "^0.1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "wasm-bindgen",
      "optional": false,
      "req": "^0.2.80",
      "target": "cfg(target_arch = \"wasm32\")"
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "wasm-bindgen-futures",
      "optional": false,
      "req": "^0.4.30",
      "target": "cfg(target_arch = \"wasm32\")"
    }
  ],
  "features": {
    "backend-gl-all": [
      "backend-winit",
      "renderer-winit-femtovg"
    ],
    "backend-gl-wayland": [
      "backend-winit-wayland",
      "renderer-winit-femtovg"
    ],
    "backend-gl-x11": [
      "backend-winit-x11",
      "renderer-winit-femtovg"
    ],
    "backend-qt": [
      "slint-interpreter/backend-qt",
      "preview"
    ],
    "backend-winit": [
      "slint-interpreter/backend-winit",
      "preview"
    ],
    "backend-winit-wayland": [
      "slint-interpreter/backend-winit-wayland",
      "preview"
    ],
    "backend-winit-x11": [
      "slint-interpreter/backend-winit-x11",
      "preview"
    ],
    "default": [
      "backend-qt",
      "backend-winit",
      "renderer-winit-femtovg",
      "preview"
    ],
    "eventloop-qt": [
      "backend-qt"
    ],
    "preview": [
      "slint-interpreter",
      "i-slint-core",
      "i-slint-backend-selector",
      "preview-lense"
    ],
    "preview-lense": [],
    "renderer-winit-femtovg": [
      "slint-interpreter/renderer-winit-femtovg",
      "preview"
    ],
    "renderer-winit-qt": [
      "backend-qt"
    ],
    "renderer-winit-skia": [
      "slint-interpreter/renderer-winit-skia",
      "preview"
    ],
    "renderer-winit-skia-opengl": [
      "slint-interpreter/renderer-winit-skia-opengl",
      "preview"
    ]
  },
  "index_path": "sl/in/slint-lsp",
  "name": "slint-lsp",
  "pubtime": "2022-11-28T12:34:53Z",
  "rust_version": "1.60",
  "vers": "0.3.2",
  "yanked": false
}
