bilrow/Cargo.lock

452 lines
12 KiB
Text
Raw Normal View History

2024-03-12 13:22:11 -05:00
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3
2024-03-15 12:43:32 -05:00
[[package]]
name = "ahash"
2024-06-14 11:00:41 -05:00
version = "0.8.8"
2024-03-15 12:43:32 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-14 11:00:41 -05:00
checksum = "42cd52102d3df161c77a887b608d7a4897d7cc112886a9537b738a887a03aaff"
2024-03-15 12:43:32 -05:00
dependencies = [
"cfg-if",
2024-03-18 15:08:00 -05:00
"getrandom",
2024-03-15 12:43:32 -05:00
"once_cell",
"version_check",
"zerocopy",
]
[[package]]
name = "allocator-api2"
2024-06-27 20:34:22 -05:00
version = "0.2.18"
2024-03-15 12:43:32 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-27 20:34:22 -05:00
checksum = "5c6cb57a04249c6480766f7f7cef5467412af1490f8d1e243141daddada3264f"
2024-03-15 12:43:32 -05:00
2024-03-12 13:22:11 -05:00
[[package]]
name = "anstream"
2024-06-27 20:34:22 -05:00
version = "0.6.14"
2024-03-12 13:22:11 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-27 20:34:22 -05:00
checksum = "418c75fa768af9c03be99d17643f93f79bbba589895012a80e3452a19ddda15b"
2024-03-12 13:22:11 -05:00
dependencies = [
"anstyle",
"anstyle-parse",
"anstyle-query",
"anstyle-wincon",
"colorchoice",
2024-06-27 20:34:22 -05:00
"is_terminal_polyfill",
2024-03-12 13:22:11 -05:00
"utf8parse",
]
[[package]]
name = "anstyle"
2024-06-27 20:34:22 -05:00
version = "1.0.7"
2024-03-12 13:22:11 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-27 20:34:22 -05:00
checksum = "038dfcf04a5feb68e9c60b21c9625a54c2c0616e79b72b0fd87075a056ae1d1b"
2024-03-12 13:22:11 -05:00
[[package]]
name = "anstyle-parse"
2024-06-27 20:34:22 -05:00
version = "0.2.4"
2024-03-12 13:22:11 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-27 20:34:22 -05:00
checksum = "c03a11a9034d92058ceb6ee011ce58af4a9bf61491aa7e1e59ecd24bd40d22d4"
2024-03-12 13:22:11 -05:00
dependencies = [
"utf8parse",
]
[[package]]
name = "anstyle-query"
2024-06-27 20:34:22 -05:00
version = "1.1.0"
2024-03-12 13:22:11 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-27 20:34:22 -05:00
checksum = "ad186efb764318d35165f1758e7dcef3b10628e26d41a44bc5550652e6804391"
2024-03-12 13:22:11 -05:00
dependencies = [
"windows-sys",
]
[[package]]
name = "anstyle-wincon"
2024-06-27 20:34:22 -05:00
version = "3.0.3"
2024-03-12 13:22:11 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-27 20:34:22 -05:00
checksum = "61a38449feb7068f52bb06c12759005cf459ee52bb4adc1d5a7c4322d716fb19"
2024-03-12 13:22:11 -05:00
dependencies = [
"anstyle",
"windows-sys",
]
[[package]]
name = "anyhow"
2024-06-27 20:34:22 -05:00
version = "1.0.86"
2024-03-12 13:22:11 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-27 20:34:22 -05:00
checksum = "b3d1d046238990b9cf5bcde22a3fb3584ee5cf65fb2765f454ed428c7a0063da"
2024-03-12 13:22:11 -05:00
[[package]]
name = "bilrow-calculate"
version = "0.1.0"
2024-03-15 12:43:32 -05:00
dependencies = [
2024-03-18 15:08:00 -05:00
"ahash",
2024-03-15 12:43:32 -05:00
"anyhow",
2024-03-18 15:10:20 -05:00
"bumpalo-herd",
2024-03-15 12:43:32 -05:00
"clap",
"hashbrown",
"indicatif",
"memchr",
"memmap2",
]
2024-03-12 13:22:11 -05:00
[[package]]
name = "bilrow-generate"
version = "0.1.0"
dependencies = [
"anyhow",
"clap",
"fastrand",
"indicatif",
]
2024-03-18 15:10:20 -05:00
[[package]]
name = "bumpalo"
2024-06-14 11:00:41 -05:00
version = "3.16.0"
2024-03-18 15:10:20 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-14 11:00:41 -05:00
checksum = "79296716171880943b8470b5f8d03aa55eb2e645a4874bdbb28adb49162e012c"
2024-03-18 15:10:20 -05:00
[[package]]
name = "bumpalo-herd"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c51ab7ee02d3459317cc16fec045966c9120733a10229541acaf3cc81b137c95"
dependencies = [
"bumpalo",
]
2024-03-12 13:22:11 -05:00
[[package]]
name = "cfg-if"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
[[package]]
name = "clap"
2024-06-27 20:34:22 -05:00
version = "4.5.7"
2024-03-12 13:22:11 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-27 20:34:22 -05:00
checksum = "5db83dced34638ad474f39f250d7fea9598bdd239eaced1bdf45d597da0f433f"
2024-03-12 13:22:11 -05:00
dependencies = [
"clap_builder",
"clap_derive",
]
[[package]]
name = "clap_builder"
2024-06-27 20:34:22 -05:00
version = "4.5.7"
2024-03-12 13:22:11 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-27 20:34:22 -05:00
checksum = "f7e204572485eb3fbf28f871612191521df159bc3e15a9f5064c66dba3a8c05f"
2024-03-12 13:22:11 -05:00
dependencies = [
"anstream",
"anstyle",
"clap_lex",
"strsim",
]
[[package]]
name = "clap_derive"
2024-06-27 20:34:22 -05:00
version = "4.5.5"
2024-03-12 13:22:11 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-27 20:34:22 -05:00
checksum = "c780290ccf4fb26629baa7a1081e68ced113f1d3ec302fa5948f1c381ebf06c6"
2024-03-12 13:22:11 -05:00
dependencies = [
"heck",
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "clap_lex"
2024-06-27 20:34:22 -05:00
version = "0.7.1"
2024-03-12 13:22:11 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-27 20:34:22 -05:00
checksum = "4b82cf0babdbd58558212896d1a4272303a57bdb245c2bf1147185fb45640e70"
2024-03-12 13:22:11 -05:00
[[package]]
name = "colorchoice"
2024-06-27 20:34:22 -05:00
version = "1.0.1"
2024-03-12 13:22:11 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-27 20:34:22 -05:00
checksum = "0b6a852b24ab71dffc585bcb46eaf7959d175cb865a7152e35b348d1b2960422"
2024-03-12 13:22:11 -05:00
[[package]]
name = "console"
version = "0.15.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0e1f83fc076bd6dd27517eacdf25fef6c4dfe5f1d7448bafaaf3a26f13b5e4eb"
dependencies = [
"encode_unicode",
"lazy_static",
"libc",
"unicode-width",
"windows-sys",
]
[[package]]
name = "encode_unicode"
version = "0.3.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a357d28ed41a50f9c765dbfe56cbc04a64e53e5fc58ba79fbc34c10ef3df831f"
[[package]]
name = "fastrand"
2024-06-27 20:34:22 -05:00
version = "2.1.0"
2024-03-12 13:22:11 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-27 20:34:22 -05:00
checksum = "9fc0510504f03c51ada170672ac806f1f105a88aa97a5281117e1ddc3368e51a"
2024-03-12 13:22:11 -05:00
2024-03-18 15:08:00 -05:00
[[package]]
name = "getrandom"
2024-06-27 20:34:22 -05:00
version = "0.2.15"
2024-03-18 15:08:00 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-27 20:34:22 -05:00
checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7"
2024-03-18 15:08:00 -05:00
dependencies = [
"cfg-if",
"libc",
"wasi",
]
2024-03-15 12:43:32 -05:00
[[package]]
name = "hashbrown"
2024-06-27 20:34:22 -05:00
version = "0.14.5"
2024-03-15 12:43:32 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-27 20:34:22 -05:00
checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
2024-03-15 12:43:32 -05:00
dependencies = [
"ahash",
"allocator-api2",
]
2024-03-12 13:22:11 -05:00
[[package]]
name = "heck"
2024-03-18 11:39:13 -05:00
version = "0.5.0"
2024-03-12 13:22:11 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-18 11:39:13 -05:00
checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
2024-03-12 13:22:11 -05:00
[[package]]
name = "indicatif"
version = "0.17.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "763a5a8f45087d6bcea4222e7b72c291a054edf80e4ef6efd2a4979878c7bea3"
dependencies = [
"console",
"instant",
"number_prefix",
"portable-atomic",
"unicode-width",
]
[[package]]
name = "instant"
2024-06-27 20:34:22 -05:00
version = "0.1.13"
2024-03-12 13:22:11 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-27 20:34:22 -05:00
checksum = "e0242819d153cba4b4b05a5a8f2a7e9bbf97b6055b2a002b395c96b5ff3c0222"
2024-03-12 13:22:11 -05:00
dependencies = [
"cfg-if",
]
2024-06-27 20:34:22 -05:00
[[package]]
name = "is_terminal_polyfill"
version = "1.70.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f8478577c03552c21db0e2724ffb8986a5ce7af88107e6be5d2ee6e158c12800"
2024-03-12 13:22:11 -05:00
[[package]]
name = "lazy_static"
2024-06-27 20:34:22 -05:00
version = "1.5.0"
2024-03-12 13:22:11 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-27 20:34:22 -05:00
checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
2024-03-12 13:22:11 -05:00
[[package]]
name = "libc"
2024-06-27 20:34:22 -05:00
version = "0.2.155"
2024-03-12 13:22:11 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-27 20:34:22 -05:00
checksum = "97b3888a4aecf77e811145cadf6eef5901f4782c53886191b2f693f24761847c"
2024-03-12 13:22:11 -05:00
2024-03-15 12:43:32 -05:00
[[package]]
name = "memchr"
2024-06-27 20:34:22 -05:00
version = "2.7.4"
2024-03-15 12:43:32 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-27 20:34:22 -05:00
checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3"
2024-03-15 12:43:32 -05:00
[[package]]
name = "memmap2"
version = "0.9.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fe751422e4a8caa417e13c3ea66452215d7d63e19e604f4980461212f3ae1322"
dependencies = [
"libc",
]
2024-03-12 13:22:11 -05:00
[[package]]
name = "number_prefix"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "830b246a0e5f20af87141b25c173cd1b609bd7779a4617d6ec582abaf90870f3"
2024-03-15 12:43:32 -05:00
[[package]]
name = "once_cell"
version = "1.19.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92"
2024-03-12 13:22:11 -05:00
[[package]]
name = "portable-atomic"
version = "1.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7170ef9988bc169ba16dd36a7fa041e5c4cbeb6a35b76d4c03daded371eae7c0"
[[package]]
name = "proc-macro2"
2024-06-27 20:34:22 -05:00
version = "1.0.86"
2024-03-12 13:22:11 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-27 20:34:22 -05:00
checksum = "5e719e8df665df0d1c8fbfd238015744736151d4445ec0836b8e628aae103b77"
2024-03-12 13:22:11 -05:00
dependencies = [
"unicode-ident",
]
[[package]]
name = "quote"
2024-06-27 20:34:22 -05:00
version = "1.0.36"
2024-03-12 13:22:11 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-27 20:34:22 -05:00
checksum = "0fa76aaf39101c457836aec0ce2316dbdc3ab723cdda1c6bd4e6ad4208acaca7"
2024-03-12 13:22:11 -05:00
dependencies = [
"proc-macro2",
]
[[package]]
name = "strsim"
2024-06-27 20:34:22 -05:00
version = "0.11.1"
2024-03-12 13:22:11 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-27 20:34:22 -05:00
checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
2024-03-12 13:22:11 -05:00
[[package]]
name = "syn"
2024-06-27 20:34:22 -05:00
version = "2.0.68"
2024-03-12 13:22:11 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-27 20:34:22 -05:00
checksum = "901fa70d88b9d6c98022e23b4136f9f3e54e4662c3bc1bd1d84a42a9a0f0c1e9"
2024-03-12 13:22:11 -05:00
dependencies = [
"proc-macro2",
"quote",
"unicode-ident",
]
[[package]]
name = "unicode-ident"
version = "1.0.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b"
[[package]]
name = "unicode-width"
2024-06-27 20:34:22 -05:00
version = "0.1.13"
2024-03-12 13:22:11 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-27 20:34:22 -05:00
checksum = "0336d538f7abc86d282a4189614dfaa90810dfc2c6f6427eaf88e16311dd225d"
2024-03-12 13:22:11 -05:00
[[package]]
name = "utf8parse"
2024-06-27 20:34:22 -05:00
version = "0.2.2"
2024-03-12 13:22:11 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-27 20:34:22 -05:00
checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
2024-03-12 13:22:11 -05:00
2024-03-15 12:43:32 -05:00
[[package]]
name = "version_check"
version = "0.9.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
2024-03-18 15:08:00 -05:00
[[package]]
name = "wasi"
version = "0.11.0+wasi-snapshot-preview1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
2024-03-12 13:22:11 -05:00
[[package]]
name = "windows-sys"
version = "0.52.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
dependencies = [
"windows-targets",
]
[[package]]
name = "windows-targets"
2024-06-27 20:34:22 -05:00
version = "0.52.5"
2024-03-12 13:22:11 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-27 20:34:22 -05:00
checksum = "6f0713a46559409d202e70e28227288446bf7841d3211583a4b53e3f6d96e7eb"
2024-03-12 13:22:11 -05:00
dependencies = [
"windows_aarch64_gnullvm",
"windows_aarch64_msvc",
"windows_i686_gnu",
2024-06-27 20:34:22 -05:00
"windows_i686_gnullvm",
2024-03-12 13:22:11 -05:00
"windows_i686_msvc",
"windows_x86_64_gnu",
"windows_x86_64_gnullvm",
"windows_x86_64_msvc",
]
[[package]]
name = "windows_aarch64_gnullvm"
2024-06-27 20:34:22 -05:00
version = "0.52.5"
2024-03-12 13:22:11 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-27 20:34:22 -05:00
checksum = "7088eed71e8b8dda258ecc8bac5fb1153c5cffaf2578fc8ff5d61e23578d3263"
2024-03-12 13:22:11 -05:00
[[package]]
name = "windows_aarch64_msvc"
2024-06-27 20:34:22 -05:00
version = "0.52.5"
2024-03-12 13:22:11 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-27 20:34:22 -05:00
checksum = "9985fd1504e250c615ca5f281c3f7a6da76213ebd5ccc9561496568a2752afb6"
2024-03-12 13:22:11 -05:00
[[package]]
name = "windows_i686_gnu"
2024-06-27 20:34:22 -05:00
version = "0.52.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "88ba073cf16d5372720ec942a8ccbf61626074c6d4dd2e745299726ce8b89670"
[[package]]
name = "windows_i686_gnullvm"
version = "0.52.5"
2024-03-12 13:22:11 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-27 20:34:22 -05:00
checksum = "87f4261229030a858f36b459e748ae97545d6f1ec60e5e0d6a3d32e0dc232ee9"
2024-03-12 13:22:11 -05:00
[[package]]
name = "windows_i686_msvc"
2024-06-27 20:34:22 -05:00
version = "0.52.5"
2024-03-12 13:22:11 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-27 20:34:22 -05:00
checksum = "db3c2bf3d13d5b658be73463284eaf12830ac9a26a90c717b7f771dfe97487bf"
2024-03-12 13:22:11 -05:00
[[package]]
name = "windows_x86_64_gnu"
2024-06-27 20:34:22 -05:00
version = "0.52.5"
2024-03-12 13:22:11 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-27 20:34:22 -05:00
checksum = "4e4246f76bdeff09eb48875a0fd3e2af6aada79d409d33011886d3e1581517d9"
2024-03-12 13:22:11 -05:00
[[package]]
name = "windows_x86_64_gnullvm"
2024-06-27 20:34:22 -05:00
version = "0.52.5"
2024-03-12 13:22:11 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-27 20:34:22 -05:00
checksum = "852298e482cd67c356ddd9570386e2862b5673c85bd5f88df9ab6802b334c596"
2024-03-12 13:22:11 -05:00
[[package]]
name = "windows_x86_64_msvc"
2024-06-27 20:34:22 -05:00
version = "0.52.5"
2024-03-12 13:22:11 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-27 20:34:22 -05:00
checksum = "bec47e5bfd1bff0eeaf6d8b485cc1074891a197ab4225d504cb7a1ab88b02bf0"
2024-03-15 12:43:32 -05:00
[[package]]
name = "zerocopy"
2024-06-27 20:34:22 -05:00
version = "0.7.34"
2024-03-15 12:43:32 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-27 20:34:22 -05:00
checksum = "ae87e3fcd617500e5d106f0380cf7b77f3c6092aae37191433159dda23cfb087"
2024-03-15 12:43:32 -05:00
dependencies = [
"zerocopy-derive",
]
[[package]]
name = "zerocopy-derive"
2024-06-27 20:34:22 -05:00
version = "0.7.34"
2024-03-15 12:43:32 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-27 20:34:22 -05:00
checksum = "15e934569e47891f7d9411f1a451d947a60e000ab3bd24fbb970f000387d1b3b"
2024-03-15 12:43:32 -05:00
dependencies = [
"proc-macro2",
"quote",
"syn",
]