Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
[[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 = "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.2"
dependencies = [
 "bytemuck",
 "chlorine",
 "libc",
 "tinyvec",
]