bilrow/Cargo.lock

449 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-09-27 13:40:34 -05:00
version = "0.8.11"
2024-03-15 12:43:32 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-27 13:40:34 -05:00
checksum = "e89da841a80418a9b391ebaea17f5c112ffaaa96f621d2c285b5174da76b9011"
2024-03-15 12:43:32 -05:00
dependencies = [
"cfg-if",
"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-09-27 13:40:34 -05:00
version = "0.6.15"
2024-03-12 13:22:11 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-27 13:40:34 -05:00
checksum = "64e15c1ab1f89faffbf04a634d5e1962e9074f2741eef6d97f3c4e322426d526"
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-09-27 13:40:34 -05:00
version = "1.0.8"
2024-03-12 13:22:11 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-27 13:40:34 -05:00
checksum = "1bec1de6f59aedf83baf9ff929c98f2ad654b97c9510f4e70cf6f661d49fd5b1"
2024-03-12 13:22:11 -05:00
[[package]]
name = "anstyle-parse"
2024-09-27 13:40:34 -05:00
version = "0.2.5"
2024-03-12 13:22:11 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-27 13:40:34 -05:00
checksum = "eb47de1e80c2b463c735db5b217a0ddc39d612e7ac9e2e96a5aed1f57616c1cb"
2024-03-12 13:22:11 -05:00
dependencies = [
"utf8parse",
]
[[package]]
name = "anstyle-query"
2024-09-27 13:40:34 -05:00
version = "1.1.1"
2024-03-12 13:22:11 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-27 13:40:34 -05:00
checksum = "6d36fc52c7f6c869915e99412912f22093507da8d9e942ceaf66fe4b7c14422a"
2024-03-12 13:22:11 -05:00
dependencies = [
"windows-sys",
]
[[package]]
name = "anstyle-wincon"
2024-09-27 13:40:34 -05:00
version = "3.0.4"
2024-03-12 13:22:11 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-27 13:40:34 -05:00
checksum = "5bf74e1b6e971609db8ca7a9ce79fd5768ab6ae46441c572e46cf596f59e57f8"
2024-03-12 13:22:11 -05:00
dependencies = [
"anstyle",
"windows-sys",
]
[[package]]
name = "anyhow"
2024-09-27 13:40:34 -05:00
version = "1.0.89"
2024-03-12 13:22:11 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-27 13:40:34 -05:00
checksum = "86fdf8605db99b54d3cd748a44c6d04df638eb5dafb219b135d0149bd0db01f6"
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 = [
"anyhow",
2024-03-18 15:10:20 -05:00
"bumpalo-herd",
2024-03-15 12:43:32 -05:00
"clap",
2024-09-27 13:40:34 -05:00
"gxhash",
2024-03-15 12:43:32 -05:00
"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-09-27 13:40:34 -05:00
version = "4.5.18"
2024-03-12 13:22:11 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-27 13:40:34 -05:00
checksum = "b0956a43b323ac1afaffc053ed5c4b7c1f1800bacd1683c353aabbb752515dd3"
2024-03-12 13:22:11 -05:00
dependencies = [
"clap_builder",
"clap_derive",
]
[[package]]
name = "clap_builder"
2024-09-27 13:40:34 -05:00
version = "4.5.18"
2024-03-12 13:22:11 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-27 13:40:34 -05:00
checksum = "4d72166dd41634086d5803a47eb71ae740e61d84709c36f3c34110173db3961b"
2024-03-12 13:22:11 -05:00
dependencies = [
"anstream",
"anstyle",
"clap_lex",
"strsim",
]
[[package]]
name = "clap_derive"
2024-09-27 13:40:34 -05:00
version = "4.5.18"
2024-03-12 13:22:11 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-27 13:40:34 -05:00
checksum = "4ac6a0c7b1a9e9a5186361f67dfa1b88213572f427fb9ab038efb2bd8c582dab"
2024-03-12 13:22:11 -05:00
dependencies = [
"heck",
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "clap_lex"
2024-09-27 13:40:34 -05:00
version = "0.7.2"
2024-03-12 13:22:11 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-27 13:40:34 -05:00
checksum = "1462739cb27611015575c0c11df5df7601141071f07518d56fcc1be504cbec97"
2024-03-12 13:22:11 -05:00
[[package]]
name = "colorchoice"
2024-09-27 13:40:34 -05:00
version = "1.0.2"
2024-03-12 13:22:11 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-27 13:40:34 -05:00
checksum = "d3fd119d74b830634cea2a0f58bbd0d54540518a14397557951e79340abc28c0"
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-09-27 13:40:34 -05:00
version = "2.1.1"
2024-03-12 13:22:11 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-27 13:40:34 -05:00
checksum = "e8c02a5121d4ea3eb16a80748c74f5549a5665e4c21333c6098f283870fbdea6"
2024-03-12 13:22:11 -05:00
2024-03-18 15:08:00 -05:00
[[package]]
2024-09-27 13:40:34 -05:00
name = "gxhash"
version = "3.4.1"
2024-03-18 15:08:00 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-27 13:40:34 -05:00
checksum = "a197c9b654827513cf53842c5c6d3da2b4b35a785f8e0eff78bdf8e445aba1bb"
2024-03-18 15:08:00 -05:00
dependencies = [
2024-09-27 13:40:34 -05:00
"rustversion",
2024-03-18 15:08:00 -05:00
]
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"
2024-09-27 13:40:34 -05:00
version = "1.70.1"
2024-06-27 20:34:22 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-27 13:40:34 -05:00
checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf"
2024-06-27 20:34:22 -05:00
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-09-27 13:40:34 -05:00
version = "0.2.159"
2024-03-12 13:22:11 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-27 13:40:34 -05:00
checksum = "561d97a539a36e26a9a5fad1ea11a3039a67714694aaa379433e580854bc3dc5"
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"
2024-09-27 13:40:34 -05:00
version = "0.9.5"
2024-03-15 12:43:32 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-27 13:40:34 -05:00
checksum = "fd3f7eed9d3848f8b98834af67102b720745c4ec028fcd0aa0239277e7de374f"
2024-03-15 12:43:32 -05:00
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"
2024-09-27 13:40:34 -05:00
version = "1.8.0"
2024-03-12 13:22:11 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-27 13:40:34 -05:00
checksum = "d30538d42559de6b034bc76fd6dd4c38961b1ee5c6c56e3808c50128fdbc22ce"
2024-03-12 13:22:11 -05:00
[[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-09-27 13:40:34 -05:00
version = "1.0.37"
2024-03-12 13:22:11 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-27 13:40:34 -05:00
checksum = "b5b9d34b8991d19d98081b46eacdd8eb58c6f2b201139f7c5f643cc155a633af"
2024-03-12 13:22:11 -05:00
dependencies = [
"proc-macro2",
]
2024-09-27 13:40:34 -05:00
[[package]]
name = "rustversion"
version = "1.0.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "955d28af4278de8121b7ebeb796b6a45735dc01436d898801014aced2773a3d6"
2024-03-12 13:22:11 -05:00
[[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-09-27 13:40:34 -05:00
version = "2.0.78"
2024-03-12 13:22:11 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-27 13:40:34 -05:00
checksum = "81b9b4733a9c8b8aaa20634df36eeb68cc0c0669f2e18fb287006b496a14195d"
2024-03-12 13:22:11 -05:00
dependencies = [
"proc-macro2",
"quote",
"unicode-ident",
]
[[package]]
name = "unicode-ident"
2024-09-27 13:40:34 -05:00
version = "1.0.13"
2024-03-12 13:22:11 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-27 13:40:34 -05:00
checksum = "e91b56cd4cadaeb79bbf1a5645f6b4f8dc5bde8834ad5894a8db35fda9efa1fe"
2024-03-12 13:22:11 -05:00
[[package]]
name = "unicode-width"
2024-09-27 13:40:34 -05:00
version = "0.1.14"
2024-03-12 13:22:11 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-27 13:40:34 -05:00
checksum = "7dd6e30e90baa6f72411720665d41d89b9a3d039dc45b8faea1ddd07f617f6af"
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"
2024-09-27 13:40:34 -05:00
version = "0.9.5"
2024-03-18 15:08:00 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-27 13:40:34 -05:00
checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
2024-03-18 15:08:00 -05:00
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-09-27 13:40:34 -05:00
version = "0.52.6"
2024-03-12 13:22:11 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-27 13:40:34 -05:00
checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
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-09-27 13:40:34 -05:00
version = "0.52.6"
2024-03-12 13:22:11 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-27 13:40:34 -05:00
checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
2024-03-12 13:22:11 -05:00
[[package]]
name = "windows_aarch64_msvc"
2024-09-27 13:40:34 -05:00
version = "0.52.6"
2024-03-12 13:22:11 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-27 13:40:34 -05:00
checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
2024-03-12 13:22:11 -05:00
[[package]]
name = "windows_i686_gnu"
2024-09-27 13:40:34 -05:00
version = "0.52.6"
2024-06-27 20:34:22 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-27 13:40:34 -05:00
checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
2024-06-27 20:34:22 -05:00
[[package]]
name = "windows_i686_gnullvm"
2024-09-27 13:40:34 -05:00
version = "0.52.6"
2024-03-12 13:22:11 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-27 13:40:34 -05:00
checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
2024-03-12 13:22:11 -05:00
[[package]]
name = "windows_i686_msvc"
2024-09-27 13:40:34 -05:00
version = "0.52.6"
2024-03-12 13:22:11 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-27 13:40:34 -05:00
checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
2024-03-12 13:22:11 -05:00
[[package]]
name = "windows_x86_64_gnu"
2024-09-27 13:40:34 -05:00
version = "0.52.6"
2024-03-12 13:22:11 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-27 13:40:34 -05:00
checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
2024-03-12 13:22:11 -05:00
[[package]]
name = "windows_x86_64_gnullvm"
2024-09-27 13:40:34 -05:00
version = "0.52.6"
2024-03-12 13:22:11 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-27 13:40:34 -05:00
checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
2024-03-12 13:22:11 -05:00
[[package]]
name = "windows_x86_64_msvc"
2024-09-27 13:40:34 -05:00
version = "0.52.6"
2024-03-12 13:22:11 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-27 13:40:34 -05:00
checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
2024-03-15 12:43:32 -05:00
[[package]]
name = "zerocopy"
2024-09-27 13:40:34 -05:00
version = "0.7.35"
2024-03-15 12:43:32 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-27 13:40:34 -05:00
checksum = "1b9b4fd18abc82b8136838da5d50bae7bdea537c574d8dc1a34ed098d6c166f0"
2024-03-15 12:43:32 -05:00
dependencies = [
"zerocopy-derive",
]
[[package]]
name = "zerocopy-derive"
2024-09-27 13:40:34 -05:00
version = "0.7.35"
2024-03-15 12:43:32 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-27 13:40:34 -05:00
checksum = "fa4f8080344d4671fb4e831a13ad1e68092748387dfc4f55e356242fae12ce3e"
2024-03-15 12:43:32 -05:00
dependencies = [
"proc-macro2",
"quote",
"syn",
]