{
  "cksum": "bc8e12ea4b5aee5736e89ccd28dad366da58a3d45bc1e599449fe5256342b542",
  "crate_file": "kas-core-0.14.1.crate",
  "crate_url": "https://static.crates.io/crates/kas-core/kas-core-0.14.1.crate",
  "deps": [
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "arboard",
      "optional": true,
      "req": "^3.2.0",
      "target": "cfg(not(target_os = \"android\"))"
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "async-global-executor",
      "optional": true,
      "req": "^2.3.1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "bitflags",
      "optional": false,
      "req": "^2.3.3",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "cfg-if",
      "optional": false,
      "req": "^1.0.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "build",
      "name": "cfg_aliases",
      "optional": false,
      "req": "^0.1.1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "dark-light",
      "optional": true,
      "req": "^1.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "easy-cast",
      "optional": false,
      "req": "^0.5.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "kas-macros",
      "optional": false,
      "req": "^0.14.1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "kas-text",
      "optional": false,
      "req": "^0.6.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "linear-map",
      "optional": false,
      "req": "^1.2.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "log",
      "optional": false,
      "req": "^0.4",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "num_enum",
      "optional": false,
      "req": "^0.7.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "raw-window-handle",
      "optional": false,
      "req": "^0.5.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "ron",
      "optional": true,
      "package": "ron",
      "req": "^0.8.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "derive"
      ],
      "kind": "normal",
      "name": "serde",
      "optional": true,
      "req": "^1.0.123",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "serde_json",
      "optional": true,
      "req": "^1.0.61",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "serde_yaml",
      "optional": true,
      "req": "^0.9.9",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "smallvec",
      "optional": false,
      "req": "^1.6.1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "smithay-clipboard",
      "optional": true,
      "req": "^0.7.0",
      "target": "cfg(any(target_os=\"linux\", target_os=\"dragonfly\", target_os=\"freebsd\", target_os=\"netbsd\", target_os=\"openbsd\"))"
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "smol_str",
      "optional": false,
      "req": "^0.2.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "thiserror",
      "optional": false,
      "req": "^1.0.23",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "toml",
      "optional": true,
      "package": "toml",
      "req": "^0.8.2",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "unicode-segmentation",
      "optional": false,
      "req": "^1.7",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "rwh_05"
      ],
      "kind": "normal",
      "name": "winit",
      "optional": true,
      "req": "^0.29.2",
      "target": null
    }
  ],
  "features": {
    "harfbuzz": [
      "kas-text/harfbuzz"
    ],
    "internal_doc": [],
    "macros_log": [
      "kas-macros/log"
    ],
    "markdown": [
      "kas-text/markdown"
    ],
    "shaping": [
      "kas-text/shaping"
    ],
    "spec": [],
    "unsafe_node": []
  },
  "features2": {
    "clipboard": [
      "dep:arboard",
      "dep:smithay-clipboard"
    ],
    "dark-light": [
      "dep:dark-light"
    ],
    "json": [
      "serde",
      "dep:serde_json"
    ],
    "ron": [
      "serde",
      "dep:ron"
    ],
    "serde": [
      "dep:serde",
      "kas-text/serde",
      "winit?/serde"
    ],
    "spawn": [
      "dep:async-global-executor"
    ],
    "stable": [
      "winit",
      "x11",
      "wayland",
      "markdown",
      "yaml",
      "json",
      "ron",
      "shaping",
      "clipboard",
      "spawn",
      "dark-light",
      "serde"
    ],
    "toml": [
      "serde",
      "dep:toml"
    ],
    "wayland": [
      "winit?/wayland",
      "winit?/wayland-dlopen"
    ],
    "winit": [
      "dep:winit"
    ],
    "x11": [
      "winit?/x11"
    ],
    "yaml": [
      "serde",
      "dep:serde_yaml"
    ]
  },
  "index_path": "ka/s-/kas-core",
  "name": "kas-core",
  "pubtime": "2023-12-12T12:02:11Z",
  "v": 2,
  "vers": "0.14.1",
  "yanked": false
}
