linktime 0.13.0

Link-time tricks for Rust
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3

[[package]]
name = "ctor"
version = "0.13.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9ea839a64cc2b14d17e9426248b2b8783431e2dca0098fb3fffc1331eb63102a"
dependencies = [
 "linktime-proc-macro",
]

[[package]]
name = "dtor"
version = "0.13.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a5505d5915011c84cc6814f1496e6073cb0fd7e92c6d28d3ce8533007e6bfb56"
dependencies = [
 "linktime-proc-macro",
]

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

[[package]]
name = "libc-print"
version = "0.1.23"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a4a660208db49e35faf57b37484350f1a61072f2a5becf0592af6015d9ddd4b0"
dependencies = [
 "libc",
]

[[package]]
name = "link-section"
version = "0.13.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cf5e939a0c8c544a36b78af6f455fca6ecfb382c056465c6b7a4f5dc8699db86"
dependencies = [
 "linktime-proc-macro",
]

[[package]]
name = "linktime"
version = "0.13.0"
dependencies = [
 "ctor",
 "dtor",
 "libc-print",
 "link-section",
 "linktime-proc-macro",
]

[[package]]
name = "linktime-proc-macro"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a44cd706ff0d503ee32b2071166510ca27e281228de10cd3aa8d35ff94560f81"