Skip to content
Cargo.lock 85.8 KiB
Newer Older
theMackabu's avatar
theMackabu committed
name = "utf16_iter"
version = "1.0.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c8232dd3cdaed5356e0f716d285e4b40b932ac434100fe9b7e0e8e935b9e6246"

[[package]]
name = "utf8_iter"
version = "1.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"

theMackabu's avatar
theMackabu committed
[[package]]
theMackabu's avatar
theMackabu committed
name = "utf8parse"
theMackabu's avatar
theMackabu committed
version = "0.2.2"
theMackabu's avatar
theMackabu committed
source = "registry+https://github.com/rust-lang/crates.io-index"
theMackabu's avatar
theMackabu committed
checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
theMackabu's avatar
theMackabu committed

[[package]]
name = "uuid"
theMackabu's avatar
theMackabu committed
version = "1.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
theMackabu's avatar
theMackabu committed
checksum = "f8c5f0a0af699448548ad1a2fbf920fb4bee257eae39953ba95cb84891a0446a"
dependencies = [
 "getrandom",
 "rand",
]

[[package]]
name = "valuable"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d"

theMackabu's avatar
theMackabu committed
[[package]]
name = "version_check"
theMackabu's avatar
theMackabu committed
version = "0.9.5"
theMackabu's avatar
theMackabu committed
source = "registry+https://github.com/rust-lang/crates.io-index"
theMackabu's avatar
theMackabu committed
checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
theMackabu's avatar
theMackabu committed
[[package]]
name = "vte"
theMackabu's avatar
theMackabu committed
version = "0.11.1"
theMackabu's avatar
theMackabu committed
source = "registry+https://github.com/rust-lang/crates.io-index"
theMackabu's avatar
theMackabu committed
checksum = "f5022b5fbf9407086c180e9557be968742d839e68346af7792b8592489732197"
theMackabu's avatar
theMackabu committed
dependencies = [
 "utf8parse",
 "vte_generate_state_changes",
]

[[package]]
name = "vte_generate_state_changes"
theMackabu's avatar
theMackabu committed
version = "0.1.2"
theMackabu's avatar
theMackabu committed
source = "registry+https://github.com/rust-lang/crates.io-index"
theMackabu's avatar
theMackabu committed
checksum = "2e369bee1b05d510a7b4ed645f5faa90619e05437111783ea5848f28d97d3c2e"
theMackabu's avatar
theMackabu committed
dependencies = [
 "proc-macro2",
 "quote",
]

theMackabu's avatar
theMackabu committed
[[package]]
name = "walkdir"
theMackabu's avatar
theMackabu committed
version = "2.5.0"
theMackabu's avatar
theMackabu committed
source = "registry+https://github.com/rust-lang/crates.io-index"
theMackabu's avatar
theMackabu committed
checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
theMackabu's avatar
theMackabu committed
dependencies = [
 "same-file",
 "winapi-util",
]

theMackabu's avatar
theMackabu committed
[[package]]
name = "want"
theMackabu's avatar
theMackabu committed
version = "0.3.1"
theMackabu's avatar
theMackabu committed
source = "registry+https://github.com/rust-lang/crates.io-index"
theMackabu's avatar
theMackabu committed
checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
theMackabu's avatar
theMackabu committed
dependencies = [
 "try-lock",
]

theMackabu's avatar
theMackabu committed
[[package]]
name = "wasi"
version = "0.11.0+wasi-snapshot-preview1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"

theMackabu's avatar
theMackabu committed
[[package]]
name = "wasm-bindgen"
theMackabu's avatar
theMackabu committed
version = "0.2.95"
theMackabu's avatar
theMackabu committed
source = "registry+https://github.com/rust-lang/crates.io-index"
theMackabu's avatar
theMackabu committed
checksum = "128d1e363af62632b8eb57219c8fd7877144af57558fb2ef0368d0087bddeb2e"
theMackabu's avatar
theMackabu committed
dependencies = [
 "cfg-if",
theMackabu's avatar
theMackabu committed
 "once_cell",
theMackabu's avatar
theMackabu committed
 "wasm-bindgen-macro",
]

