# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" rust-version = "1.75" name = "maybe-uninit-ext" version = "0.6.0" authors = ["wackbyte "] include = [ "/README.md", "/UNLICENSE", "/CHANGELOG.md", "/src", ] description = "Extended maybe-uninit types" readme = "README.md" keywords = [ "maybe-uninit", "safe", "uninit", "unsafe", ] categories = [ "no-std", "no-std::no-alloc", "rust-patterns", ] license = "Unlicense" repository = "https://gitlab.com/wackbyte/maybe-uninit-ext" [dependencies.qualifier_attr] version = "0.1" optional = true [features] nightly = ["dep:qualifier_attr"]