{
  "cksum": "ac90b0ce8c388a30f5f7609ca923815d081e226622f2f0657d72f93f4dfaf5e9",
  "crate_file": "devela-0.14.0.crate",
  "crate_url": "https://static.crates.io/crates/devela/devela-0.14.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": [],
      "kind": "normal",
      "name": "bytemuck",
      "optional": true,
      "req": "^1.13.1",
      "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": "devela_macros",
      "optional": true,
      "req": "^0.6.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
    }
  ],
  "features": {
    "ascii": [],
    "ascii_unsafe": [
      "ascii",
      "unsafe_ascii"
    ],
    "char": [],
    "char_unsafe": [
      "char",
      "unsafe_char"
    ],
    "chars": [
      "ascii",
      "char"
    ],
    "chars_unsafe": [
      "ascii_unsafe",
      "char_unsafe"
    ],
    "cmp": [],
    "cmp_unsafe": [
      "cmp",
      "unsafe_cmp"
    ],
    "codegen": [
      "devela_macros"
    ],
    "codegen_unsafe": [
      "codegen",
      "unsafe_codegen"
    ],
    "convert": [
      "az"
    ],
    "convert_unsafe": [
      "convert",
      "unsafe_convert"
    ],
    "default": [],
    "fmt": [],
    "fmt_unsafe": [
      "fmt",
      "unsafe_fmt"
    ],
    "full": [
      "ascii",
      "char",
      "cmp",
      "codegen",
      "convert",
      "fmt",
      "mem",
      "num",
      "ops",
      "option",
      "os",
      "path",
      "result",
      "slice",
      "str",
      "string",
      "sync",
      "thread"
    ],
    "full_unsafe": [
      "full",
      "unsafe"
    ],
    "fullest": [
      "full"
    ],
    "lean": [
      "ascii",
      "codegen",
      "convert",
      "fmt",
      "ops",
      "option",
      "result",
      "slice",
      "str"
    ],
    "lean_unsafe": [
      "ascii_unsafe",
      "convert_unsafe",
      "fmt_unsafe",
      "ops_unsafe",
      "option_unsafe",
      "result_unsafe",
      "slice_unsafe",
      "str_unsafe"
    ],
    "leanest": [
      "lean"
    ],
    "linux": [
      "os"
    ],
    "linux_unsafe": [
      "linux",
      "unsafe_linux"
    ],
    "mem": [
      "bytemuck"
    ],
    "mem_unsafe": [
      "mem",
      "unsafe_mem"
    ],
    "nightly": [],
    "no_std": [],
    "num": [],
    "num_unsafe": [
      "num",
      "unsafe_num"
    ],
    "ops": [],
    "ops_unsafe": [
      "ops",
      "unsafe_ops"
    ],
    "option": [],
    "option_unsafe": [
      "option",
      "unsafe_option"
    ],
    "os": [],
    "os_unsafe": [
      "os",
      "unsafe_os"
    ],
    "path": [],
    "path_unsafe": [
      "path",
      "unsafe_path"
    ],
    "result": [],
    "result_unsafe": [
      "result",
      "unsafe_result"
    ],
    "safe": [],
    "safest": [
      "safe"
    ],
    "slice": [],
    "slice_unsafe": [
      "slice",
      "unsafe_slice"
    ],
    "str": [
      "const-str"
    ],
    "str_unsafe": [
      "str",
      "unsafe_str"
    ],
    "string": [],
    "string_unsafe": [
      "string",
      "unsafe_string"
    ],
    "strings": [
      "str",
      "string"
    ],
    "strings_unsafe": [
      "str_unsafe",
      "string_unsafe"
    ],
    "sync": [
      "atomic",
      "portable-atomic"
    ],
    "sync_unsafe": [
      "sync",
      "unsafe_sync"
    ],
    "texts": [
      "chars",
      "strings",
      "fmt"
    ],
    "texts_unsafe": [
      "chars_unsafe",
      "strings_unsafe",
      "fmt_unsafe"
    ],
    "thread": [],
    "thread_unsafe": [
      "thread",
      "unsafe_thread"
    ],
    "unsafe": [
      "unsafe_ascii",
      "unsafe_char",
      "unsafe_cmp",
      "unsafe_codegen",
      "unsafe_convert",
      "unsafe_fmt",
      "unsafe_mem",
      "unsafe_num",
      "unsafe_ops",
      "unsafe_os",
      "unsafe_option",
      "unsafe_path",
      "unsafe_result",
      "unsafe_slice",
      "unsafe_str",
      "unsafe_string",
      "unsafe_sync",
      "unsafe_thread"
    ],
    "unsafe_ascii": [],
    "unsafe_char": [],
    "unsafe_cmp": [],
    "unsafe_codegen": [],
    "unsafe_convert": [],
    "unsafe_fmt": [],
    "unsafe_linux": [],
    "unsafe_mem": [],
    "unsafe_num": [],
    "unsafe_ops": [],
    "unsafe_option": [],
    "unsafe_os": [
      "unsafe_linux"
    ],
    "unsafe_path": [],
    "unsafe_result": [],
    "unsafe_slice": [],
    "unsafe_str": [],
    "unsafe_string": [],
    "unsafe_sync": [],
    "unsafe_thread": [],
    "unsafest": [
      "unsafe"
    ]
  },
  "features2": {
    "alloc": [
      "bytemuck?/extern_crate_alloc"
    ],
    "nightly_docs": [
      "nightly",
      "full",
      "std",
      "unsafe",
      "linux"
    ],
    "std": [
      "alloc",
      "atomic?/std",
      "bytemuck?/extern_crate_std"
    ]
  },
  "index_path": "de/ve/devela",
  "name": "devela",
  "pubtime": "2023-10-04T09:48:14Z",
  "rust_version": "1.72.1",
  "v": 2,
  "vers": "0.14.0",
  "yanked": false
}
