79 lines
1.9 KiB
TOML
79 lines
1.9 KiB
TOML
# This file is automatically @generated by Cargo.
|
|
# It is not intended for manual editing.
|
|
version = 3
|
|
|
|
[[package]]
|
|
name = "az"
|
|
version = "1.2.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "7b7e4c2464d97fe331d41de9d5db0def0a96f4d823b8b32a2efd503578988973"
|
|
|
|
[[package]]
|
|
name = "bnum"
|
|
version = "0.11.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "3e31ea183f6ee62ac8b8a8cf7feddd766317adfb13ff469de57ce033efd6a790"
|
|
|
|
[[package]]
|
|
name = "bytemuck"
|
|
version = "1.17.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "6fd4c6dcc3b0aea2f5c0b4b82c2b15fe39ddbc76041a310848f4706edf76bb31"
|
|
|
|
[[package]]
|
|
name = "cfg-if"
|
|
version = "1.0.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
|
|
|
|
[[package]]
|
|
name = "crunchy"
|
|
version = "0.2.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "7a81dae078cea95a014a339291cec439d2f232ebe854a9d672b796c6afafa9b7"
|
|
|
|
[[package]]
|
|
name = "fixed"
|
|
version = "1.28.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "85c6e0b89bf864acd20590dbdbad56f69aeb898abfc9443008fd7bd48b2cc85a"
|
|
dependencies = [
|
|
"az",
|
|
"bytemuck",
|
|
"half",
|
|
"typenum",
|
|
]
|
|
|
|
[[package]]
|
|
name = "fixed_linear_algebra"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"fixed",
|
|
"fixed_wide",
|
|
]
|
|
|
|
[[package]]
|
|
name = "fixed_wide"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"bnum",
|
|
"fixed",
|
|
"typenum",
|
|
]
|
|
|
|
[[package]]
|
|
name = "half"
|
|
version = "2.4.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "6dd08c532ae367adf81c312a4580bc67f1d0fe8bc9c460520283f4c0ff277888"
|
|
dependencies = [
|
|
"cfg-if",
|
|
"crunchy",
|
|
]
|
|
|
|
[[package]]
|
|
name = "typenum"
|
|
version = "1.17.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825"
|