version = 3
[[package]]
name = "ctor"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f7335955a5f85f95f3188623240e081e7b2059a8ad1bae68944b7cfdd718fb10"
dependencies = [
"linktime-proc-macro",
]
[[package]]
name = "dtor"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "28bbca46d741260734f34c4399a572923cc477a4401ae7ffff13d9f7ca4bb675"
dependencies = [
"linktime-proc-macro",
]
[[package]]
name = "libc"
version = "0.2.186"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "68ab91017fe16c622486840e4c83c9a37afeff978bd239b5293d61ece587de66"
[[package]]
name = "libc-print"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8115323750f8cfc82d71bf6e518498e00bd5ce6e14b1f05938a2d67b688bf4e5"
dependencies = [
"libc",
]
[[package]]
name = "link-section"
version = "0.14.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "54c7c88c2c8c491dfc3784b76afb20b08b07e8a175016126b3aedfdf4c42b254"
dependencies = [
"linktime-proc-macro",
]
[[package]]
name = "linktime"
version = "0.14.1"
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"