Skip to content
Cargo.lock 450 KiB
Newer Older
Alexander's avatar
Alexander committed
checksum = "11b73400442027c4adedda20a9f9b7945234a5bd8d5f7e86da22bd5d0622369c"
dependencies = [
 "cfg_aliases",
 "libc",
 "parking_lot 0.11.2",
 "static_init_macro 0.5.0",
]

[[package]]
name = "static_init"
version = "1.0.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8a2a1c578e98c1c16fc3b8ec1328f7659a500737d7a0c6d625e73e830ff9c1f6"
dependencies = [
 "bitflags 1.3.2",
 "cfg_aliases",
 "libc",
 "parking_lot 0.11.2",
 "parking_lot_core 0.8.6",
 "static_init_macro 1.0.2",
 "winapi",
]

[[package]]
name = "static_init_macro"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f2261c91034a1edc3fc4d1b80e89d82714faede0515c14a75da10cb941546bbf"
dependencies = [
 "cfg_aliases",
 "memchr",
 "proc-macro2",
 "quote",
 "syn 1.0.109",
]

[[package]]
name = "static_init_macro"
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "70a2595fc3aa78f2d0e45dd425b22282dd863273761cc77780914b2cf3003acf"
dependencies = [
 "cfg_aliases",
 "memchr",
 "proc-macro2",
 "quote",
 "syn 1.0.109",
]

[[package]]
name = "strobe-rs"
version = "0.8.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fabb238a1cccccfa4c4fb703670c0d157e1256c1ba695abf1b93bd2bb14bab2d"
dependencies = [
 "bitflags 1.3.2",
 "byteorder",
 "keccak",
 "subtle 2.4.1",
 "zeroize",
]

Alexander's avatar
Alexander committed
[[package]]
name = "strsim"
version = "0.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"

[[package]]
name = "strum"
version = "0.24.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "063e6045c0e62079840579a7e47a355ae92f60eb74daaf156fb1e84ba164e63f"
dependencies = [
 "strum_macros",
]

[[package]]
name = "strum_macros"
version = "0.24.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1e385be0d24f186b4ce2f9982191e7101bb737312ad61c1f2f984f34bcf85d59"
dependencies = [
 "heck",
 "proc-macro2",
 "quote",
 "rustversion",
 "syn 1.0.109",
]

[[package]]
name = "subkey"
version = "3.0.0"
dependencies = [
Alexander's avatar
Alexander committed
 "sc-cli",
]

[[package]]
name = "substrate-bip39"
version = "0.4.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "49eee6965196b32f882dd2ee85a92b1dbead41b04e53907f269de3b0dc04733c"
dependencies = [
 "hmac 0.11.0",
 "pbkdf2 0.8.0",
 "schnorrkel 0.9.1",
 "sha2 0.9.9",
 "zeroize",
]

[[package]]
name = "substrate-build-script-utils"
version = "3.0.0"

[[package]]
name = "substrate-cli-test-utils"
version = "0.1.0"
dependencies = [
 "assert_cmd",
 "futures",
 "nix 0.26.2",
 "node-primitives",
 "regex",
 "sc-cli",
 "sc-service",
 "sp-rpc",
Alexander's avatar
Alexander committed
 "substrate-rpc-client",
 "tokio",
]

[[package]]
name = "substrate-frame-cli"
version = "4.0.0-dev"
dependencies = [
Alexander's avatar
Alexander committed
 "frame-support",
 "frame-system",
 "sc-cli",
 "sp-core",
 "sp-runtime",
]

[[package]]
name = "substrate-frame-rpc-support"
version = "3.0.0"
dependencies = [
 "frame-support",
 "frame-system",
 "jsonrpsee",
 "parity-scale-codec",
 "sc-rpc-api",
 "scale-info",
 "serde",
 "sp-core",
 "sp-runtime",
 "sp-storage 13.0.0",
Alexander's avatar
Alexander committed
 "tokio",
]

