# 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 = "2018" name = "pin-init" version = "0.2.0" authors = ["Gary Guo "] description = "Safe pinned-initialization in Rust\n" keywords = ["pin", "macros", "attribute"] categories = ["no-std", "rust-patterns"] license = "Apache-2.0 OR MIT" repository = "https://github.com/nbdd0121/pin-init" [package.metadata.docs.rs] all-features = true rustdoc-args = ["--cfg", "doc_cfg"] targets = ["x86_64-unknown-linux-gnu"] [dependencies.pin-init-internal] version = "=0.2.0" [dev-dependencies.libc] version = "0.2" [dev-dependencies.pin-project] version = "1" [features] alloc = [] alloc_pin_with = ["alloc"] alloc_try_pin_with = ["alloc"] default = ["alloc", "alloc_pin_with"]