{
  "cksum": "51bab9f870a41c2ca9bc6a7b6f54c2f13f5db351975e6b9d9da4c1bdf7f784c7",
  "crate_file": "devela-0.17.0.crate",
  "crate_url": "https://static.crates.io/crates/devela/devela-0.17.0.crate",
  "deps": [
    {
      "default_features": false,
      "features": [
        "fallback"
      ],
      "kind": "normal",
      "name": "atomic",
      "optional": true,
      "req": "^0.6.0",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "align_offset",
        "min_const_generics",
        "must_cast",
        "zeroable_maybe_uninit"
      ],
      "kind": "normal",
      "name": "bytemuck",
      "optional": true,
      "req": "^1.14.0",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "const-str",
      "optional": true,
      "req": "^0.5.6",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "dep",
      "optional": true,
      "package": "devela_depend",
      "req": "^0.1.2",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "devela_macros",
      "optional": true,
      "req": "^0.7.0",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "ahash",
        "inline-more"
      ],
      "kind": "normal",
      "name": "hashbrown",
      "optional": true,
      "req": "^0.14.1",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "libm",
      "optional": true,
      "req": "^0.2.8",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "paste_crate",
      "optional": false,
      "package": "paste",
      "req": "^1.0.14",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "fallback",
        "float"
      ],
      "kind": "normal",
      "name": "portable-atomic",
      "optional": true,
      "req": "^1.4.3",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "unicode-segmentation",
      "optional": true,
      "req": "^1.10.1",
      "target": null
    }
  ],
  "features": {
    "any": [],
    "any_unsafe": [
      "any",
      "unsafe_any"
    ],
    "color": [],
    "color_unsafe": [
      "color",
      "unsafe_color"
    ],
    "linux": [],
    "linux_unsafe": [
      "linux",
      "unsafe_linux"
    ],
    "nightly": [],
    "num": [],
    "num_unsafe": [
      "num",
      "unsafe_num"
    ],
    "ops": [],
    "ops_unsafe": [
      "ops",
      "unsafe_ops"
    ],
    "path": [],
    "path_unsafe": [
      "path",
      "unsafe_path"
    ],
    "result": [],
    "result_unsafe": [
      "result",
      "unsafe_result"
    ],
    "safe": [],
    "safest": [
      "safe"
    ],
    "term": [],
    "term_unsafe": [
      "term",
      "unsafe_term"
    ],
    "time": [],
    "time_unsafe": [
      "time",
      "unsafe_time"
    ],
    "unsafe": [
      "unsafe_any",
      "unsafe_color",
      "unsafe_data",
      "unsafe_mem",
      "unsafe_meta",
      "unsafe_num",
      "unsafe_ops",
      "unsafe_os",
      "unsafe_path",
      "unsafe_result",
      "unsafe_task",
      "unsafe_text",
      "unsafe_time"
    ],
    "unsafe_any": [],
    "unsafe_color": [],
    "unsafe_data": [],
    "unsafe_linux": [],
    "unsafe_mem": [],
    "unsafe_meta": [],
    "unsafe_num": [],
    "unsafe_ops": [],
    "unsafe_os": [
      "unsafe_linux",
      "unsafe_term"
    ],
    "unsafe_path": [],
    "unsafe_result": [],
    "unsafe_task": [],
    "unsafe_term": [],
    "unsafe_text": [],
    "unsafe_time": [],
    "unsafest": [
      "unsafe"
    ]
  },
  "features2": {
    "alloc": [
      "dep?/alloc",
      "bytemuck?/extern_crate_alloc"
    ],
    "atomic": [
      "dep:atomic"
    ],
    "bytemuck": [
      "dep:bytemuck"
    ],
    "const-str": [
      "dep:const-str"
    ],
    "data": [
      "dep?/hashbrown"
    ],
    "data_unsafe": [
      "data",
      "unsafe_data"
    ],
    "dep": [
      "dep:dep"
    ],
    "devela_macros": [
      "dep:devela_macros"
    ],
    "full": [
      "any",
      "color",
      "data",
      "mem",
      "meta",
      "num",
      "path",
      "ops",
      "result",
      "task",
      "text",
      "time",
      "linux",
      "term"
    ],
    "full_unsafe": [
      "full",
      "unsafe"
    ],
    "fullest": [
      "full"
    ],
    "hashbrown": [
      "dep:hashbrown"
    ],
    "libm": [
      "dep:libm"
    ],
    "mem": [
      "dep?/bytemuck"
    ],
    "mem_unsafe": [
      "mem",
      "unsafe_mem"
    ],
    "meta": [
      "dep?/devela_macros"
    ],
    "meta_unsafe": [
      "meta",
      "unsafe_meta"
    ],
    "no_std": [
      "dep?/libm"
    ],
    "portable-atomic": [
      "dep:portable-atomic"
    ],
    "std": [
      "alloc",
      "dep?/std",
      "atomic?/std",
      "bytemuck?/extern_crate_std"
    ],
    "task": [
      "dep?/atomic",
      "dep?/portable-atomic",
      "bytemuck?/zeroable_atomics"
    ],
    "task_unsafe": [
      "task",
      "unsafe_task"
    ],
    "text": [
      "dep?/const-str",
      "dep?/unicode-segmentation"
    ],
    "text_unsafe": [
      "text",
      "unsafe_text"
    ],
    "unicode-segmentation": [
      "dep:unicode-segmentation"
    ]
  },
  "index_path": "de/ve/devela",
  "name": "devela",
  "pubtime": "2023-10-27T22:01:30Z",
  "rust_version": "1.73.0",
  "v": 2,
  "vers": "0.17.0",
  "yanked": false
}
