36 lines
840 B
Plaintext
Raw Normal View History

2024-08-23 13:00:22 -07:00
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3
2024-09-02 16:15:17 -07:00
[[package]]
name = "arrayvec"
version = "0.7.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7c02d123df017efcdfbd739ef81735b36c5ba83ec3c59c80a9d7ecc718f92e50"
2024-08-23 13:00:22 -07:00
[[package]]
name = "bnum"
2024-09-25 10:03:09 -07:00
version = "0.12.0"
2024-08-23 13:00:22 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-25 10:03:09 -07:00
checksum = "50202def95bf36cb7d1d7a7962cea1c36a3f8ad42425e5d2b71d7acb8041b5b8"
2024-08-23 13:00:22 -07:00
[[package]]
name = "fixed_wide"
version = "0.1.0"
dependencies = [
2024-09-02 16:15:17 -07:00
"arrayvec",
2024-08-23 13:00:22 -07:00
"bnum",
2024-09-02 16:35:01 -07:00
"paste",
2024-09-10 12:04:18 -07:00
"ratio_ops",
2024-08-23 13:00:22 -07:00
]
2024-09-02 16:35:01 -07:00
[[package]]
name = "paste"
version = "1.0.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a"
2024-09-10 12:04:18 -07:00
[[package]]
name = "ratio_ops"
version = "0.1.0"