{
  "cksum": "d1dd6186c7f1ab82cbbabfe6fe21b019a270273c21fd5900451501b996e8131e",
  "crate_file": "devela-0.15.0.crate",
  "crate_url": "https://static.crates.io/crates/devela/devela-0.15.0.crate",
  "deps": [
    {
      "default_features": false,
      "features": [
        "fallback"
      ],
      "kind": "normal",
      "name": "atomic",
      "optional": true,
      "req": "^0.6.0",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "az",
      "optional": true,
      "req": "^1.2.1",
      "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": "depend",
      "optional": true,
      "package": "devela_depend",
      "req": "^0.1.1",
      "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": "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"
    ],
    "ascii": [],
    "ascii_unsafe": [
      "ascii",
      "unsafe_ascii"
    ],
    "async": [
      "future",
      "task"
    ],
    "async_unsafe": [
      "future_unsafe",
      "task_unsafe"
    ],
    "char": [],
    "char_unsafe": [
      "char",
      "unsafe_char"
    ],
    "cmp": [],
    "cmp_unsafe": [
      "cmp",
      "unsafe_cmp"
    ],
    "fmt": [],
    "fmt_unsafe": [
      "fmt",
      "unsafe_fmt"
    ],
    "future": [],
    "future_unsafe": [
      "future",
      "unsafe_future"
    ],
    "linux": [],
    "linux_unsafe": [
      "linux",
      "unsafe_linux"
    ],
    "nightly": [],
    "no_std": [],
    "num": [],
    "num_unsafe": [
      "num",
      "unsafe_num"
    ],
    "ops": [],
    "ops_unsafe": [
      "ops",
      "unsafe_ops"
    ],
    "option": [],
    "option_unsafe": [
      "option",
      "unsafe_option"
    ],
    "path": [],
    "path_unsafe": [
      "path",
      "unsafe_path"
    ],
    "result": [],
    "result_unsafe": [
      "result",
      "unsafe_result"
    ],
    "safe": [],
    "safest": [
      "safe"
    ],
    "slice": [],
    "slice_unsafe": [
      "slice",
      "unsafe_slice"
    ],
    "task": [],
    "task_unsafe": [
      "task",
      "unsafe_task"
    ],
    "term": [],
    "term_unsafe": [
      "term",
      "unsafe_term"
    ],
    "thread": [],
    "thread_unsafe": [
      "thread",
      "unsafe_thread"
    ],
    "unsafe": [
      "unsafe_any",
      "unsafe_ascii",
      "unsafe_char",
      "unsafe_cmp",
      "unsafe_codegen",
      "unsafe_convert",
      "unsafe_collections",
      "unsafe_fmt",
      "unsafe_future",
      "unsafe_mem",
      "unsafe_num",
      "unsafe_ops",
      "unsafe_option",
      "unsafe_os",
      "unsafe_path",
      "unsafe_result",
      "unsafe_slice",
      "unsafe_str",
      "unsafe_string",
      "unsafe_sync",
      "unsafe_task",
      "unsafe_thread"
    ],
    "unsafe_any": [],
    "unsafe_ascii": [],
    "unsafe_char": [],
    "unsafe_cmp": [],
    "unsafe_codegen": [],
    "unsafe_collections": [],
    "unsafe_convert": [],
    "unsafe_fmt": [],
    "unsafe_future": [],
    "unsafe_linux": [],
    "unsafe_mem": [],
    "unsafe_num": [],
    "unsafe_ops": [],
    "unsafe_option": [],
    "unsafe_os": [
      "unsafe_linux",
      "unsafe_term"
    ],
    "unsafe_path": [],
    "unsafe_result": [],
    "unsafe_slice": [],
    "unsafe_str": [],
    "unsafe_string": [],
    "unsafe_sync": [],
    "unsafe_task": [],
    "unsafe_term": [],
    "unsafe_thread": [],
    "unsafest": [
      "unsafe"
    ]
  },
  "features2": {
    "alloc": [
      "depend?/alloc",
      "bytemuck?/extern_crate_alloc"
    ],
    "atomic": [
      "dep:atomic"
    ],
    "az": [
      "dep:az"
    ],
    "bytemuck": [
      "dep:bytemuck"
    ],
    "codegen": [
      "depend?/devela_macros"
    ],
    "codegen_unsafe": [
      "codegen",
      "unsafe_codegen"
    ],
    "collections": [
      "depend?/hashbrown"
    ],
    "collections_unsafe": [
      "collections",
      "unsafe_collections"
    ],
    "const-str": [
      "dep:const-str"
    ],
    "convert": [
      "depend?/az"
    ],
    "convert_unsafe": [
      "convert",
      "unsafe_convert"
    ],
    "depend": [
      "dep:depend"
    ],
    "devela_macros": [
      "dep:devela_macros"
    ],
    "full": [
      "any",
      "ascii",
      "char",
      "cmp",
      "codegen",
      "collections",
      "convert",
      "fmt",
      "future",
      "mem",
      "num",
      "ops",
      "option",
      "path",
      "result",
      "slice",
      "str",
      "string",
      "sync",
      "task",
      "thread",
      "linux",
      "term"
    ],
    "full_unsafe": [
      "full",
      "unsafe"
    ],
    "fullest": [
      "full"
    ],
    "hashbrown": [
      "dep:hashbrown"
    ],
    "mem": [
      "depend?/bytemuck"
    ],
    "mem_unsafe": [
      "mem",
      "unsafe_mem"
    ],
    "nightly_docs": [
      "nightly",
      "full",
      "std",
      "unsafe",
      "depend"
    ],
    "portable-atomic": [
      "dep:portable-atomic"
    ],
    "std": [
      "alloc",
      "depend?/std",
      "atomic?/std",
      "bytemuck?/extern_crate_std"
    ],
    "str": [
      "depend?/const-str"
    ],
    "str_unsafe": [
      "str",
      "unsafe_str"
    ],
    "string": [
      "depend?/unicode-segmentation"
    ],
    "string_unsafe": [
      "string",
      "unsafe_string"
    ],
    "sync": [
      "depend?/atomic",
      "depend?/portable-atomic",
      "bytemuck?/zeroable_atomics"
    ],
    "sync_unsafe": [
      "sync",
      "unsafe_sync"
    ],
    "texts": [
      "ascii",
      "char",
      "fmt",
      "str",
      "string"
    ],
    "texts_unsafe": [
      "ascii_unsafe",
      "char_unsafe",
      "fmt_unsafe",
      "str_unsafe",
      "string_unsafe"
    ],
    "unicode-segmentation": [
      "dep:unicode-segmentation"
    ]
  },
  "index_path": "de/ve/devela",
  "name": "devela",
  "pubtime": "2023-10-19T17:48:55Z",
  "rust_version": "1.73.0",
  "v": 2,
  "vers": "0.15.0",
  "yanked": false
}