[[package]]
name = "substrate-frame-rpc-system"
version = "4.0.0-dev"
dependencies = [
 "assert_matches",
 "frame-system-rpc-runtime-api",
 "futures",
 "jsonrpsee",
 "log",
 "parity-scale-codec",
 "sc-rpc-api",
 "sc-transaction-pool",
 "sc-transaction-pool-api",
 "sp-api",
 "sp-block-builder",
 "sp-blockchain",
 "sp-core",
 "sp-runtime",
 "sp-tracing 10.0.0",
Alexander's avatar
Alexander committed
 "substrate-test-runtime-client",
 "tokio",
]

[[package]]
name = "substrate-prometheus-endpoint"
version = "0.10.0-dev"
dependencies = [
 "hyper",
 "log",
 "prometheus",
 "thiserror",
 "tokio",
]

[[package]]
name = "substrate-rpc-client"
version = "0.10.0-dev"
dependencies = [
 "async-trait",
 "jsonrpsee",
 "log",
 "sc-rpc-api",
 "serde",
 "sp-core",
 "sp-runtime",
 "tokio",
]

[[package]]
name = "substrate-state-trie-migration-rpc"
version = "4.0.0-dev"
dependencies = [
 "jsonrpsee",
 "parity-scale-codec",
 "sc-client-api",
 "sc-rpc-api",
 "serde",
 "serde_json",
 "sp-core",
 "sp-runtime",
 "sp-state-machine",
 "sp-trie",
 "trie-db",
]

[[package]]
name = "substrate-test-client"
version = "2.0.1"
dependencies = [
David Emett's avatar
David Emett committed
 "array-bytes 6.1.0",
Alexander's avatar
Alexander committed
 "async-trait",
 "futures",
 "parity-scale-codec",
 "sc-client-api",
 "sc-client-db",
 "sc-consensus",
 "sc-executor",
 "sc-offchain",
 "sc-service",
 "serde",
 "serde_json",
 "sp-blockchain",
 "sp-consensus",
 "sp-core",
 "sp-keyring",
 "sp-keystore",
 "sp-runtime",
 "sp-state-machine",
]

[[package]]
name = "substrate-test-runtime"
version = "2.0.0"
dependencies = [
David Emett's avatar
David Emett committed
 "array-bytes 6.1.0",
Alexander's avatar
Alexander committed
 "frame-executive",
 "frame-support",
 "frame-system",
 "frame-system-rpc-runtime-api",
 "futures",
 "json-patch",
 "log",
 "pallet-babe",
 "pallet-balances",
 "pallet-timestamp",
 "parity-scale-codec",
 "sc-block-builder",
 "sc-executor",
 "sc-executor-common",
 "sc-service",
 "scale-info",
 "serde",
 "serde_json",
 "sp-api",
 "sp-application-crypto",
 "sp-block-builder",
 "sp-consensus",
 "sp-consensus-aura",
 "sp-consensus-babe",
 "sp-consensus-grandpa",
 "sp-core",
 "sp-externalities 0.19.0",
Alexander's avatar
Alexander committed
 "sp-genesis-builder",
 "sp-inherents",
 "sp-io",
 "sp-keyring",
 "sp-offchain",
 "sp-runtime",
 "sp-session",
 "sp-state-machine",
 "sp-std 8.0.0",
 "sp-tracing 10.0.0",
Alexander's avatar
Alexander committed
 "sp-transaction-pool",
 "sp-trie",
 "sp-version",
 "substrate-test-runtime-client",
 "substrate-wasm-builder",
 "trie-db",
]

[[package]]
name = "substrate-test-runtime-client"
version = "2.0.0"
dependencies = [
 "futures",
 "sc-block-builder",
 "sc-client-api",
 "sc-consensus",
 "sp-api",
 "sp-blockchain",
 "sp-consensus",
 "sp-core",
 "sp-runtime",
 "substrate-test-client",
 "substrate-test-runtime",
]

[[package]]
name = "substrate-test-runtime-transaction-pool"
version = "2.0.0"
dependencies = [
 "futures",
 "parity-scale-codec",
 "parking_lot 0.12.1",
 "sc-transaction-pool",
 "sc-transaction-pool-api",
 "sp-blockchain",
 "sp-runtime",
 "substrate-test-runtime-client",
 "thiserror",
]

