# 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.56" name = "uninit" version = "0.6.2" authors = [ "Daniel Henry-Mantilla ", "Alyssa Haroldsen ", ] description = "A collection of tools for a safer usage of uninitialized memory" homepage = "https://crates.io/crates/uninit" documentation = "https://docs.rs/uninit" readme = "README.md" keywords = [ "uninit", "sound", "unsafe", "read", "MaybeUninit", ] categories = [ "memory-management", "rust-patterns", ] license = "Zlib OR MIT OR Apache-2.0" repository = "https://github.com/danielhenrymantilla/rust-uninit" [package.metadata.docs.rs] all-features = true rustc-args = [ "-C", "opt-level=2", ] [dependencies.zerocopy] version = ">=0.1,<0.8" optional = true default-features = false [features] alloc = [] better-docs = ["nightly"] chain = [] default = ["std"] nightly = [] specialization = ["nightly"] std = ["alloc"]