[[package]]
name = "wasm-bindgen-backend"
theMackabu's avatar
theMackabu committed
version = "0.2.95"
theMackabu's avatar
theMackabu committed
source = "registry+https://github.com/rust-lang/crates.io-index"
theMackabu's avatar
theMackabu committed
checksum = "cb6dd4d3ca0ddffd1dd1c9c04f94b868c37ff5fac97c30b97cff2d74fce3a358"
theMackabu's avatar
theMackabu committed
dependencies = [
 "bumpalo",
 "log",
 "once_cell",
 "proc-macro2",
 "quote",
theMackabu's avatar
theMackabu committed
 "syn",
theMackabu's avatar
theMackabu committed
 "wasm-bindgen-shared",
]

[[package]]
name = "wasm-bindgen-futures"
theMackabu's avatar
theMackabu committed
version = "0.4.45"
theMackabu's avatar
theMackabu committed
source = "registry+https://github.com/rust-lang/crates.io-index"
theMackabu's avatar
theMackabu committed
checksum = "cc7ec4f8827a71586374db3e87abdb5a2bb3a15afed140221307c3ec06b1f63b"
theMackabu's avatar
theMackabu committed
dependencies = [
 "cfg-if",
 "js-sys",
 "wasm-bindgen",
 "web-sys",
]

[[package]]
name = "wasm-bindgen-macro"
theMackabu's avatar
theMackabu committed
version = "0.2.95"
theMackabu's avatar
theMackabu committed
source = "registry+https://github.com/rust-lang/crates.io-index"
theMackabu's avatar
theMackabu committed
checksum = "e79384be7f8f5a9dd5d7167216f022090cf1f9ec128e6e6a482a2cb5c5422c56"
theMackabu's avatar
theMackabu committed
dependencies = [
 "quote",
 "wasm-bindgen-macro-support",
]

[[package]]
name = "wasm-bindgen-macro-support"
theMackabu's avatar
theMackabu committed
version = "0.2.95"
theMackabu's avatar
theMackabu committed
source = "registry+https://github.com/rust-lang/crates.io-index"
theMackabu's avatar
theMackabu committed
checksum = "26c6ab57572f7a24a4985830b120de1594465e5d500f24afe89e16b4e833ef68"
theMackabu's avatar
theMackabu committed
dependencies = [
 "proc-macro2",
 "quote",
theMackabu's avatar
theMackabu committed
 "syn",
theMackabu's avatar
theMackabu committed
 "wasm-bindgen-backend",
 "wasm-bindgen-shared",
]

[[package]]
name = "wasm-bindgen-shared"
theMackabu's avatar
theMackabu committed
version = "0.2.95"
theMackabu's avatar
theMackabu committed
source = "registry+https://github.com/rust-lang/crates.io-index"
theMackabu's avatar
theMackabu committed
checksum = "65fc09f10666a9f147042251e0dda9c18f166ff7de300607007e96bdebc1068d"
theMackabu's avatar
theMackabu committed

[[package]]
name = "web-sys"
theMackabu's avatar
theMackabu committed
version = "0.3.72"
theMackabu's avatar
theMackabu committed
source = "registry+https://github.com/rust-lang/crates.io-index"
theMackabu's avatar
theMackabu committed
checksum = "f6488b90108c040df0fe62fa815cbdee25124641df01814dd7282749234c6112"
dependencies = [
 "js-sys",
 "wasm-bindgen",
]

[[package]]
name = "web-time"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb"
theMackabu's avatar
theMackabu committed
dependencies = [
 "js-sys",
 "wasm-bindgen",
]

theMackabu's avatar
theMackabu committed
[[package]]
name = "webpki-roots"
version = "0.24.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b291546d5d9d1eab74f069c77749f2cb8504a12caa20f0f2de93ddbf6f411888"
dependencies = [
 "rustls-webpki",
]

[[package]]
name = "webpki-roots"
theMackabu's avatar
theMackabu committed
version = "0.25.4"
theMackabu's avatar
theMackabu committed
source = "registry+https://github.com/rust-lang/crates.io-index"
theMackabu's avatar
theMackabu committed
checksum = "5f20c57d8d7db6d3b86154206ae5d8fba62dd39573114de97c2cb0578251f8e1"
theMackabu's avatar
theMackabu committed