[[package]]
name = "substrate-test-utils"
version = "4.0.0-dev"
dependencies = [
 "futures",
 "sc-service",
 "tokio",
 "trybuild",
]

[[package]]
name = "substrate-wasm-builder"
version = "5.0.0-dev"
dependencies = [
 "ansi_term",
 "build-helper",
 "cargo_metadata",
 "filetime",
 "parity-wasm",
 "sp-maybe-compressed-blob",
 "strum",
 "tempfile",
Alexander's avatar
Alexander committed
 "walkdir",
 "wasm-opt",
]

David Emett's avatar
David Emett committed
[[package]]
name = "subtle"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2d67a5a62ba6e01cb2192ff309324cb4875d0c451d55fe2319433abe7a05a8ee"

Alexander's avatar
Alexander committed
[[package]]
name = "subtle"
version = "2.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6bdef32e8150c2a081110b42772ffe7d7c9032b606bc226c8260fd97e0976601"

[[package]]
name = "subtle-ng"
version = "2.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "734676eb262c623cec13c3155096e08d1f8f29adce39ba17948b18dad1e54142"

[[package]]
name = "sval"
version = "2.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8b031320a434d3e9477ccf9b5756d57d4272937b8d22cb88af80b7633a1b78b1"

[[package]]
name = "sval_buffer"
version = "2.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6bf7e9412af26b342f3f2cc5cc4122b0105e9d16eb76046cd14ed10106cf6028"
dependencies = [
 "sval",
 "sval_ref",
]

[[package]]
name = "sval_dynamic"
version = "2.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a0ef628e8a77a46ed3338db8d1b08af77495123cc229453084e47cd716d403cf"
dependencies = [
 "sval",
]

[[package]]
name = "sval_fmt"
version = "2.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7dc09e9364c2045ab5fa38f7b04d077b3359d30c4c2b3ec4bae67a358bd64326"
dependencies = [
 "itoa",
 "ryu",
 "sval",
]

[[package]]
name = "sval_json"
version = "2.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ada6f627e38cbb8860283649509d87bc4a5771141daa41c78fd31f2b9485888d"
dependencies = [
 "itoa",
 "ryu",
 "sval",
]

[[package]]
name = "sval_ref"
version = "2.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "703ca1942a984bd0d9b5a4c0a65ab8b4b794038d080af4eb303c71bc6bf22d7c"
dependencies = [
 "sval",
]

[[package]]
name = "sval_serde"
version = "2.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "830926cd0581f7c3e5d51efae4d35c6b6fc4db583842652891ba2f1bed8db046"
dependencies = [
 "serde",
 "sval",
 "sval_buffer",
 "sval_fmt",
]

[[package]]
name = "symbolic-common"
version = "12.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "167a4ffd7c35c143fd1030aa3c2caf76ba42220bd5a6b5f4781896434723b8c3"
dependencies = [
 "debugid",
 "memmap2",
 "stable_deref_trait",
 "uuid",
]

[[package]]
name = "symbolic-demangle"
version = "12.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e378c50e80686c1c5c205674e1f86a2858bec3d2a7dfdd690331a8a19330f293"
dependencies = [
 "cpp_demangle 0.4.3",
 "rustc-demangle",
 "symbolic-common",
]

[[package]]
name = "syn"
version = "1.0.109"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
dependencies = [
 "proc-macro2",
 "quote",
 "unicode-ident",
]

[[package]]
name = "syn"
Alexander's avatar
Alexander committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "44c8b28c477cc3bf0e7966561e3460130e1255f7a1cf71931075f1c5e7a7e269"
Alexander's avatar
Alexander committed
dependencies = [
 "proc-macro2",
 "quote",
 "unicode-ident",
]

[[package]]
name = "syn-solidity"
version = "0.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "86b837ef12ab88835251726eb12237655e61ec8dc8a280085d1961cdc3dfd047"
dependencies = [
 "paste",
 "proc-macro2",
 "quote",
 "syn 2.0.41",
]

