cryptools-mirror/Cargo.lock

1199 lines
30 KiB
Plaintext
Raw Normal View History

2020-12-01 04:29:40 +00:00
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3
[[package]]
name = "ahash"
version = "0.7.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fcb51a0695d8f838b1ee009b3fbf66bda078cd64590202a864a8f3e8c4315c47"
dependencies = [
"getrandom",
"once_cell",
"version_check",
]
[[package]]
name = "ahash"
version = "0.8.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2c99f64d1e06488f620f932677e24bc6e2897582980441ae90a671415bd7ec2f"
dependencies = [
"cfg-if 1.0.0",
"once_cell",
"version_check",
]
2020-12-01 04:29:40 +00:00
[[package]]
2023-10-19 18:37:46 +00:00
name = "android-tzdata"
version = "0.1.1"
2020-12-01 04:29:40 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-19 18:37:46 +00:00
checksum = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0"
2020-12-01 04:29:40 +00:00
[[package]]
2023-10-19 18:37:46 +00:00
name = "android_system_properties"
version = "0.1.5"
2020-12-01 04:29:40 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-19 18:37:46 +00:00
checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
2020-12-01 04:29:40 +00:00
dependencies = [
2023-10-19 18:37:46 +00:00
"libc",
2020-12-01 04:29:40 +00:00
]
[[package]]
name = "ansi_term"
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ee49baf6cb617b853aa8d93bf420db2383fab46d314482ca2803b40d5fde979b"
dependencies = [
"winapi",
]
[[package]]
name = "arrayvec"
version = "0.7.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "96d30a06541fbafbc7f82ed10c06164cfbd2c401138f6addd8404629c4b16711"
2020-12-01 04:29:40 +00:00
[[package]]
name = "atty"
version = "0.2.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
dependencies = [
"hermit-abi",
"libc",
"winapi",
]
[[package]]
name = "autocfg"
2023-10-19 18:37:46 +00:00
version = "1.1.0"
2020-12-01 04:29:40 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-19 18:37:46 +00:00
checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
2020-12-01 04:29:40 +00:00
[[package]]
name = "bitflags"
2023-10-19 18:37:46 +00:00
version = "1.3.2"
2020-12-01 04:29:40 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-19 18:37:46 +00:00
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
2020-12-01 04:29:40 +00:00
[[package]]
2023-10-19 18:37:46 +00:00
name = "bitflags"
version = "2.4.1"
2020-12-01 04:29:40 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-19 18:37:46 +00:00
checksum = "327762f6e5a765692301e5bb513e0d9fef63be86bbc14528052b1cd3e6f03e07"
2020-12-01 04:29:40 +00:00
[[package]]
name = "bitvec"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1bc2832c24239b0141d5674bb9174f9d68a8b5b3f2753311927c172ca46f7e9c"
dependencies = [
"funty",
"radium",
"tap",
"wyz",
]
[[package]]
name = "borsh"
version = "0.10.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4114279215a005bc675e386011e594e1d9b800918cea18fcadadcce864a2046b"
dependencies = [
"borsh-derive",
"hashbrown 0.13.2",
]
[[package]]
name = "borsh-derive"
version = "0.10.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0754613691538d51f329cce9af41d7b7ca150bc973056f1156611489475f54f7"
dependencies = [
"borsh-derive-internal",
"borsh-schema-derive-internal",
"proc-macro-crate",
"proc-macro2 1.0.69",
"syn 1.0.109",
]
[[package]]
name = "borsh-derive-internal"
version = "0.10.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "afb438156919598d2c7bad7e1c0adf3d26ed3840dbc010db1a882a65583ca2fb"
dependencies = [
"proc-macro2 1.0.69",
"quote 1.0.33",
"syn 1.0.109",
]
[[package]]
name = "borsh-schema-derive-internal"
version = "0.10.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "634205cc43f74a1b9046ef87c4540ebda95696ec0f315024860cad7c5b0f5ccd"
dependencies = [
"proc-macro2 1.0.69",
"quote 1.0.33",
"syn 1.0.109",
]
2020-12-01 04:29:40 +00:00
[[package]]
2023-10-19 18:37:46 +00:00
name = "bumpalo"
version = "3.14.0"
2020-12-01 04:29:40 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-19 18:37:46 +00:00
checksum = "7f30e7476521f6f8af1a1c4c0b8cc94f0bee37d91763d0ca2665f299b6cd8aec"
2020-12-01 04:29:40 +00:00
[[package]]
name = "bytecheck"
version = "0.6.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8b6372023ac861f6e6dc89c8344a8f398fb42aaba2b5dbc649ca0c0e9dbcb627"
dependencies = [
"bytecheck_derive",
"ptr_meta",
"simdutf8",
]
[[package]]
name = "bytecheck_derive"
version = "0.6.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a7ec4c6f261935ad534c0c22dbef2201b45918860eb1c574b972bd213a76af61"
dependencies = [
"proc-macro2 1.0.69",
"quote 1.0.33",
"syn 1.0.109",
]
[[package]]
name = "bytes"
version = "1.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a2bd12c1caf447e69cd4528f47f94d203fd2582878ecb9e9465484c4148a8223"
2020-12-01 04:29:40 +00:00
[[package]]
name = "cassowary"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "df8670b8c7b9dae1793364eafadf7239c40d669904660c5960d74cfd80b46a53"
[[package]]
name = "cc"
2023-10-19 18:37:46 +00:00
version = "1.0.83"
2020-12-01 04:29:40 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-19 18:37:46 +00:00
checksum = "f1174fb0b6ec23863f8b971027804a42614e347eafb0a95bf0b12cdae21fc4d0"
dependencies = [
"libc",
]
2020-12-01 04:29:40 +00:00
[[package]]
name = "cfg-if"
version = "0.1.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822"
[[package]]
name = "cfg-if"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
[[package]]
name = "chrono"
2023-10-19 18:37:46 +00:00
version = "0.4.31"
2020-12-01 04:29:40 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-19 18:37:46 +00:00
checksum = "7f2c685bad3eb3d45a01354cedb7d5faa66194d1d58ba6e267a8de788f79db38"
2020-12-01 04:29:40 +00:00
dependencies = [
2023-10-19 18:37:46 +00:00
"android-tzdata",
"iana-time-zone",
"js-sys",
2020-12-01 04:29:40 +00:00
"num-traits",
"serde",
2023-10-19 18:37:46 +00:00
"wasm-bindgen",
"windows-targets",
2020-12-01 04:29:40 +00:00
]
[[package]]
name = "clap"
version = "2.33.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "37e58ac78573c40708d45522f0d80fa2f01cc4f9b4e2bf749807255454312002"
dependencies = [
"ansi_term",
"atty",
2023-10-19 18:37:46 +00:00
"bitflags 1.3.2",
2020-12-01 04:29:40 +00:00
"strsim",
"textwrap",
"unicode-width",
"vec_map",
]
[[package]]
2023-10-19 18:37:46 +00:00
name = "clipboard-win"
version = "4.5.0"
2020-12-01 04:29:40 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-19 18:37:46 +00:00
checksum = "7191c27c2357d9b7ef96baac1773290d4ca63b24205b82a3fd8a0637afcf0362"
dependencies = [
"error-code",
"str-buf",
"winapi",
]
2020-12-01 04:29:40 +00:00
[[package]]
2023-10-19 18:37:46 +00:00
name = "core-foundation-sys"
version = "0.8.4"
2020-12-01 04:29:40 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-19 18:37:46 +00:00
checksum = "e496a50fda8aacccc86d7529e2c1e0892dbd0f898a6b5645b5561b89c3210efa"
2020-12-01 04:29:40 +00:00
[[package]]
name = "crptls"
2023-10-19 21:17:51 +00:00
version = "0.2.2"
2020-12-01 04:29:40 +00:00
dependencies = [
"chrono",
"csv",
"rust_decimal",
"rust_decimal_macros",
2020-12-01 04:29:40 +00:00
"serde",
"serde_derive",
"time",
]
[[package]]
name = "cryptools"
2023-10-19 21:17:51 +00:00
version = "0.12.2"
2020-12-01 04:29:40 +00:00
dependencies = [
"chrono",
"crptls",
"csv",
"dotenv",
"rust_decimal",
"rust_decimal_macros",
2020-12-01 04:29:40 +00:00
"rustyline",
"structopt",
"termion",
"tui",
]
[[package]]
name = "csv"
2023-10-19 18:37:46 +00:00
version = "1.3.0"
2020-12-01 04:29:40 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-19 18:37:46 +00:00
checksum = "ac574ff4d437a7b5ad237ef331c17ccca63c46479e5b5453eb8e10bb99a759fe"
2020-12-01 04:29:40 +00:00
dependencies = [
"csv-core",
"itoa",
"ryu",
"serde",
]
[[package]]
name = "csv-core"
2023-10-19 18:37:46 +00:00
version = "0.1.11"
2020-12-01 04:29:40 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-19 18:37:46 +00:00
checksum = "5efa2b3d7902f4b634a20cae3c9c4e6209dc4779feb6863329607560143efa70"
2020-12-01 04:29:40 +00:00
dependencies = [
"memchr",
]
[[package]]
2023-10-19 18:37:46 +00:00
name = "deranged"
version = "0.3.9"
2020-12-01 04:29:40 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-19 18:37:46 +00:00
checksum = "0f32d04922c60427da6f9fef14d042d9edddef64cb9d4ce0d64d0685fbeb1fd3"
2020-12-01 04:29:40 +00:00
dependencies = [
2023-10-19 18:37:46 +00:00
"powerfmt",
2020-12-01 04:29:40 +00:00
]
[[package]]
name = "dotenv"
2023-10-19 18:37:46 +00:00
version = "0.15.0"
2020-12-01 04:29:40 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-19 18:37:46 +00:00
checksum = "77c90badedccf4105eca100756a0b1289e191f6fcbdadd3cee1d2f614f97da8f"
2020-12-01 04:29:40 +00:00
[[package]]
name = "either"
2023-10-19 18:37:46 +00:00
version = "1.9.0"
2020-12-01 04:29:40 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-19 18:37:46 +00:00
checksum = "a26ae43d7bcc3b814de94796a5e736d4029efb0ee900c12e2d54c993ad1a1e07"
2020-12-01 04:29:40 +00:00
[[package]]
2023-10-19 18:37:46 +00:00
name = "endian-type"
version = "0.1.2"
2020-12-01 04:29:40 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-19 18:37:46 +00:00
checksum = "c34f04666d835ff5d62e058c3995147c06f42fe86ff053337632bca83e42702d"
2020-12-01 04:29:40 +00:00
[[package]]
2023-10-19 18:37:46 +00:00
name = "errno"
version = "0.3.5"
2020-12-01 04:29:40 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-19 18:37:46 +00:00
checksum = "ac3e13f66a2f95e32a39eaa81f6b95d42878ca0e1db0c7543723dfe12557e860"
2020-12-01 04:29:40 +00:00
dependencies = [
2023-10-19 18:37:46 +00:00
"libc",
"windows-sys",
2020-12-01 04:29:40 +00:00
]
[[package]]
2023-10-19 18:37:46 +00:00
name = "error-code"
version = "2.3.1"
2020-12-01 04:29:40 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-19 18:37:46 +00:00
checksum = "64f18991e7bf11e7ffee451b5318b5c1a73c52d0d0ada6e5a3017c8c1ced6a21"
2020-12-01 04:29:40 +00:00
dependencies = [
"libc",
2023-10-19 18:37:46 +00:00
"str-buf",
2020-12-01 04:29:40 +00:00
]
[[package]]
2023-10-19 18:37:46 +00:00
name = "fd-lock"
version = "3.0.13"
2020-12-01 04:29:40 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-19 18:37:46 +00:00
checksum = "ef033ed5e9bad94e55838ca0ca906db0e043f517adda0c8b79c7a8c66c93c1b5"
dependencies = [
"cfg-if 1.0.0",
"rustix",
"windows-sys",
]
2020-12-01 04:29:40 +00:00
[[package]]
name = "funty"
version = "2.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c"
[[package]]
name = "getrandom"
version = "0.2.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "be4136b2a15dd319360be1c07d9933517ccf0be8f16bf62a3bee4f0d618df427"
dependencies = [
"cfg-if 1.0.0",
"libc",
"wasi",
]
[[package]]
name = "hashbrown"
version = "0.12.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
dependencies = [
"ahash 0.7.6",
]
[[package]]
name = "hashbrown"
version = "0.13.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "43a3c133739dddd0d2990f9a4bdf8eb4b21ef50e4851ca85ab661199821d510e"
dependencies = [
"ahash 0.8.3",
]
2020-12-01 04:29:40 +00:00
[[package]]
name = "heck"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "20564e78d53d2bb135c343b3f47714a56af2061f1c928fdb541dc7b9fdd94205"
dependencies = [
"unicode-segmentation",
]
[[package]]
name = "hermit-abi"
version = "0.1.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5aca5565f760fb5b220e499d72710ed156fdb74e631659e99377d9ebfbd13ae8"
dependencies = [
"libc",
]
2023-10-19 18:37:46 +00:00
[[package]]
name = "home"
version = "0.5.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5444c27eef6923071f7ebcc33e3444508466a76f7a2b93da00ed6e19f30c1ddb"
dependencies = [
"windows-sys",
]
[[package]]
name = "iana-time-zone"
version = "0.1.58"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8326b86b6cff230b97d0d312a6c40a60726df3332e721f72a1b035f451663b20"
dependencies = [
"android_system_properties",
"core-foundation-sys",
"iana-time-zone-haiku",
"js-sys",
"wasm-bindgen",
"windows-core",
]
[[package]]
name = "iana-time-zone-haiku"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
dependencies = [
"cc",
]
2020-12-01 04:29:40 +00:00
[[package]]
name = "itertools"
version = "0.8.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f56a2d0bc861f9165be4eb3442afd3c236d8a98afd426f65d92324ae1091a484"
dependencies = [
"either",
]
[[package]]
name = "itoa"
2023-10-19 18:37:46 +00:00
version = "1.0.9"
2020-12-01 04:29:40 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-19 18:37:46 +00:00
checksum = "af150ab688ff2122fcef229be89cb50dd66af9e01a4ff320cc137eecc9bacc38"
2020-12-01 04:29:40 +00:00
[[package]]
2023-10-19 18:37:46 +00:00
name = "js-sys"
version = "0.3.64"
2020-12-01 04:29:40 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-19 18:37:46 +00:00
checksum = "c5f195fe497f702db0f318b07fdd68edb16955aed830df8363d837542f8f935a"
dependencies = [
"wasm-bindgen",
]
2020-12-01 04:29:40 +00:00
[[package]]
name = "libc"
2023-10-19 18:37:46 +00:00
version = "0.2.149"
2020-12-01 04:29:40 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-19 18:37:46 +00:00
checksum = "a08173bc88b7955d1b3145aa561539096c421ac8debde8cbc3612ec635fee29b"
[[package]]
name = "linux-raw-sys"
version = "0.4.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "da2479e8c062e40bf0066ffa0bc823de0a9368974af99c9f6df941d2c231e03f"
2020-12-01 04:29:40 +00:00
[[package]]
name = "log"
version = "0.4.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4fabed175da42fed1fa0746b0ea71f412aa9d35e76e95e59b192c64b9dc2bf8b"
dependencies = [
"cfg-if 0.1.10",
]
[[package]]
name = "memchr"
version = "2.3.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0ee1c47aaa256ecabcaea351eae4a9b01ef39ed810004e298d2511ed284b1525"
[[package]]
2023-10-19 18:37:46 +00:00
name = "nibble_vec"
version = "0.1.0"
2020-12-01 04:29:40 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-19 18:37:46 +00:00
checksum = "77a5d83df9f36fe23f0c3648c6bbb8b0298bb5f1939c8f2704431371f4b84d43"
2020-12-01 04:29:40 +00:00
dependencies = [
2023-10-19 18:37:46 +00:00
"smallvec",
2020-12-01 04:29:40 +00:00
]
[[package]]
name = "nix"
2023-10-19 18:37:46 +00:00
version = "0.26.4"
2020-12-01 04:29:40 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-19 18:37:46 +00:00
checksum = "598beaf3cc6fdd9a5dfb1630c2800c7acd31df7aaf0f565796fba2b53ca1af1b"
2020-12-01 04:29:40 +00:00
dependencies = [
2023-10-19 18:37:46 +00:00
"bitflags 1.3.2",
"cfg-if 1.0.0",
2020-12-01 04:29:40 +00:00
"libc",
]
[[package]]
name = "num-traits"
version = "0.2.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9a64b1ec5cda2586e284722486d802acf1f7dbdc623e2bfc57e65ca1cd099290"
dependencies = [
"autocfg",
]
[[package]]
name = "numtoa"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b8f8bdf33df195859076e54ab11ee78a1b208382d3a26ec40d142ffc1ecc49ef"
[[package]]
2023-10-19 18:37:46 +00:00
name = "once_cell"
version = "1.18.0"
2020-12-01 04:29:40 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-19 18:37:46 +00:00
checksum = "dd8b5dd2ae5ed71462c540258bedcb51965123ad7e7ccf4b9a8cafaa4a63576d"
2020-12-01 04:29:40 +00:00
2023-10-19 18:37:46 +00:00
[[package]]
name = "powerfmt"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
[[package]]
name = "ppv-lite86"
version = "0.2.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de"
[[package]]
name = "proc-macro-crate"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1d6ea3c4595b96363c13943497db34af4460fb474a95c43f4446ad341b8c9785"
dependencies = [
"toml",
]
2020-12-01 04:29:40 +00:00
[[package]]
name = "proc-macro2"
version = "0.4.30"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cf3d2011ab5c909338f7887f4fc896d35932e29146c12c8d01da6b22a80ba759"
dependencies = [
2023-10-19 18:37:46 +00:00
"unicode-xid",
2020-12-01 04:29:40 +00:00
]
[[package]]
name = "proc-macro2"
2023-10-19 18:37:46 +00:00
version = "1.0.69"
2020-12-01 04:29:40 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-19 18:37:46 +00:00
checksum = "134c189feb4956b20f6f547d2cf727d4c0fe06722b20a0eec87ed445a97f92da"
2020-12-01 04:29:40 +00:00
dependencies = [
2023-10-19 18:37:46 +00:00
"unicode-ident",
2020-12-01 04:29:40 +00:00
]
[[package]]
name = "ptr_meta"
version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0738ccf7ea06b608c10564b31debd4f5bc5e197fc8bfe088f68ae5ce81e7a4f1"
dependencies = [
"ptr_meta_derive",
]
[[package]]
name = "ptr_meta_derive"
version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "16b845dbfca988fa33db069c0e230574d15a3088f147a87b64c7589eb662c9ac"
dependencies = [
"proc-macro2 1.0.69",
"quote 1.0.33",
"syn 1.0.109",
]
2020-12-01 04:29:40 +00:00
[[package]]
name = "quote"
version = "0.6.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6ce23b6b870e8f94f81fb0a363d65d86675884b34a09043c81e5562f11c1f8e1"
dependencies = [
"proc-macro2 0.4.30",
]
[[package]]
name = "quote"
2023-10-19 18:37:46 +00:00
version = "1.0.33"
2020-12-01 04:29:40 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-19 18:37:46 +00:00
checksum = "5267fca4496028628a95160fc423a33e8b2e6af8a5302579e322e4b520293cae"
2020-12-01 04:29:40 +00:00
dependencies = [
2023-10-19 18:37:46 +00:00
"proc-macro2 1.0.69",
]
[[package]]
name = "radium"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09"
2023-10-19 18:37:46 +00:00
[[package]]
name = "radix_trie"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c069c179fcdc6a2fe24d8d18305cf085fdbd4f922c041943e203685d6a1c58fd"
dependencies = [
"endian-type",
"nibble_vec",
2020-12-01 04:29:40 +00:00
]
[[package]]
name = "rand"
version = "0.8.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
dependencies = [
"libc",
"rand_chacha",
"rand_core",
]
[[package]]
name = "rand_chacha"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
dependencies = [
"ppv-lite86",
"rand_core",
]
[[package]]
name = "rand_core"
version = "0.6.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
dependencies = [
"getrandom",
]
2020-12-01 04:29:40 +00:00
[[package]]
name = "redox_syscall"
version = "0.1.57"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "41cc0f7e4d5d4544e8861606a285bb08d3e70712ccc7d2b84d7c0ccfaf4b05ce"
[[package]]
name = "redox_termios"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7e891cfe48e9100a70a3b6eb652fef28920c117d366339687bd5576160db0f76"
dependencies = [
"redox_syscall",
]
[[package]]
name = "rend"
version = "0.4.1"
2020-12-01 04:29:40 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a2571463863a6bd50c32f94402933f03457a3fbaf697a707c5be741e459f08fd"
dependencies = [
"bytecheck",
]
[[package]]
name = "rkyv"
version = "0.7.42"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0200c8230b013893c0b2d6213d6ec64ed2b9be2e0e016682b7224ff82cff5c58"
dependencies = [
"bitvec",
"bytecheck",
"hashbrown 0.12.3",
"ptr_meta",
"rend",
"rkyv_derive",
"seahash",
"tinyvec",
"uuid",
]
[[package]]
name = "rkyv_derive"
version = "0.7.42"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b2e06b915b5c230a17d7a736d1e2e63ee753c256a8614ef3f5147b13a4f5541d"
dependencies = [
"proc-macro2 1.0.69",
"quote 1.0.33",
"syn 1.0.109",
]
[[package]]
name = "rust_decimal"
version = "1.32.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a4c4216490d5a413bc6d10fa4742bd7d4955941d062c0ef873141d6b0e7b30fd"
dependencies = [
"arrayvec",
"borsh",
"bytes",
"num-traits",
"rand",
"rkyv",
"serde",
"serde_json",
]
[[package]]
name = "rust_decimal_macros"
version = "1.32.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "86444b802de0b10ac5e563b5ddb43b541b9705de4e01a50e82194d2b183c1835"
dependencies = [
"quote 1.0.33",
"rust_decimal",
]
2020-12-01 04:29:40 +00:00
[[package]]
2023-10-19 18:37:46 +00:00
name = "rustix"
version = "0.38.20"
2020-12-01 04:29:40 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-19 18:37:46 +00:00
checksum = "67ce50cb2e16c2903e30d1cbccfd8387a74b9d4c938b6a4c5ec6cc7556f7a8a0"
2020-12-01 04:29:40 +00:00
dependencies = [
2023-10-19 18:37:46 +00:00
"bitflags 2.4.1",
"errno",
"libc",
"linux-raw-sys",
"windows-sys",
2020-12-01 04:29:40 +00:00
]
[[package]]
name = "rustyline"
2023-10-19 18:37:46 +00:00
version = "12.0.0"
2020-12-01 04:29:40 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-19 18:37:46 +00:00
checksum = "994eca4bca05c87e86e15d90fc7a91d1be64b4482b38cb2d27474568fe7c9db9"
2020-12-01 04:29:40 +00:00
dependencies = [
2023-10-19 18:37:46 +00:00
"bitflags 2.4.1",
"cfg-if 1.0.0",
"clipboard-win",
"fd-lock",
"home",
2020-12-01 04:29:40 +00:00
"libc",
"log",
"memchr",
"nix",
2023-10-19 18:37:46 +00:00
"radix_trie",
"scopeguard",
2020-12-01 04:29:40 +00:00
"unicode-segmentation",
"unicode-width",
"utf8parse",
"winapi",
]
[[package]]
name = "ryu"
version = "1.0.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "71d301d4193d031abdd79ff7e3dd721168a9572ef3fe51a1517aba235bd8f86e"
2023-10-19 18:37:46 +00:00
[[package]]
name = "scopeguard"
version = "1.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
[[package]]
name = "seahash"
version = "4.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1c107b6f4780854c8b126e228ea8869f4d7b71260f962fefb57b996b8959ba6b"
2020-12-01 04:29:40 +00:00
[[package]]
name = "serde"
2023-10-19 18:37:46 +00:00
version = "1.0.189"
2020-12-01 04:29:40 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-19 18:37:46 +00:00
checksum = "8e422a44e74ad4001bdc8eede9a4570ab52f71190e9c076d14369f38b9200537"
2020-12-01 04:29:40 +00:00
dependencies = [
"serde_derive",
]
[[package]]
name = "serde_derive"
2023-10-19 18:37:46 +00:00
version = "1.0.189"
2020-12-01 04:29:40 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-19 18:37:46 +00:00
checksum = "1e48d1f918009ce3145511378cf68d613e3b3d9137d67272562080d68a2b32d5"
2020-12-01 04:29:40 +00:00
dependencies = [
2023-10-19 18:37:46 +00:00
"proc-macro2 1.0.69",
"quote 1.0.33",
"syn 2.0.38",
2020-12-01 04:29:40 +00:00
]
[[package]]
name = "serde_json"
version = "1.0.107"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6b420ce6e3d8bd882e9b243c6eed35dbc9a6110c9769e74b584e0d68d1f20c65"
dependencies = [
"itoa",
"ryu",
"serde",
]
[[package]]
name = "simdutf8"
version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f27f6278552951f1f2b8cf9da965d10969b2efdea95a6ec47987ab46edfe263a"
2023-10-19 18:37:46 +00:00
[[package]]
name = "smallvec"
version = "1.11.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "942b4a808e05215192e39f4ab80813e599068285906cc91aa64f923db842bd5a"
[[package]]
name = "str-buf"
version = "1.0.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9e08d8363704e6c71fc928674353e6b7c23dcea9d82d7012c8faf2a3a025f8d0"
2020-12-01 04:29:40 +00:00
[[package]]
name = "strsim"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a"
[[package]]
name = "structopt"
version = "0.2.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "16c2cdbf9cc375f15d1b4141bc48aeef444806655cd0e904207edc8d68d86ed7"
dependencies = [
"clap",
"structopt-derive",
]
[[package]]
name = "structopt-derive"
version = "0.2.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "53010261a84b37689f9ed7d395165029f9cc7abb9f56bbfe86bee2597ed25107"
dependencies = [
"heck",
"proc-macro2 0.4.30",
"quote 0.6.13",
"syn 0.15.44",
]
[[package]]
name = "syn"
version = "0.15.44"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9ca4b3b69a77cbe1ffc9e198781b7acb0c7365a883670e8f1c1bc66fba79a5c5"
dependencies = [
"proc-macro2 0.4.30",
"quote 0.6.13",
2023-10-19 18:37:46 +00:00
"unicode-xid",
2020-12-01 04:29:40 +00:00
]
[[package]]
name = "syn"
version = "1.0.109"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
dependencies = [
"proc-macro2 1.0.69",
"quote 1.0.33",
"unicode-ident",
]
2020-12-01 04:29:40 +00:00
[[package]]
name = "syn"
2023-10-19 18:37:46 +00:00
version = "2.0.38"
2020-12-01 04:29:40 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-19 18:37:46 +00:00
checksum = "e96b79aaa137db8f61e26363a0c9b47d8b4ec75da28b7d1d614c2303e232408b"
2020-12-01 04:29:40 +00:00
dependencies = [
2023-10-19 18:37:46 +00:00
"proc-macro2 1.0.69",
"quote 1.0.33",
"unicode-ident",
2020-12-01 04:29:40 +00:00
]
[[package]]
name = "tap"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"
2020-12-01 04:29:40 +00:00
[[package]]
name = "termion"
version = "1.5.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c22cec9d8978d906be5ac94bceb5a010d885c626c4c8855721a4dbd20e3ac905"
dependencies = [
"libc",
"numtoa",
"redox_syscall",
"redox_termios",
]
[[package]]
name = "textwrap"
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060"
dependencies = [
"unicode-width",
]
[[package]]
2023-10-19 18:37:46 +00:00
name = "time"
version = "0.3.30"
2020-12-01 04:29:40 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-19 18:37:46 +00:00
checksum = "c4a34ab300f2dee6e562c10a046fc05e358b29f9bf92277f30c3c8d82275f6f5"
2020-12-01 04:29:40 +00:00
dependencies = [
2023-10-19 18:37:46 +00:00
"deranged",
"powerfmt",
"serde",
"time-core",
2020-12-01 04:29:40 +00:00
]
[[package]]
2023-10-19 18:37:46 +00:00
name = "time-core"
version = "0.1.2"
2020-12-01 04:29:40 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-19 18:37:46 +00:00
checksum = "ef927ca75afb808a4d64dd374f00a2adf8d0fcff8e7b184af886c3c87ec4a3f3"
2020-12-01 04:29:40 +00:00
[[package]]
name = "tinyvec"
version = "1.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50"
dependencies = [
"tinyvec_macros",
]
[[package]]
name = "tinyvec_macros"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
[[package]]
name = "toml"
version = "0.5.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234"
dependencies = [
"serde",
]
2020-12-01 04:29:40 +00:00
[[package]]
name = "tui"
2023-10-19 18:37:46 +00:00
version = "0.8.0"
2020-12-01 04:29:40 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-19 18:37:46 +00:00
checksum = "6b871b61f4c4b81e630215cd12e0ec29953d4545898e21a9e023b7520a74a9f9"
2020-12-01 04:29:40 +00:00
dependencies = [
2023-10-19 18:37:46 +00:00
"bitflags 1.3.2",
2020-12-01 04:29:40 +00:00
"cassowary",
"either",
"itertools",
"log",
"termion",
"unicode-segmentation",
"unicode-width",
]
2023-10-19 18:37:46 +00:00
[[package]]
name = "unicode-ident"
version = "1.0.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b"
2020-12-01 04:29:40 +00:00
[[package]]
name = "unicode-segmentation"
version = "1.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bb0d2e7be6ae3a5fa87eed5fb451aff96f2573d2694942e40543ae0bbe19c796"
[[package]]
name = "unicode-width"
version = "0.1.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9337591893a19b88d8d87f2cec1e73fad5cdfd10e5a6f349f498ad6ea2ffb1e3"
[[package]]
name = "unicode-xid"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fc72304796d0818e357ead4e000d19c9c174ab23dc11093ac919054d20a6a7fc"
[[package]]
name = "utf8parse"
2023-10-19 18:37:46 +00:00
version = "0.2.1"
2020-12-01 04:29:40 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-19 18:37:46 +00:00
checksum = "711b9620af191e0cdc7468a8d14e709c3dcdb115b36f838e601583af800a370a"
2020-12-01 04:29:40 +00:00
[[package]]
name = "uuid"
version = "1.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "88ad59a7560b41a70d191093a945f0b87bc1deeda46fb237479708a1d6b6cdfc"
2020-12-01 04:29:40 +00:00
[[package]]
name = "vec_map"
version = "0.8.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191"
[[package]]
name = "version_check"
version = "0.9.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
[[package]]
name = "wasi"
version = "0.11.0+wasi-snapshot-preview1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
2020-12-01 04:29:40 +00:00
[[package]]
2023-10-19 18:37:46 +00:00
name = "wasm-bindgen"
version = "0.2.87"
2020-12-01 04:29:40 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-19 18:37:46 +00:00
checksum = "7706a72ab36d8cb1f80ffbf0e071533974a60d0a308d01a5d0375bf60499a342"
dependencies = [
"cfg-if 1.0.0",
"wasm-bindgen-macro",
]
2020-12-01 04:29:40 +00:00
[[package]]
2023-10-19 18:37:46 +00:00
name = "wasm-bindgen-backend"
version = "0.2.87"
2020-12-01 04:29:40 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-19 18:37:46 +00:00
checksum = "5ef2b6d3c510e9625e5fe6f509ab07d66a760f0885d858736483c32ed7809abd"
dependencies = [
"bumpalo",
"log",
"once_cell",
"proc-macro2 1.0.69",
"quote 1.0.33",
"syn 2.0.38",
"wasm-bindgen-shared",
]
2020-12-01 04:29:40 +00:00
[[package]]
2023-10-19 18:37:46 +00:00
name = "wasm-bindgen-macro"
version = "0.2.87"
2020-12-01 04:29:40 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-19 18:37:46 +00:00
checksum = "dee495e55982a3bd48105a7b947fd2a9b4a8ae3010041b9e0faab3f9cd028f1d"
dependencies = [
"quote 1.0.33",
"wasm-bindgen-macro-support",
]
[[package]]
name = "wasm-bindgen-macro-support"
version = "0.2.87"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "54681b18a46765f095758388f2d0cf16eb8d4169b639ab575a8f5693af210c7b"
dependencies = [
"proc-macro2 1.0.69",
"quote 1.0.33",
"syn 2.0.38",
"wasm-bindgen-backend",
"wasm-bindgen-shared",
]
[[package]]
name = "wasm-bindgen-shared"
version = "0.2.87"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ca6ad05a4870b2bf5fe995117d3728437bd27d7cd5f06f13c17443ef369775a1"
2020-12-01 04:29:40 +00:00
[[package]]
name = "winapi"
version = "0.3.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
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"
2023-10-19 18:37:46 +00:00
[[package]]
name = "windows-core"
version = "0.51.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f1f8cf84f35d2db49a46868f947758c7a1138116f7fac3bc844f43ade1292e64"
dependencies = [
"windows-targets",
]
[[package]]
name = "windows-sys"
version = "0.48.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
dependencies = [
"windows-targets",
]
[[package]]
name = "windows-targets"
version = "0.48.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
dependencies = [
"windows_aarch64_gnullvm",
"windows_aarch64_msvc",
"windows_i686_gnu",
"windows_i686_msvc",
"windows_x86_64_gnu",
"windows_x86_64_gnullvm",
"windows_x86_64_msvc",
]
[[package]]
name = "windows_aarch64_gnullvm"
version = "0.48.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
[[package]]
name = "windows_aarch64_msvc"
version = "0.48.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
[[package]]
name = "windows_i686_gnu"
version = "0.48.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
[[package]]
name = "windows_i686_msvc"
version = "0.48.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
[[package]]
name = "windows_x86_64_gnu"
version = "0.48.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
[[package]]
name = "windows_x86_64_gnullvm"
version = "0.48.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
[[package]]
name = "windows_x86_64_msvc"
version = "0.48.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
[[package]]
name = "wyz"
version = "0.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "05f360fc0b24296329c78fda852a1e9ae82de9cf7b27dae4b7f62f118f77b9ed"
dependencies = [
"tap",
]