theMackabu's avatar
theMackabu committed
[[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-util"
theMackabu's avatar
theMackabu committed
version = "0.1.9"
theMackabu's avatar
theMackabu committed
source = "registry+https://github.com/rust-lang/crates.io-index"
theMackabu's avatar
theMackabu committed
checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb"
theMackabu's avatar
theMackabu committed
dependencies = [
theMackabu's avatar
theMackabu committed
 "windows-sys 0.59.0",
theMackabu's avatar
theMackabu committed
]

[[package]]
name = "winapi-x86_64-pc-windows-gnu"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"

[[package]]
name = "windows"
version = "0.48.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e686886bc078bc1b0b600cac0147aadb815089b6e4da64016cbd754b6342700f"
dependencies = [
 "windows-targets 0.48.5",
]

theMackabu's avatar
theMackabu committed
[[package]]
theMackabu's avatar
theMackabu committed
name = "windows-core"
theMackabu's avatar
theMackabu committed
version = "0.52.0"
theMackabu's avatar
theMackabu committed
source = "registry+https://github.com/rust-lang/crates.io-index"
theMackabu's avatar
theMackabu committed
checksum = "33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9"
theMackabu's avatar
theMackabu committed
dependencies = [
theMackabu's avatar
theMackabu committed
 "windows-targets 0.52.6",
theMackabu's avatar
theMackabu committed
]

theMackabu's avatar
theMackabu committed
[[package]]
name = "windows-sys"
theMackabu's avatar
theMackabu committed
version = "0.48.0"
theMackabu's avatar
theMackabu committed
source = "registry+https://github.com/rust-lang/crates.io-index"
theMackabu's avatar
theMackabu committed
checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
theMackabu's avatar
theMackabu committed
dependencies = [
theMackabu's avatar
theMackabu committed
 "windows-targets 0.48.5",
theMackabu's avatar
theMackabu committed
[[package]]
name = "windows-sys"
theMackabu's avatar
theMackabu committed
version = "0.52.0"
theMackabu's avatar
theMackabu committed
source = "registry+https://github.com/rust-lang/crates.io-index"
theMackabu's avatar
theMackabu committed
checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
theMackabu's avatar
theMackabu committed
dependencies = [
theMackabu's avatar
theMackabu committed
 "windows-targets 0.52.6",
theMackabu's avatar
theMackabu committed
]

[[package]]
theMackabu's avatar
theMackabu committed
name = "windows-sys"
version = "0.59.0"
theMackabu's avatar
theMackabu committed
source = "registry+https://github.com/rust-lang/crates.io-index"
theMackabu's avatar
theMackabu committed
checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
theMackabu's avatar
theMackabu committed
dependencies = [
theMackabu's avatar
theMackabu committed
 "windows-targets 0.52.6",
theMackabu's avatar
theMackabu committed
]

[[package]]
name = "windows-targets"
theMackabu's avatar
theMackabu committed
version = "0.48.5"
theMackabu's avatar
theMackabu committed
source = "registry+https://github.com/rust-lang/crates.io-index"
theMackabu's avatar
theMackabu committed
checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
theMackabu's avatar
theMackabu committed
dependencies = [
theMackabu's avatar
theMackabu committed
 "windows_aarch64_gnullvm 0.48.5",
 "windows_aarch64_msvc 0.48.5",
 "windows_i686_gnu 0.48.5",
 "windows_i686_msvc 0.48.5",
 "windows_x86_64_gnu 0.48.5",
 "windows_x86_64_gnullvm 0.48.5",
 "windows_x86_64_msvc 0.48.5",
theMackabu's avatar
theMackabu committed
]

[[package]]
theMackabu's avatar
theMackabu committed
name = "windows-targets"
version = "0.52.6"
theMackabu's avatar
theMackabu committed
source = "registry+https://github.com/rust-lang/crates.io-index"
theMackabu's avatar
theMackabu committed
checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
dependencies = [
 "windows_aarch64_gnullvm 0.52.6",
 "windows_aarch64_msvc 0.52.6",
 "windows_i686_gnu 0.52.6",
 "windows_i686_gnullvm",
 "windows_i686_msvc 0.52.6",
 "windows_x86_64_gnu 0.52.6",
 "windows_x86_64_gnullvm 0.52.6",
 "windows_x86_64_msvc 0.52.6",
]
theMackabu's avatar
theMackabu committed
[[package]]
name = "windows_aarch64_gnullvm"
theMackabu's avatar
theMackabu committed
version = "0.48.5"
theMackabu's avatar
theMackabu committed
source = "registry+https://github.com/rust-lang/crates.io-index"
theMackabu's avatar
theMackabu committed
checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
theMackabu's avatar
theMackabu committed

theMackabu's avatar
theMackabu committed
[[package]]
theMackabu's avatar
theMackabu committed
name = "windows_aarch64_gnullvm"
version = "0.52.6"
theMackabu's avatar
theMackabu committed
source = "registry+https://github.com/rust-lang/crates.io-index"
theMackabu's avatar
theMackabu committed
checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
theMackabu's avatar
theMackabu committed
[[package]]
name = "windows_aarch64_msvc"
theMackabu's avatar
theMackabu committed
version = "0.48.5"
theMackabu's avatar
theMackabu committed
source = "registry+https://github.com/rust-lang/crates.io-index"
theMackabu's avatar
theMackabu committed
checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
theMackabu's avatar
theMackabu committed

theMackabu's avatar
theMackabu committed
[[package]]
theMackabu's avatar
theMackabu committed
name = "windows_aarch64_msvc"
version = "0.52.6"
theMackabu's avatar
theMackabu committed
source = "registry+https://github.com/rust-lang/crates.io-index"
theMackabu's avatar
theMackabu committed
checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
theMackabu's avatar
theMackabu committed
[[package]]
name = "windows_i686_gnu"
theMackabu's avatar
theMackabu committed
version = "0.48.5"
theMackabu's avatar
theMackabu committed
source = "registry+https://github.com/rust-lang/crates.io-index"
theMackabu's avatar
theMackabu committed
checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
theMackabu's avatar
theMackabu committed

theMackabu's avatar
theMackabu committed
[[package]]
theMackabu's avatar
theMackabu committed
name = "windows_i686_gnu"
version = "0.52.6"
theMackabu's avatar
theMackabu committed
source = "registry+https://github.com/rust-lang/crates.io-index"
theMackabu's avatar
theMackabu committed
checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"

[[package]]
name = "windows_i686_gnullvm"
version = "0.52.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
theMackabu's avatar
theMackabu committed
[[package]]
name = "windows_i686_msvc"
theMackabu's avatar
theMackabu committed
version = "0.48.5"
theMackabu's avatar
theMackabu committed
source = "registry+https://github.com/rust-lang/crates.io-index"
theMackabu's avatar
theMackabu committed
checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
theMackabu's avatar
theMackabu committed

theMackabu's avatar
theMackabu committed
[[package]]
theMackabu's avatar
theMackabu committed
name = "windows_i686_msvc"
version = "0.52.6"
theMackabu's avatar
theMackabu committed
source = "registry+https://github.com/rust-lang/crates.io-index"
theMackabu's avatar
theMackabu committed
checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
theMackabu's avatar
theMackabu committed
[[package]]
name = "windows_x86_64_gnu"
theMackabu's avatar
theMackabu committed
version = "0.48.5"
theMackabu's avatar
theMackabu committed
source = "registry+https://github.com/rust-lang/crates.io-index"
theMackabu's avatar
theMackabu committed
checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
theMackabu's avatar
theMackabu committed

theMackabu's avatar
theMackabu committed
[[package]]
theMackabu's avatar
theMackabu committed
name = "windows_x86_64_gnu"
version = "0.52.6"
theMackabu's avatar
theMackabu committed
source = "registry+https://github.com/rust-lang/crates.io-index"
theMackabu's avatar
theMackabu committed
checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
theMackabu's avatar
theMackabu committed
[[package]]
name = "windows_x86_64_gnullvm"
theMackabu's avatar
theMackabu committed
version = "0.48.5"
theMackabu's avatar
theMackabu committed
source = "registry+https://github.com/rust-lang/crates.io-index"
theMackabu's avatar
theMackabu committed
checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
theMackabu's avatar
theMackabu committed

theMackabu's avatar
theMackabu committed
[[package]]
theMackabu's avatar
theMackabu committed
name = "windows_x86_64_gnullvm"
version = "0.52.6"
theMackabu's avatar
theMackabu committed
source = "registry+https://github.com/rust-lang/crates.io-index"
theMackabu's avatar
theMackabu committed
checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
theMackabu's avatar
theMackabu committed

[[package]]
name = "windows_x86_64_msvc"
theMackabu's avatar
theMackabu committed
version = "0.48.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"

theMackabu's avatar
theMackabu committed
[[package]]
name = "windows_x86_64_msvc"
version = "0.52.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"

theMackabu's avatar
theMackabu committed
[[package]]
name = "winnow"
theMackabu's avatar
theMackabu committed
version = "0.6.20"
theMackabu's avatar
theMackabu committed
source = "registry+https://github.com/rust-lang/crates.io-index"
theMackabu's avatar
theMackabu committed
checksum = "36c1fec1a2bb5866f07c25f68c26e565c4c200aebb96d7e55710c19d3e8ac49b"
theMackabu's avatar
theMackabu committed
dependencies = [
 "memchr",
]
theMackabu's avatar
theMackabu committed

[[package]]
name = "winreg"
theMackabu's avatar
theMackabu committed
version = "0.50.0"
theMackabu's avatar
theMackabu committed
source = "registry+https://github.com/rust-lang/crates.io-index"
theMackabu's avatar
theMackabu committed
checksum = "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1"
theMackabu's avatar
theMackabu committed
dependencies = [
theMackabu's avatar
theMackabu committed
 "cfg-if",
 "windows-sys 0.48.0",
theMackabu's avatar
theMackabu committed
]
theMackabu's avatar
theMackabu committed
[[package]]
name = "write16"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d1890f4022759daae28ed4fe62859b1236caebfc61ede2f63ed4e695f3f6d936"

[[package]]
name = "writeable"
version = "0.5.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1e9df38ee2d2c3c5948ea468a8406ff0db0b29ae1ffde1bcf20ef305bcc95c51"

[[package]]
name = "xattr"
theMackabu's avatar
theMackabu committed
version = "1.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
theMackabu's avatar
theMackabu committed
checksum = "8da84f1a25939b27f6820d92aed108f83ff920fdf11a7b19366c27c4cda81d4f"
dependencies = [
 "libc",
theMackabu's avatar
theMackabu committed
 "linux-raw-sys",
 "rustix",
theMackabu's avatar
theMackabu committed

[[package]]
name = "yansi"
theMackabu's avatar
theMackabu committed
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
theMackabu's avatar
theMackabu committed
checksum = "cfe53a6657fd280eaa890a3bc59152892ffa3e30101319d168b781ed6529b049"
dependencies = [
 "is-terminal",
]

theMackabu's avatar
theMackabu committed
[[package]]
name = "yoke"
version = "0.7.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6c5b1314b079b0930c31e3af543d8ee1757b1951ae1e1565ec704403a7240ca5"
dependencies = [
 "serde",
 "stable_deref_trait",
 "yoke-derive",
 "zerofrom",
]

[[package]]
name = "yoke-derive"
version = "0.7.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "28cc31741b18cb6f1d5ff12f5b7523e3d6eb0852bbbad19d73905511d9849b95"
dependencies = [
 "proc-macro2",
 "quote",
 "syn",
 "synstructure",
]

theMackabu's avatar
theMackabu committed
[[package]]
name = "zerocopy"
theMackabu's avatar
theMackabu committed
version = "0.7.35"
theMackabu's avatar
theMackabu committed
source = "registry+https://github.com/rust-lang/crates.io-index"
theMackabu's avatar
theMackabu committed
checksum = "1b9b4fd18abc82b8136838da5d50bae7bdea537c574d8dc1a34ed098d6c166f0"
theMackabu's avatar
theMackabu committed
dependencies = [
theMackabu's avatar
theMackabu committed
 "byteorder",
theMackabu's avatar
theMackabu committed
 "zerocopy-derive",
]

[[package]]
name = "zerocopy-derive"
theMackabu's avatar
theMackabu committed
version = "0.7.35"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fa4f8080344d4671fb4e831a13ad1e68092748387dfc4f55e356242fae12ce3e"
dependencies = [
 "proc-macro2",
 "quote",
 "syn",
]

[[package]]
name = "zerofrom"
version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "91ec111ce797d0e0784a1116d0ddcdbea84322cd79e5d5ad173daeba4f93ab55"
dependencies = [
 "zerofrom-derive",
]

[[package]]
name = "zerofrom-derive"
version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0ea7b4a3637ea8669cedf0f1fd5c286a17f3de97b8dd5a70a6c167a1730e63a5"
dependencies = [
 "proc-macro2",
 "quote",
 "syn",
 "synstructure",
]

[[package]]
name = "zerovec"
version = "0.10.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "aa2b893d79df23bfb12d5461018d408ea19dfafe76c2c7ef6d4eba614f8ff079"
dependencies = [
 "yoke",
 "zerofrom",
 "zerovec-derive",
]

[[package]]
name = "zerovec-derive"
version = "0.10.3"
theMackabu's avatar
theMackabu committed
source = "registry+https://github.com/rust-lang/crates.io-index"
theMackabu's avatar
theMackabu committed
checksum = "6eafa6dfb17584ea3e2bd6e76e0cc15ad7af12b09abdd1ca55961bed9b1063c6"
theMackabu's avatar
theMackabu committed
dependencies = [
 "proc-macro2",
 "quote",
 "syn",
]