bdk-ffi/Cargo.lock

1404 lines
34 KiB
Plaintext
Raw Normal View History

2022-11-14 13:16:45 -05:00
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3
[[package]]
name = "adler"
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
2022-11-14 13:16:45 -05:00
[[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 = "anyhow"
2023-02-16 14:54:15 -06:00
version = "1.0.69"
2022-11-14 13:16:45 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-16 14:54:15 -06:00
checksum = "224afbd727c3d6e4b90103ece64b8d1b67fbb1973b1046c2281eed3f3803f800"
2022-11-14 13:16:45 -05:00
[[package]]
name = "askama"
version = "0.11.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fb98f10f371286b177db5eeb9a6e5396609555686a35e1d4f7b9a9c6d8af0139"
dependencies = [
"askama_derive",
"askama_escape",
"askama_shared",
]
[[package]]
name = "askama_derive"
version = "0.11.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "87bf87e6e8b47264efa9bde63d6225c6276a52e05e91bf37eaa8afd0032d6b71"
dependencies = [
"askama_shared",
"proc-macro2",
"syn",
]
[[package]]
name = "askama_escape"
version = "0.10.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "619743e34b5ba4e9703bba34deac3427c72507c7159f5fd030aea8cac0cfe341"
[[package]]
name = "askama_shared"
version = "0.12.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bf722b94118a07fcbc6640190f247334027685d4e218b794dbfe17c32bf38ed0"
dependencies = [
"askama_escape",
"mime",
"mime_guess",
"nom",
"proc-macro2",
"quote",
"serde",
"syn",
"toml",
]
2022-12-15 09:39:59 -05:00
[[package]]
name = "assert_matches"
version = "1.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9b34d609dfbaf33d6889b2b7106d3ca345eacad44200913df5ba02bfd31d2ba9"
2022-11-14 13:16:45 -05:00
[[package]]
name = "async-trait"
2023-02-16 14:54:15 -06:00
version = "0.1.64"
2022-11-14 13:16:45 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-16 14:54:15 -06:00
checksum = "1cd7fce9ba8c3c042128ce72d8b2ddbf3a05747efb67ea0313c635e10bda47a2"
2022-11-14 13:16:45 -05:00
dependencies = [
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "autocfg"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
[[package]]
name = "base64"
version = "0.13.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8"
2022-11-29 18:16:27 -08:00
[[package]]
name = "base64-compat"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5a8d4d2746f89841e49230dd26917df1876050f95abafafbe34f47cb534b88d7"
dependencies = [
"byteorder",
]
2022-11-14 13:16:45 -05:00
[[package]]
name = "bdk"
2023-02-16 14:54:15 -06:00
version = "0.27.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-16 14:54:15 -06:00
checksum = "51c878ac60a45c41523ff790df555ccb1fbfd634a667220104dcae3e64d7ed9f"
2022-11-14 13:16:45 -05:00
dependencies = [
"ahash",
"async-trait",
"bdk-macros",
"bip39",
"bitcoin",
2022-11-29 18:16:27 -08:00
"bitcoincore-rpc",
2022-11-14 13:16:45 -05:00
"electrum-client",
"esplora-client",
"getrandom",
"js-sys",
"log",
"miniscript",
"rand",
"rusqlite",
"serde",
"serde_json",
"sled",
"tokio",
]
[[package]]
name = "bdk-ffi"
version = "0.27.1"
2022-11-14 13:16:45 -05:00
dependencies = [
2022-12-15 09:39:59 -05:00
"assert_matches",
2022-11-14 13:16:45 -05:00
"bdk",
"uniffi",
]
[[package]]
name = "bdk-macros"
version = "0.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "81c1980e50ae23bb6efa9283ae8679d6ea2c6fa6a99fe62533f65f4a25a1a56c"
dependencies = [
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "bech32"
version = "0.9.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d86b93f97252c47b41663388e6d155714a9d0c398b99f1005cbc5f978b29f445"
[[package]]
name = "bincode"
version = "1.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad"
dependencies = [
"serde",
]
[[package]]
name = "bip39"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b9e89470017230c38e52b82b3ee3f530db1856ba1d434e3a67a3456a8a8dec5f"
dependencies = [
"bitcoin_hashes 0.9.7",
"rand_core 0.4.2",
"serde",
"unicode-normalization",
]
[[package]]
name = "bitcoin"
version = "0.29.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0694ea59225b0c5f3cb405ff3f670e4828358ed26aec49dc352f730f0cb1a8a3"
dependencies = [
"base64",
"bech32",
"bitcoin_hashes 0.11.0",
"secp256k1",
"serde",
]
[[package]]
name = "bitcoin_hashes"
version = "0.9.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7ce18265ec2324ad075345d5814fbeed4f41f0a660055dc78840b74d19b874b1"
[[package]]
name = "bitcoin_hashes"
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "90064b8dee6815a6470d60bad07bbbaee885c0e12d04177138fa3291a01b7bc4"
dependencies = [
"serde",
]
2022-11-29 18:16:27 -08:00
[[package]]
name = "bitcoincore-rpc"
version = "0.16.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0261b2bb7617e0c91b452a837bbd1291fd34ad6990cb8e3ffc28239cc045b5ca"
dependencies = [
"bitcoincore-rpc-json",
"jsonrpc",
"log",
"serde",
"serde_json",
]
[[package]]
name = "bitcoincore-rpc-json"
version = "0.16.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c231bea28e314879c5aef240f6052e8a72a369e3c9f9b20d9bfbb33ad18029b2"
dependencies = [
"bitcoin",
"serde",
"serde_json",
]
2022-11-14 13:16:45 -05:00
[[package]]
name = "bitflags"
version = "1.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
[[package]]
name = "bumpalo"
2023-02-16 14:54:15 -06:00
version = "3.12.0"
2022-11-14 13:16:45 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-16 14:54:15 -06:00
checksum = "0d261e256854913907f67ed06efbc3338dfe6179796deefc1ff763fc1aee5535"
2022-11-14 13:16:45 -05:00
[[package]]
name = "byteorder"
version = "1.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610"
[[package]]
name = "bytes"
2023-02-16 14:54:15 -06:00
version = "1.4.0"
2022-11-14 13:16:45 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-16 14:54:15 -06:00
checksum = "89b2fd2a0dcf38d7971e2194b6b6eebab45ae01067456a7fd93d5547a61b70be"
2022-11-14 13:16:45 -05:00
[[package]]
name = "camino"
2023-02-16 14:54:15 -06:00
version = "1.1.2"
2022-11-14 13:16:45 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-16 14:54:15 -06:00
checksum = "c77df041dc383319cc661b428b6961a005db4d6808d5e12536931b1ca9556055"
2022-11-14 13:16:45 -05:00
dependencies = [
"serde",
]
[[package]]
name = "cargo-platform"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cbdb825da8a5df079a43676dbe042702f1707b1109f713a01420fbb4cc71fa27"
dependencies = [
"serde",
]
[[package]]
name = "cargo_metadata"
version = "0.15.3"
2022-11-14 13:16:45 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "08a1ec454bc3eead8719cb56e15dbbfecdbc14e4b3a3ae4936cc6e31f5fc0d07"
2022-11-14 13:16:45 -05:00
dependencies = [
"camino",
"cargo-platform",
"semver",
"serde",
"serde_json",
"thiserror",
2022-11-14 13:16:45 -05:00
]
[[package]]
name = "cc"
2023-02-16 14:54:15 -06:00
version = "1.0.79"
2022-11-14 13:16:45 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-16 14:54:15 -06:00
checksum = "50d30906286121d95be3d479533b458f87493b30a4b5f79a607db8f5d11aa91f"
2022-11-14 13:16:45 -05:00
[[package]]
name = "cfg-if"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
[[package]]
name = "crc32fast"
version = "1.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b540bd8bc810d3885c6ea91e2018302f68baba2129ab3e88f32389ee9370880d"
dependencies = [
"cfg-if",
]
[[package]]
name = "crossbeam-epoch"
2022-11-30 12:52:51 -05:00
version = "0.9.13"
2022-11-14 13:16:45 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-30 12:52:51 -05:00
checksum = "01a9af1f4c2ef74bb8aa1f7e19706bc72d03598c8a570bb5de72243c7a9d9d5a"
2022-11-14 13:16:45 -05:00
dependencies = [
"autocfg",
"cfg-if",
"crossbeam-utils",
"memoffset",
"scopeguard",
]
[[package]]
name = "crossbeam-utils"
2022-11-30 12:52:51 -05:00
version = "0.8.14"
2022-11-14 13:16:45 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-30 12:52:51 -05:00
checksum = "4fb766fa798726286dbbb842f174001dab8abc7b627a1dd86e0b7222a95d929f"
2022-11-14 13:16:45 -05:00
dependencies = [
"cfg-if",
]
[[package]]
name = "electrum-client"
version = "0.12.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "82a232d46710f8064b7bb2029d82819fc1f5fba053687e0e3bb47cc762af24f6"
dependencies = [
"bitcoin",
"byteorder",
"libc",
"log",
"rustls",
2022-11-14 13:16:45 -05:00
"serde",
"serde_json",
"webpki",
"webpki-roots",
2022-11-14 13:16:45 -05:00
"winapi",
]
[[package]]
name = "esplora-client"
version = "0.3.0"
2022-11-14 13:16:45 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "38bbba572d03ca4d628b653f01e60ba6947c67df65ee8910c79daaf252897924"
2022-11-14 13:16:45 -05:00
dependencies = [
"bitcoin",
"log",
"serde",
"ureq",
]
[[package]]
name = "fallible-iterator"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4443176a9f2c162692bd3d352d745ef9413eec5782a80d8fd6f8a1ac692a07f7"
[[package]]
name = "fallible-streaming-iterator"
version = "0.1.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7360491ce676a36bf9bb3c56c1aa791658183a54d2744120f27285738d90465a"
[[package]]
name = "flate2"
version = "1.0.25"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a8a2db397cb1c8772f31494cb8917e48cd1e64f0fa7efac59fbd741a0a8ce841"
dependencies = [
"crc32fast",
"miniz_oxide",
]
2022-11-14 13:16:45 -05:00
[[package]]
name = "form_urlencoded"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a9c384f161156f5260c24a097c56119f9be8c798586aecc13afbcbe7b7e26bf8"
dependencies = [
"percent-encoding",
]
[[package]]
name = "fs-err"
version = "2.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0845fa252299212f0389d64ba26f34fa32cfe41588355f21ed507c59a0f64541"
[[package]]
name = "fs2"
version = "0.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9564fc758e15025b46aa6643b1b77d047d1a56a1aea6e01002ac0c7026876213"
dependencies = [
"libc",
"winapi",
]
[[package]]
name = "fxhash"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c31b6d751ae2c7f11320402d34e41349dd1016f8d5d45e48c4312bc8625af50c"
dependencies = [
"byteorder",
]
[[package]]
name = "getrandom"
version = "0.2.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c05aeb6a22b8f62540c194aac980f2115af067bfe15a0734d7277a768d396b31"
dependencies = [
"cfg-if",
"libc",
"wasi",
]
[[package]]
name = "glob"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b"
[[package]]
name = "goblin"
version = "0.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0d6b4de4a8eb6c46a8c77e1d3be942cb9a8bf073c22374578e5ba4b08ed0ff68"
dependencies = [
"log",
"plain",
"scroll",
]
2022-11-14 13:16:45 -05:00
[[package]]
name = "hashbrown"
2023-02-16 14:54:15 -06:00
version = "0.12.3"
2022-11-14 13:16:45 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-16 14:54:15 -06:00
checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
2022-11-14 13:16:45 -05:00
dependencies = [
"ahash",
]
[[package]]
name = "hashlink"
2023-02-16 14:54:15 -06:00
version = "0.8.1"
2022-11-14 13:16:45 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-16 14:54:15 -06:00
checksum = "69fe1fcf8b4278d860ad0548329f892a3631fb63f82574df68275f34cdbe0ffa"
2022-11-14 13:16:45 -05:00
dependencies = [
2023-02-16 14:54:15 -06:00
"hashbrown",
2022-11-14 13:16:45 -05:00
]
[[package]]
name = "heck"
2023-02-16 14:54:15 -06:00
version = "0.4.1"
2022-11-14 13:16:45 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-16 14:54:15 -06:00
checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
2022-11-14 13:16:45 -05:00
[[package]]
name = "idna"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "de910d521f7cc3135c4de8db1cb910e0b5ed1dc6f57c381cd07e8e661ce10094"
dependencies = [
"matches",
"unicode-bidi",
"unicode-normalization",
]
[[package]]
name = "instant"
version = "0.1.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c"
dependencies = [
"cfg-if",
]
[[package]]
name = "itoa"
version = "1.0.5"
2022-11-14 13:16:45 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fad582f4b9e86b6caa621cabeb0963332d92eea04729ab12892c2533951e6440"
2022-11-14 13:16:45 -05:00
[[package]]
name = "js-sys"
2023-02-16 14:54:15 -06:00
version = "0.3.61"
2022-11-14 13:16:45 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-16 14:54:15 -06:00
checksum = "445dde2150c55e483f3d8416706b97ec8e8237c307e5b7b4b8dd15e6af2a0730"
2022-11-14 13:16:45 -05:00
dependencies = [
"wasm-bindgen",
]
2022-11-29 18:16:27 -08:00
[[package]]
name = "jsonrpc"
version = "0.12.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7f8423b78fc94d12ef1a4a9d13c348c9a78766dda0cc18817adf0faf77e670c8"
dependencies = [
"base64-compat",
"serde",
"serde_derive",
"serde_json",
]
2022-11-14 13:16:45 -05:00
[[package]]
name = "libc"
version = "0.2.139"
2022-11-14 13:16:45 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "201de327520df007757c1f0adce6e827fe8562fbc28bfd9c15571c66ca1f5f79"
2022-11-14 13:16:45 -05:00
[[package]]
name = "libsqlite3-sys"
2023-02-16 14:54:15 -06:00
version = "0.25.2"
2022-11-14 13:16:45 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-16 14:54:15 -06:00
checksum = "29f835d03d717946d28b1d1ed632eb6f0e24a299388ee623d0c23118d3e8a7fa"
2022-11-14 13:16:45 -05:00
dependencies = [
"cc",
"pkg-config",
"vcpkg",
]
[[package]]
name = "lock_api"
version = "0.4.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "435011366fe56583b16cf956f9df0095b405b82d76425bc8981c0e22e60ec4df"
dependencies = [
"autocfg",
"scopeguard",
]
[[package]]
name = "log"
version = "0.4.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e"
dependencies = [
"cfg-if",
]
[[package]]
name = "matches"
2023-02-16 14:54:15 -06:00
version = "0.1.10"
2022-11-14 13:16:45 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-16 14:54:15 -06:00
checksum = "2532096657941c2fea9c289d370a250971c689d4f143798ff67113ec042024a5"
2022-11-14 13:16:45 -05:00
[[package]]
name = "maybe-uninit"
version = "2.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "60302e4db3a61da70c0cb7991976248362f30319e88850c487b9b95bbf059e00"
[[package]]
name = "memchr"
version = "2.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d"
[[package]]
name = "memoffset"
2022-11-30 12:52:51 -05:00
version = "0.7.1"
2022-11-14 13:16:45 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-30 12:52:51 -05:00
checksum = "5de893c32cde5f383baa4c04c5d6dbdd735cfd4a794b0debdb2bb1b421da5ff4"
2022-11-14 13:16:45 -05:00
dependencies = [
"autocfg",
]
[[package]]
name = "mime"
version = "0.3.16"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2a60c7ce501c71e03a9c9c0d35b861413ae925bd979cc7a4e30d060069aaac8d"
[[package]]
name = "mime_guess"
version = "2.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4192263c238a5f0d0c6bfd21f336a313a4ce1c450542449ca191bb657b4642ef"
dependencies = [
"mime",
"unicase",
]
[[package]]
name = "minimal-lexical"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
[[package]]
name = "miniscript"
version = "9.0.0"
2022-11-14 13:16:45 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "123a10aae81d0712ecc09b780f6f0ae0b0f506a5c4c912974725760d59ba073e"
2022-11-14 13:16:45 -05:00
dependencies = [
"bitcoin",
"serde",
]
[[package]]
name = "miniz_oxide"
version = "0.6.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b275950c28b37e794e8c55d88aeb5e139d0ce23fdbbeda68f8d7174abdf9e8fa"
dependencies = [
"adler",
]
2022-11-14 13:16:45 -05:00
[[package]]
name = "nom"
2023-02-16 14:54:15 -06:00
version = "7.1.3"
2022-11-14 13:16:45 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-16 14:54:15 -06:00
checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
2022-11-14 13:16:45 -05:00
dependencies = [
"memchr",
"minimal-lexical",
]
[[package]]
name = "once_cell"
2023-02-16 14:54:15 -06:00
version = "1.17.1"
2022-11-14 13:16:45 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-16 14:54:15 -06:00
checksum = "b7e5500299e16ebb147ae15a00a942af264cf3688f47923b8fc2cd5858f23ad3"
2022-11-14 13:16:45 -05:00
[[package]]
name = "parking_lot"
version = "0.11.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7d17b78036a60663b797adeaee46f5c9dfebb86948d1255007a1d6be0271ff99"
dependencies = [
"instant",
"lock_api",
"parking_lot_core",
]
[[package]]
name = "parking_lot_core"
version = "0.8.6"
2022-11-14 13:16:45 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "60a2cfe6f0ad2bfc16aefa463b497d5c7a5ecd44a23efa72aa342d90177356dc"
2022-11-14 13:16:45 -05:00
dependencies = [
"cfg-if",
"instant",
"libc",
"redox_syscall",
"smallvec 1.10.0",
"winapi",
]
[[package]]
name = "paste"
version = "1.0.11"
2022-11-14 13:16:45 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d01a5bd0424d00070b0098dd17ebca6f961a959dead1dbcbbbc1d1cd8d3deeba"
2022-11-14 13:16:45 -05:00
[[package]]
name = "percent-encoding"
version = "2.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "478c572c3d73181ff3c2539045f6eb99e5491218eae919370993b890cdbdd98e"
[[package]]
name = "pin-project-lite"
version = "0.2.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e0a7ae3ac2f1173085d398531c705756c94a4c56843785df85a60c1a0afac116"
[[package]]
name = "pkg-config"
version = "0.3.26"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6ac9a59f73473f1b8d852421e59e64809f025994837ef743615c6d0c5b305160"
[[package]]
name = "plain"
version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b4596b6d070b27117e987119b4dac604f3c58cfb0b191112e24771b2faeac1a6"
[[package]]
name = "ppv-lite86"
version = "0.2.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de"
[[package]]
name = "proc-macro2"
2023-02-16 14:54:15 -06:00
version = "1.0.51"
2022-11-14 13:16:45 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-16 14:54:15 -06:00
checksum = "5d727cae5b39d21da60fa540906919ad737832fe0b1c165da3a34d6548c849d6"
2022-11-14 13:16:45 -05:00
dependencies = [
"unicode-ident",
]
[[package]]
name = "quote"
version = "1.0.23"
2022-11-14 13:16:45 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8856d8364d252a14d474036ea1358d63c9e6965c8e5c1885c18f73d70bff9c7b"
2022-11-14 13:16:45 -05:00
dependencies = [
"proc-macro2",
]
[[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 0.6.4",
]
[[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 0.6.4",
]
[[package]]
name = "rand_core"
version = "0.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9c33a3c44ca05fa6f1807d8e6743f3824e8509beca625669633be0acbdf509dc"
[[package]]
name = "rand_core"
version = "0.6.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
dependencies = [
"getrandom",
]
[[package]]
name = "redox_syscall"
version = "0.2.16"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
dependencies = [
"bitflags",
]
[[package]]
name = "ring"
version = "0.16.20"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3053cf52e236a3ed746dfc745aa9cacf1b791d846bdaf412f60a8d7d6e17c8fc"
dependencies = [
"cc",
"libc",
"once_cell",
"spin",
"untrusted",
"web-sys",
"winapi",
]
[[package]]
name = "rusqlite"
2023-02-16 14:54:15 -06:00
version = "0.28.0"
2022-11-14 13:16:45 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-16 14:54:15 -06:00
checksum = "01e213bc3ecb39ac32e81e51ebe31fd888a940515173e3a18a35f8c6e896422a"
2022-11-14 13:16:45 -05:00
dependencies = [
"bitflags",
"fallible-iterator",
"fallible-streaming-iterator",
"hashlink",
"libsqlite3-sys",
"smallvec 1.10.0",
]
[[package]]
name = "rustls"
2023-02-16 14:54:15 -06:00
version = "0.20.8"
2022-11-14 13:16:45 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-16 14:54:15 -06:00
checksum = "fff78fc74d175294f4e83b28343315ffcfb114b156f0185e9741cb5570f50e2f"
2022-11-14 13:16:45 -05:00
dependencies = [
"log",
"ring",
"sct",
"webpki",
2022-11-14 13:16:45 -05:00
]
[[package]]
name = "ryu"
version = "1.0.12"
2022-11-14 13:16:45 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7b4b9743ed687d4b4bcedf9ff5eaa7398495ae14e61cba0a295704edbc7decde"
2022-11-14 13:16:45 -05:00
[[package]]
name = "scopeguard"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"
[[package]]
name = "scroll"
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "04c565b551bafbef4157586fa379538366e4385d42082f255bfd96e4fe8519da"
dependencies = [
"scroll_derive",
]
[[package]]
name = "scroll_derive"
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bdbda6ac5cd1321e724fa9cee216f3a61885889b896f073b8f82322789c5250e"
dependencies = [
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "sct"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d53dcdb7c9f8158937a7981b48accfd39a43af418591a5d008c7b22b5e1b7ca4"
dependencies = [
"ring",
"untrusted",
]
[[package]]
name = "secp256k1"
2023-02-16 14:54:15 -06:00
version = "0.24.3"
2022-11-14 13:16:45 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-16 14:54:15 -06:00
checksum = "6b1629c9c557ef9b293568b338dddfc8208c98a18c59d722a9d53f859d9c9b62"
2022-11-14 13:16:45 -05:00
dependencies = [
"bitcoin_hashes 0.11.0",
"rand",
"secp256k1-sys",
"serde",
]
[[package]]
name = "secp256k1-sys"
version = "0.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "83080e2c2fc1006e625be82e5d1eb6a43b7fd9578b617fcc55814daf286bba4b"
dependencies = [
"cc",
]
[[package]]
name = "semver"
version = "1.0.16"
2022-11-14 13:16:45 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "58bc9567378fc7690d6b2addae4e60ac2eeea07becb2c64b9f218b53865cba2a"
2022-11-14 13:16:45 -05:00
dependencies = [
"serde",
]
[[package]]
name = "serde"
version = "1.0.152"
2022-11-14 13:16:45 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bb7d1f0d3021d347a83e556fc4683dea2ea09d87bccdf88ff5c12545d89d5efb"
2022-11-14 13:16:45 -05:00
dependencies = [
"serde_derive",
]
[[package]]
name = "serde_derive"
version = "1.0.152"
2022-11-14 13:16:45 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "af487d118eecd09402d70a5d72551860e788df87b464af30e5ea6a38c75c541e"
2022-11-14 13:16:45 -05:00
dependencies = [
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "serde_json"
2023-02-16 14:54:15 -06:00
version = "1.0.93"
2022-11-14 13:16:45 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-16 14:54:15 -06:00
checksum = "cad406b69c91885b5107daf2c29572f6c8cdb3c66826821e286c533490c0bc76"
2022-11-14 13:16:45 -05:00
dependencies = [
"itoa",
"ryu",
"serde",
]
[[package]]
name = "siphasher"
version = "0.3.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7bd3e3206899af3f8b12af284fafc038cc1dc2b41d1b89dd17297221c5d225de"
2022-11-14 13:16:45 -05:00
[[package]]
name = "sled"
version = "0.34.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7f96b4737c2ce5987354855aed3797279def4ebf734436c6aa4552cf8e169935"
dependencies = [
"crc32fast",
"crossbeam-epoch",
"crossbeam-utils",
"fs2",
"fxhash",
"libc",
"log",
"parking_lot",
]
[[package]]
name = "smallvec"
version = "0.6.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b97fcaeba89edba30f044a10c6a3cc39df9c3f17d7cd829dd1446cab35f890e0"
dependencies = [
"maybe-uninit",
]
[[package]]
name = "smallvec"
version = "1.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a507befe795404456341dfab10cef66ead4c041f62b8b11bbb92bffe5d0953e0"
[[package]]
name = "socks"
version = "0.3.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f0c3dbbd9ae980613c6dd8e28a9407b50509d3803b57624d5dfe8315218cd58b"
dependencies = [
"byteorder",
"libc",
"winapi",
]
[[package]]
name = "spin"
version = "0.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d"
[[package]]
name = "static_assertions"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
[[package]]
name = "syn"
version = "1.0.107"
2022-11-14 13:16:45 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1f4064b5b16e03ae50984a5a8ed5d4f8803e6bc1fd170a3cda91a1be4b18e3f5"
2022-11-14 13:16:45 -05:00
dependencies = [
"proc-macro2",
"quote",
"unicode-ident",
]
[[package]]
name = "thiserror"
version = "1.0.39"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a5ab016db510546d856297882807df8da66a16fb8c4101cb8b30054b0d5b2d9c"
dependencies = [
"thiserror-impl",
]
[[package]]
name = "thiserror-impl"
version = "1.0.39"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5420d42e90af0c38c3290abcca25b9b3bdf379fc9f55c528f53a269d9c9a267e"
dependencies = [
"proc-macro2",
"quote",
"syn",
]
2022-11-14 13:16:45 -05:00
[[package]]
name = "tokio"
2023-02-16 14:54:15 -06:00
version = "1.25.0"
2022-11-14 13:16:45 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-16 14:54:15 -06:00
checksum = "c8e00990ebabbe4c14c08aca901caed183ecd5c09562a12c824bb53d3c3fd3af"
2022-11-14 13:16:45 -05:00
dependencies = [
"autocfg",
"pin-project-lite",
2022-11-30 12:52:51 -05:00
"tokio-macros",
"windows-sys",
]
[[package]]
name = "tokio-macros"
version = "1.8.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d266c00fde287f55d3f1c3e96c500c362a2b8c695076ec180f27918820bc6df8"
dependencies = [
"proc-macro2",
"quote",
"syn",
2022-11-14 13:16:45 -05:00
]
[[package]]
name = "toml"
2023-02-16 14:54:15 -06:00
version = "0.5.11"
2022-11-14 13:16:45 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-16 14:54:15 -06:00
checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234"
2022-11-14 13:16:45 -05:00
dependencies = [
"serde",
]
[[package]]
name = "unicase"
version = "2.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "50f37be617794602aabbeee0be4f259dc1778fabe05e2d67ee8f79326d5cb4f6"
dependencies = [
"version_check",
]
[[package]]
name = "unicode-bidi"
2023-02-16 14:54:15 -06:00
version = "0.3.10"
2022-11-14 13:16:45 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-16 14:54:15 -06:00
checksum = "d54675592c1dbefd78cbd98db9bacd89886e1ca50692a0692baefffdeb92dd58"
2022-11-14 13:16:45 -05:00
[[package]]
name = "unicode-ident"
version = "1.0.6"
2022-11-14 13:16:45 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "84a22b9f218b40614adcb3f4ff08b703773ad44fa9423e4e0d346d5db86e4ebc"
2022-11-14 13:16:45 -05:00
[[package]]
name = "unicode-normalization"
version = "0.1.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "09c8070a9942f5e7cfccd93f490fdebd230ee3c3c9f107cb25bad5351ef671cf"
dependencies = [
"smallvec 0.6.14",
]
[[package]]
name = "uniffi"
version = "0.23.0"
2022-11-14 13:16:45 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f71cc01459bc34cfe43fabf32b39f1228709bc6db1b3a664a92940af3d062376"
2022-11-14 13:16:45 -05:00
dependencies = [
"anyhow",
2023-03-14 08:18:50 -04:00
"uniffi_bindgen",
"uniffi_build",
"uniffi_core",
2022-11-14 13:16:45 -05:00
"uniffi_macros",
]
[[package]]
name = "uniffi_bindgen"
version = "0.23.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dbbba5103051c18f10b22f80a74439ddf7100273f217a547005d2735b2498994"
dependencies = [
"anyhow",
"askama",
"bincode",
"camino",
"fs-err",
"glob",
2023-03-14 08:18:50 -04:00
"goblin",
"heck",
2022-11-14 13:16:45 -05:00
"once_cell",
"paste",
"serde",
"serde_json",
"toml",
2023-03-14 08:18:50 -04:00
"uniffi_meta",
"uniffi_testing",
2022-11-14 13:16:45 -05:00
"weedle2",
]
[[package]]
name = "uniffi_build"
version = "0.23.0"
2022-11-14 13:16:45 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0ee1a28368ff3d83717e3d3e2e15a66269c43488c3f036914131bb68892f29fb"
2022-11-14 13:16:45 -05:00
dependencies = [
"anyhow",
"camino",
2023-03-14 08:18:50 -04:00
"uniffi_bindgen",
]
[[package]]
name = "uniffi_checksum_derive"
version = "0.23.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "03de61393a42b4ad4984a3763c0600594ac3e57e5aaa1d05cede933958987c03"
dependencies = [
"quote",
"syn",
]
[[package]]
name = "uniffi_core"
version = "0.23.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7a2b4852d638d74ca2d70e450475efb6d91fe6d54a7cd8d6bd80ad2ee6cd7daa"
dependencies = [
"anyhow",
"bytes",
"camino",
"cargo_metadata",
"log",
"once_cell",
"paste",
"static_assertions",
]
2022-11-14 13:16:45 -05:00
[[package]]
name = "uniffi_macros"
version = "0.23.0"
2022-11-14 13:16:45 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fa03394de21e759e0022f1ea8d992d2e39290d735b9ed52b1f74b20a684f794e"
2022-11-14 13:16:45 -05:00
dependencies = [
"bincode",
"camino",
"fs-err",
"once_cell",
"proc-macro2",
"quote",
"serde",
"syn",
"toml",
"uniffi_build",
2023-03-14 08:18:50 -04:00
"uniffi_meta",
]
[[package]]
name = "uniffi_meta"
version = "0.23.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "66fdab2c436aed7a6391bec64204ec33948bfed9b11b303235740771f85c4ea6"
dependencies = [
"serde",
"siphasher",
2023-03-14 08:18:50 -04:00
"uniffi_checksum_derive",
]
[[package]]
name = "uniffi_testing"
version = "0.23.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "92b0570953ec41d97ce23e3b92161ac18231670a1f97523258a6d2ab76d7f76c"
dependencies = [
"anyhow",
"camino",
"cargo_metadata",
"fs-err",
"once_cell",
"serde",
"serde_json",
2022-11-14 13:16:45 -05:00
]
[[package]]
name = "untrusted"
version = "0.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a"
[[package]]
name = "ureq"
2023-02-16 14:54:15 -06:00
version = "2.6.2"
2022-11-14 13:16:45 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-16 14:54:15 -06:00
checksum = "338b31dd1314f68f3aabf3ed57ab922df95ffcd902476ca7ba3c4ce7b908c46d"
2022-11-14 13:16:45 -05:00
dependencies = [
"base64",
"flate2",
2022-11-14 13:16:45 -05:00
"log",
"once_cell",
"rustls",
2022-11-14 13:16:45 -05:00
"serde",
"serde_json",
"socks",
"url",
"webpki",
"webpki-roots",
2022-11-14 13:16:45 -05:00
]
[[package]]
name = "url"
version = "2.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "22fe195a4f217c25b25cb5058ced57059824a678474874038dc88d211bf508d3"
dependencies = [
"form_urlencoded",
"idna",
"percent-encoding",
]
[[package]]
name = "vcpkg"
version = "0.2.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
[[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"
[[package]]
name = "wasm-bindgen"
2023-02-16 14:54:15 -06:00
version = "0.2.84"
2022-11-14 13:16:45 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-16 14:54:15 -06:00
checksum = "31f8dcbc21f30d9b8f2ea926ecb58f6b91192c17e9d33594b3df58b2007ca53b"
2022-11-14 13:16:45 -05:00
dependencies = [
"cfg-if",
"wasm-bindgen-macro",
]
[[package]]
name = "wasm-bindgen-backend"
2023-02-16 14:54:15 -06:00
version = "0.2.84"
2022-11-14 13:16:45 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-16 14:54:15 -06:00
checksum = "95ce90fd5bcc06af55a641a86428ee4229e44e07033963a2290a8e241607ccb9"
2022-11-14 13:16:45 -05:00
dependencies = [
"bumpalo",
"log",
"once_cell",
"proc-macro2",
"quote",
"syn",
"wasm-bindgen-shared",
]
[[package]]
name = "wasm-bindgen-macro"
2023-02-16 14:54:15 -06:00
version = "0.2.84"
2022-11-14 13:16:45 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-16 14:54:15 -06:00
checksum = "4c21f77c0bedc37fd5dc21f897894a5ca01e7bb159884559461862ae90c0b4c5"
2022-11-14 13:16:45 -05:00
dependencies = [
"quote",
"wasm-bindgen-macro-support",
]
[[package]]
name = "wasm-bindgen-macro-support"
2023-02-16 14:54:15 -06:00
version = "0.2.84"
2022-11-14 13:16:45 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-16 14:54:15 -06:00
checksum = "2aff81306fcac3c7515ad4e177f521b5c9a15f2b08f4e32d823066102f35a5f6"
2022-11-14 13:16:45 -05:00
dependencies = [
"proc-macro2",
"quote",
"syn",
"wasm-bindgen-backend",
"wasm-bindgen-shared",
]
[[package]]
name = "wasm-bindgen-shared"
2023-02-16 14:54:15 -06:00
version = "0.2.84"
2022-11-14 13:16:45 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-16 14:54:15 -06:00
checksum = "0046fef7e28c3804e5e38bfa31ea2a0f73905319b677e57ebe37e49358989b5d"
2022-11-14 13:16:45 -05:00
[[package]]
name = "web-sys"
2023-02-16 14:54:15 -06:00
version = "0.3.61"
2022-11-14 13:16:45 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-16 14:54:15 -06:00
checksum = "e33b99f4b23ba3eec1a53ac264e35a755f00e966e0065077d6027c0f575b0b97"
2022-11-14 13:16:45 -05:00
dependencies = [
"js-sys",
"wasm-bindgen",
]
[[package]]
name = "webpki"
version = "0.22.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f095d78192e208183081cc07bc5515ef55216397af48b873e5edcd72637fa1bd"
dependencies = [
"ring",
"untrusted",
]
[[package]]
name = "webpki-roots"
version = "0.22.6"
2022-11-14 13:16:45 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b6c71e40d7d2c34a5106301fb632274ca37242cd0c9d3e64dbece371a40a2d87"
2022-11-14 13:16:45 -05:00
dependencies = [
"webpki",
2022-11-14 13:16:45 -05:00
]
[[package]]
name = "weedle2"
version = "4.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2e79c5206e1f43a2306fd64bdb95025ee4228960f2e6c5a8b173f3caaf807741"
dependencies = [
"nom",
]
[[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"
2022-11-30 12:52:51 -05:00
[[package]]
name = "windows-sys"
version = "0.42.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5a3e1820f08b8513f676f7ab6c1f99ff312fb97b553d30ff4dd86f9f15728aa7"
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"
2023-02-16 14:54:15 -06:00
version = "0.42.1"
2022-11-30 12:52:51 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-16 14:54:15 -06:00
checksum = "8c9864e83243fdec7fc9c5444389dcbbfd258f745e7853198f365e3c4968a608"
2022-11-30 12:52:51 -05:00
[[package]]
name = "windows_aarch64_msvc"
2023-02-16 14:54:15 -06:00
version = "0.42.1"
2022-11-30 12:52:51 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-16 14:54:15 -06:00
checksum = "4c8b1b673ffc16c47a9ff48570a9d85e25d265735c503681332589af6253c6c7"
2022-11-30 12:52:51 -05:00
[[package]]
name = "windows_i686_gnu"
2023-02-16 14:54:15 -06:00
version = "0.42.1"
2022-11-30 12:52:51 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-16 14:54:15 -06:00
checksum = "de3887528ad530ba7bdbb1faa8275ec7a1155a45ffa57c37993960277145d640"
2022-11-30 12:52:51 -05:00
[[package]]
name = "windows_i686_msvc"
2023-02-16 14:54:15 -06:00
version = "0.42.1"
2022-11-30 12:52:51 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-16 14:54:15 -06:00
checksum = "bf4d1122317eddd6ff351aa852118a2418ad4214e6613a50e0191f7004372605"
2022-11-30 12:52:51 -05:00
[[package]]
name = "windows_x86_64_gnu"
2023-02-16 14:54:15 -06:00
version = "0.42.1"
2022-11-30 12:52:51 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-16 14:54:15 -06:00
checksum = "c1040f221285e17ebccbc2591ffdc2d44ee1f9186324dd3e84e99ac68d699c45"
2022-11-30 12:52:51 -05:00
[[package]]
name = "windows_x86_64_gnullvm"
2023-02-16 14:54:15 -06:00
version = "0.42.1"
2022-11-30 12:52:51 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-16 14:54:15 -06:00
checksum = "628bfdf232daa22b0d64fdb62b09fcc36bb01f05a3939e20ab73aaf9470d0463"
2022-11-30 12:52:51 -05:00
[[package]]
name = "windows_x86_64_msvc"
2023-02-16 14:54:15 -06:00
version = "0.42.1"
2022-11-30 12:52:51 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-16 14:54:15 -06:00
checksum = "447660ad36a13288b1db4d4248e857b510e8c3a225c822ba4fb748c0aafecffd"