# 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.65.0" name = "maybe-dangling" version = "0.1.1" authors = ["Daniel Henry-Mantilla "] description = "`ManuallyDrop` and `MaybeDangling` semantics in stable Rust as per https://github.com/rust-lang/rfcs/pull/3336" documentation = "https://docs.rs/maybe-dangling" readme = "README.md" keywords = [ "unsafe", "dangling", "aliasing", "dereferenceable", "manuallydrop", ] license = "Zlib OR MIT OR Apache-2.0" repository = "https://github.com/danielhenrymantilla/maybe-dangling.rs" [package.metadata.docs.rs] features = ["docs-rs"] rustdoc-args = [ "--html-before-content", "fix-docsrs-li-details-summary.html", ] [dependencies] [dev-dependencies] [features] better-docs = [] default = [] docs-rs = ["better-docs"] nightly-dropck_eyepatch = [] ui-tests = ["better-docs"]