58 lines
1.6 KiB
TOML
58 lines
1.6 KiB
TOML
# This file is automatically @generated by Cargo.
|
|
# It is not intended for manual editing.
|
|
[[package]]
|
|
name = "bitflags"
|
|
version = "1.2.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693"
|
|
|
|
[[package]]
|
|
name = "cc"
|
|
version = "1.0.48"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "f52a465a666ca3d838ebbf08b241383421412fe7ebb463527bba275526d89f76"
|
|
|
|
[[package]]
|
|
name = "cpc"
|
|
version = "1.1.0"
|
|
dependencies = [
|
|
"decimal",
|
|
]
|
|
|
|
[[package]]
|
|
name = "decimal"
|
|
version = "2.0.4"
|
|
source = "git+https://github.com/probablykasper/decimal-uninit-fix-mirror?branch=uninit-fix#c0b91e05523b77705367f9e769cef335c004086a"
|
|
dependencies = [
|
|
"bitflags",
|
|
"cc",
|
|
"libc",
|
|
"ord_subset",
|
|
"rustc-serialize",
|
|
"serde",
|
|
]
|
|
|
|
[[package]]
|
|
name = "libc"
|
|
version = "0.2.66"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "d515b1f41455adea1313a4a2ac8a8a477634fbae63cc6100e3aebb207ce61558"
|
|
|
|
[[package]]
|
|
name = "ord_subset"
|
|
version = "3.1.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "d7ce14664caf5b27f5656ff727defd68ae1eb75ef3c4d95259361df1eb376bef"
|
|
|
|
[[package]]
|
|
name = "rustc-serialize"
|
|
version = "0.3.24"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "dcf128d1287d2ea9d80910b5f1120d0b8eede3fbf1abe91c40d39ea7d51e6fda"
|
|
|
|
[[package]]
|
|
name = "serde"
|
|
version = "1.0.103"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "1217f97ab8e8904b57dd22eb61cde455fa7446a9c1cf43966066da047c1f3702"
|