{
  "cksum": "d6b4742e6946a788b58f71a1542fbfb9f3e53e1611b7b65d052320805d72c480",
  "crate_file": "chromata-0.3.0.crate",
  "crate_url": "https://static.crates.io/crates/chromata/chromata-0.3.0.crate",
  "deps": [
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "bevy_color",
      "optional": true,
      "req": "^0.16",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "colored",
      "optional": true,
      "req": "^3",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "custom_styling"
      ],
      "kind": "normal",
      "name": "comfy-table",
      "optional": true,
      "req": "^7",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "crossterm",
      "optional": true,
      "req": "^0.29.0",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "cursive_core",
      "optional": true,
      "req": "^0.4",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "egui",
      "optional": true,
      "req": "^0.34.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "iced_core",
      "optional": true,
      "req": "^0.14.0",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "png"
      ],
      "kind": "normal",
      "name": "image",
      "optional": true,
      "req": "^0.25",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "dev",
      "name": "insta",
      "optional": false,
      "req": "^1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "libm",
      "optional": false,
      "req": "^0.2.16",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "macroquad",
      "optional": true,
      "req": "^0.4",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "owo-colors",
      "optional": true,
      "req": "^4",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "std"
      ],
      "kind": "normal",
      "name": "palette",
      "optional": true,
      "req": "^0.7",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "svg_backend"
      ],
      "kind": "normal",
      "name": "plotters",
      "optional": true,
      "req": "^0.3",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "dev",
      "name": "proptest",
      "optional": false,
      "req": "^1",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "ratatui",
      "optional": true,
      "req": "^0.30.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "derive"
      ],
      "kind": "normal",
      "name": "serde",
      "optional": true,
      "req": "^1.0.228",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "dev",
      "name": "serde_json",
      "optional": false,
      "req": "^1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "slint",
      "optional": true,
      "req": "^1",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "syntect",
      "optional": true,
      "req": "^5",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "termion",
      "optional": true,
      "req": "^4",
      "target": "cfg(unix)"
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "tiny-skia",
      "optional": true,
      "req": "^0.11",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "wgpu",
      "optional": true,
      "req": "^25",
      "target": null
    }
  ],
  "features": {
    "all": [
      "popular",
      "base16",
      "base24",
      "vim",
      "emacs"
    ],
    "base16": [],
    "base24": [],
    "default": [
      "popular"
    ],
    "emacs": [],
    "popular": [],
    "vim": []
  },
  "features2": {
    "bevy-color-integration": [
      "dep:bevy_color"
    ],
    "colored-integration": [
      "dep:colored"
    ],
    "comfy-table-integration": [
      "dep:comfy-table"
    ],
    "crossterm-integration": [
      "dep:crossterm"
    ],
    "cursive-integration": [
      "dep:cursive_core"
    ],
    "egui-integration": [
      "dep:egui"
    ],
    "iced-integration": [
      "dep:iced_core"
    ],
    "image-integration": [
      "dep:image"
    ],
    "macroquad-integration": [
      "dep:macroquad"
    ],
    "owo-colors-integration": [
      "dep:owo-colors"
    ],
    "palette-integration": [
      "dep:palette"
    ],
    "plotters-integration": [
      "dep:plotters"
    ],
    "ratatui-integration": [
      "dep:ratatui"
    ],
    "serde-support": [
      "dep:serde"
    ],
    "slint-integration": [
      "dep:slint"
    ],
    "syntect-integration": [
      "dep:syntect"
    ],
    "termion-integration": [
      "dep:termion"
    ],
    "tiny-skia-integration": [
      "dep:tiny-skia"
    ],
    "wgpu-integration": [
      "dep:wgpu"
    ]
  },
  "index_path": "ch/ro/chromata",
  "name": "chromata",
  "pubtime": "2026-03-28T21:29:49Z",
  "rust_version": "1.85",
  "v": 2,
  "vers": "0.3.0",
  "yanked": false
}