Alexander's avatar
Alexander committed
[[package]]
name = "synstructure"
version = "0.12.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f36bdaa60a83aca3921b5259d5400cbf5e90fc51931376a9bd4a0eb79aa7210f"
dependencies = [
 "proc-macro2",
 "quote",
 "syn 1.0.109",
 "unicode-xid",
]

[[package]]
name = "system-configuration"
version = "0.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ba3a3adc5c275d719af8cb4272ea1c4a6d668a777f37e115f6d11ddbc1c8e0e7"
dependencies = [
 "bitflags 1.3.2",
 "core-foundation",
 "system-configuration-sys",
]

[[package]]
name = "system-configuration-sys"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a75fb188eb626b924683e3b95e3a48e63551fcfb51949de2f06a9d91dbee93c9"
dependencies = [
 "core-foundation-sys",
 "libc",
]

[[package]]
name = "tap"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"

[[package]]
name = "tar"
version = "0.4.40"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b16afcea1f22891c49a00c751c7b63b2233284064f11a200fc624137c51e2ddb"
dependencies = [
 "filetime",
 "libc",
 "xattr",
]

[[package]]
name = "target-lexicon"
version = "0.12.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9d0e916b1148c8e263850e1ebcbd046f333e0683c724876bb0da63ea4373dc8a"

[[package]]
name = "tempfile"
version = "3.8.1"
Alexander's avatar
Alexander committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7ef1adac450ad7f4b3c28589471ade84f25f731a7a0fe30d71dfa9f60fd808e5"
Alexander's avatar
Alexander committed
dependencies = [
 "cfg-if",
 "fastrand 2.0.0",
 "redox_syscall 0.4.1",
Alexander's avatar
Alexander committed
 "windows-sys 0.48.0",
]

[[package]]
name = "termcolor"
version = "1.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "be55cf8942feac5c765c2c993422806843c9a9a45d4d5c407ad6dd2ea95eb9b6"
dependencies = [
 "winapi-util",
]

