pinned-init 0.0.5

Library to facilitate safe pinned initialization
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3

[[package]]
name = "libc"
version = "0.2.135"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "68783febc7782c6c5cb401fbda4de5a9898be1762314da0bb2c10ced61f18b0c"

[[package]]
name = "pinned-init"
version = "0.0.5"
dependencies = [
 "libc",
 "pinned-init-macro",
]

[[package]]
name = "pinned-init-macro"
version = "0.0.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0e4a0df9b8e65a9e2ff68ca4daefe44fbf0a04a0518d4bb6231f3d43290ed135"
dependencies = [
 "proc-macro2",
 "quote",
]

[[package]]
name = "proc-macro2"
version = "1.0.51"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5d727cae5b39d21da60fa540906919ad737832fe0b1c165da3a34d6548c849d6"
dependencies = [
 "unicode-ident",
]

[[package]]
name = "quote"
version = "1.0.23"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8856d8364d252a14d474036ea1358d63c9e6965c8e5c1885c18f73d70bff9c7b"
dependencies = [
 "proc-macro2",
]

[[package]]
name = "unicode-ident"
version = "1.0.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e5464a87b239f13a63a501f2701565754bae92d243d4bb7eb12f6d57d2269bf4"