[[package]]
name = "bytemuck"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fe8d506cf580b813b52e2ff73ea8e96df94c3842ec3ab5278be2cbdd196d91f7"
[[package]]
name = "chlorine"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "94c02b62f201685c303766cf4eacc9ad55a98d1bf833ff0f67ecf01f1f4e08f0"
dependencies = [
"libc",
]
[[package]]
name = "fenestroj"
version = "0.0.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9dc34bd06965746c814111fc6a7ebd6b363081191175c855496181cd4205ab81"
dependencies = [
"chlorine",
"winapi",
]
[[package]]
name = "libc"
version = "0.2.66"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d515b1f41455adea1313a4a2ac8a8a477634fbae63cc6100e3aebb207ce61558"
[[package]]
name = "tinyvec"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f29f70311c3933edc7414ffc7a52c30195d9680d860e2dcea6e443aba0fb579f"
[[package]]
name = "vanadium"
version = "0.0.6"
dependencies = [
"bytemuck",
"chlorine",
"fenestroj",
"libc",
"tinyvec",
]
[[package]]
name = "winapi"
version = "0.3.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8093091eeb260906a183e6ae1abdba2ef5ef2257a21801128899c3fc699229c6"
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"