[[package]]
name = "terminal_size"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "21bebf2b7c9e0a515f6e0f8c51dc0f8e4696391e6f1ff30379559f8365fb0df7"
dependencies = [
Alexander's avatar
Alexander committed
[[package]]
name = "termtree"
version = "0.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3369f5ac52d5eb6ab48c6b4ffdc8efbcad6b89c765749064ba298f2c68a16a76"

[[package]]
name = "test-parachain-adder"
version = "1.0.0"
dependencies = [
 "dlmalloc",
 "parity-scale-codec",
Alexander's avatar
Alexander committed
 "sp-io",
 "sp-std 8.0.0",
Alexander's avatar
Alexander committed
 "substrate-wasm-builder",
 "tiny-keccak",
]

[[package]]
name = "test-parachain-adder-collator"
version = "1.0.0"
dependencies = [
Alexander's avatar
Alexander committed
 "futures",
 "futures-timer",
 "log",
 "parity-scale-codec",
 "polkadot-cli",
 "polkadot-node-core-pvf",
 "polkadot-node-primitives",
 "polkadot-node-subsystem",
Alexander's avatar
Alexander committed
 "polkadot-primitives",
 "polkadot-service",
 "polkadot-test-service",
 "sc-cli",
 "sc-service",
 "sp-core",
 "sp-keyring",
 "substrate-test-utils",
 "test-parachain-adder",
 "tokio",
]

[[package]]
name = "test-parachain-halt"
version = "1.0.0"
dependencies = [
 "rustversion",
 "substrate-wasm-builder",
]

[[package]]
name = "test-parachain-undying"
version = "1.0.0"
dependencies = [
 "dlmalloc",
 "log",
 "parity-scale-codec",
Alexander's avatar
Alexander committed
 "sp-io",
 "sp-std 8.0.0",
Alexander's avatar
Alexander committed
 "substrate-wasm-builder",
 "tiny-keccak",
]

[[package]]
name = "test-parachain-undying-collator"
version = "1.0.0"
dependencies = [
Alexander's avatar
Alexander committed
 "futures",
 "futures-timer",
 "log",
 "parity-scale-codec",
 "polkadot-cli",
 "polkadot-node-core-pvf",
 "polkadot-node-primitives",
 "polkadot-node-subsystem",
Alexander's avatar
Alexander committed
 "polkadot-primitives",
 "polkadot-service",
 "polkadot-test-service",
 "sc-cli",
 "sc-service",
 "sp-core",
 "sp-keyring",
 "substrate-test-utils",
 "test-parachain-undying",
 "tokio",
]

[[package]]
name = "test-parachains"
version = "1.0.0"
dependencies = [
 "parity-scale-codec",
 "sp-core",
 "test-parachain-adder",
 "test-parachain-halt",
 "tiny-keccak",
]

[[package]]
name = "test-runtime-constants"
version = "1.0.0"
dependencies = [
 "frame-support",
 "polkadot-primitives",
 "polkadot-runtime-common",
 "smallvec",
 "sp-core",
 "sp-runtime",
 "sp-weights",
]

[[package]]
name = "textwrap"
version = "0.16.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "222a222a5bfe1bba4a77b45ec488a741b3cb8872e5e499451fd7d0129c9c7c3d"

[[package]]
name = "thiserror"
Alexander's avatar
Alexander committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f9a7210f5c9a7156bb50aa36aed4c95afb51df0df00713949448cf9e97d382d2"
Alexander's avatar
Alexander committed
dependencies = [
 "thiserror-impl",
]

[[package]]
name = "thiserror-core"
version = "1.0.38"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0d97345f6437bb2004cd58819d8a9ef8e36cdd7661c2abc4bbde0a7c40d9f497"
dependencies = [
 "thiserror-core-impl",
]

[[package]]
name = "thiserror-core-impl"
version = "1.0.38"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "10ac1c5050e43014d16b2f94d0d2ce79e65ffdd8b38d8048f9c8f6a8a6da62ac"
dependencies = [
 "proc-macro2",
 "quote",
 "syn 1.0.109",
]

[[package]]
name = "thiserror-impl"
Alexander's avatar
Alexander committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "266b2e40bc00e5a6c09c3584011e08b06f123c00362c92b975ba9843aaaa14b8"
Alexander's avatar
Alexander committed
dependencies = [
 "proc-macro2",
 "quote",
Alexander's avatar
Alexander committed
]

[[package]]
name = "thousands"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3bf63baf9f5039dadc247375c29eb13706706cfde997d0330d05aa63a77d8820"

[[package]]
name = "thread_local"
version = "1.1.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3fdd6f064ccff2d6567adcb3873ca630700f00b5ad3f060c25b5dcfd9a4ce152"
dependencies = [
 "cfg-if",
 "once_cell",
]

[[package]]
name = "threadpool"
version = "1.8.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d050e60b33d41c19108b32cea32164033a9013fe3b46cbd4457559bfbf77afaa"
dependencies = [
 "num_cpus",
]

[[package]]
name = "thrift"
version = "0.15.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b82ca8f46f95b3ce96081fe3dd89160fdea970c254bb72925255d1b62aae692e"
dependencies = [
 "byteorder",
 "integer-encoding",
 "log",
 "ordered-float",
 "threadpool",
]

[[package]]
name = "tikv-jemalloc-ctl"
version = "0.5.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "619bfed27d807b54f7f776b9430d4f8060e66ee138a28632ca898584d462c31c"
dependencies = [
 "libc",
 "paste",
 "tikv-jemalloc-sys",
]

[[package]]
name = "tikv-jemalloc-sys"
version = "0.5.4+5.3.0-patched"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9402443cb8fd499b6f327e40565234ff34dbda27460c5b47db0db77443dd85d1"
dependencies = [
 "cc",
 "libc",
]

[[package]]
name = "tikv-jemallocator"
version = "0.5.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "965fe0c26be5c56c94e38ba547249074803efd52adfb66de62107d95aab3eaca"
dependencies = [
 "libc",
 "tikv-jemalloc-sys",
]

Alexander's avatar
Alexander committed
[[package]]
name = "time"
version = "0.3.27"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0bb39ee79a6d8de55f48f2293a830e040392f1c5f16e336bdd1788cd0aadce07"
dependencies = [
 "deranged",
 "itoa",
 "serde",
 "time-core",
 "time-macros",
]

[[package]]
name = "time-core"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7300fbefb4dadc1af235a9cef3737cea692a9d97e1b9cbcd4ebdae6f8868e6fb"

[[package]]
name = "time-macros"
version = "0.2.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "733d258752e9303d392b94b75230d07b0b9c489350c69b851fc6c065fde3e8f9"
dependencies = [
 "time-core",
]

[[package]]
name = "tiny-keccak"
version = "2.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237"
dependencies = [
 "crunchy",
]

[[package]]
name = "tinytemplate"
version = "1.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "be4d6b5f19ff7664e8c98d03e2139cb510db9b0a60b55f8e8709b689d939b6bc"
dependencies = [
 "serde",
 "serde_json",
]

[[package]]
name = "tinyvec"
version = "1.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50"
dependencies = [
 "tinyvec_macros",
]

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

[[package]]
name = "tokio"
version = "1.33.0"
Alexander's avatar
Alexander committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4f38200e3ef7995e5ef13baec2f432a6da0aa9ac495b2c0e8f3b7eec2c92d653"
Alexander's avatar
Alexander committed
dependencies = [
 "backtrace",
 "bytes",
 "libc",
 "mio",
 "num_cpus",
 "parking_lot 0.12.1",
 "pin-project-lite 0.2.12",
Alexander's avatar
Alexander committed
 "signal-hook-registry",
 "socket2 0.5.3",
 "tokio-macros",
 "windows-sys 0.48.0",
]

[[package]]
name = "tokio-macros"
version = "2.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "630bdcf245f78637c13ec01ffae6187cca34625e8c63150d424b59e55af2675e"
dependencies = [
 "proc-macro2",
 "quote",
Alexander's avatar
Alexander committed
]

[[package]]
name = "tokio-retry"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7f57eb36ecbe0fc510036adff84824dd3c24bb781e21bfa67b69d556aa85214f"
dependencies = [
 "pin-project",
 "rand 0.8.5",
 "tokio",
]

[[package]]
name = "tokio-rustls"
version = "0.24.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081"
dependencies = [
 "rustls 0.21.6",
 "tokio",
]

[[package]]
name = "tokio-stream"
version = "0.1.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "397c988d37662c7dda6d2208364a706264bf3d6138b11d436cbac0ad38832842"
dependencies = [
 "futures-core",
 "pin-project-lite 0.2.12",
Alexander's avatar
Alexander committed
 "tokio",
 "tokio-util",
]

[[package]]
name = "tokio-test"
version = "0.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e89b3cbabd3ae862100094ae433e1def582cf86451b4e9bf83aa7ac1d8a7d719"
dependencies = [
 "async-stream",
 "bytes",
 "futures-core",
 "tokio",
 "tokio-stream",
]

[[package]]
name = "tokio-tungstenite"
version = "0.17.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f714dd15bead90401d77e04243611caec13726c2408afd5b31901dfcdcb3b181"
dependencies = [
 "futures-util",
 "log",
 "tokio",
 "tungstenite",
]

[[package]]
name = "tokio-util"
version = "0.7.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "806fe8c2c87eccc8b3267cbae29ed3ab2d0bd37fca70ab622e46aaa9375ddb7d"
dependencies = [
 "bytes",
 "futures-core",
 "futures-io",
 "futures-sink",
 "pin-project-lite 0.2.12",
Alexander's avatar
Alexander committed
 "tokio",
 "tracing",
]

[[package]]
name = "toml"
version = "0.5.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234"
dependencies = [
 "serde",
]

[[package]]
name = "toml"
version = "0.7.8"