# This file is automatically @generated by Cargo. # It is not intended for manual editing. [[package]] name = "bytemuck" version = "1.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "37fa13df2292ecb479ec23aa06f4507928bef07839be9ef15281411076629431" [[package]] name = "chlorine" version = "1.0.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "630e95643487d924f3893142d4eedf0cd16d2eb848c3fe75d3cb23fa464bfb97" 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.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "46a29940196b909d4797875c05ebd35b12fafeb2a25a98288a77c3ac8b93199d" [[package]] name = "vanadium" version = "0.0.9" 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"