elrond-wasm-output 0.6.2

Elrond WebAssembly panic handler and allocator declaration for the .wasm output
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
[[package]]
name = "arrayvec"
version = "0.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cff77d8686867eceff3105329d4698d96c2391c176d5d03adc90c7389162b5b8"

[[package]]
name = "cfg-if"
version = "0.1.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822"

[[package]]
name = "elrond-codec"
version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "574d14d2d6132ad921c9d8c04d5cfc1759185d8f58a02746a48c83691190b638"
dependencies = [
 "arrayvec",
 "wee_alloc",
]

[[package]]
name = "elrond-wasm"
version = "0.6.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9cb486803705a09a523fa90e77f9589bfdc7f747349ff18ea388081dbc797af3"
dependencies = [
 "arrayvec",
 "elrond-codec",
 "wee_alloc",
]

[[package]]
name = "elrond-wasm-node"
version = "0.6.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f74650db3fd6430a4b13646df9c7747db1090242348cced8af000ac0bdbbddf2"
dependencies = [
 "elrond-wasm",
]

[[package]]
name = "elrond-wasm-output"
version = "0.6.2"
dependencies = [
 "elrond-wasm-node",
 "wee_alloc",
]

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

[[package]]
name = "memory_units"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8452105ba047068f40ff7093dd1d9da90898e63dd61736462e9cdda6a90ad3c3"

[[package]]
name = "wee_alloc"
version = "0.4.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dbb3b5a6b2bb17cb6ad44a2e68a43e8d2722c997da10e928665c72ec6c0a0b8e"
dependencies = [
 "cfg-if",
 "libc",
 "memory_units",
 "winapi",
]

[[package]]
name = "winapi"
version = "0.3.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
dependencies = [
 "winapi-i686-pc-windows-gnu",
 "winapi-x86_64-pc-windows-gnu",
]

[[package]]
name = "winapi-i686-pc-windows-gnu"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"

[[package]]
name = "winapi-x86_64-pc-windows-gnu"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"