Newer
Older
"thiserror",
[[package]]
name = "substrate-relay"
version = "1.0.1"
"anyhow",
Svyatoslav Nikolsky
committed
"async-trait",
"bp-header-chain",
"bp-messages",
"bp-parachains",
"bp-rialto-parachain",
"bridge-runtime-common",
"finality-grandpa",
"frame-support",
"hex",
"millau-runtime",
"pallet-bridge-parachains",
"parity-scale-codec",
"polkadot-parachain",
"polkadot-primitives",
"polkadot-runtime-common",
"polkadot-runtime-parachains",
"relay-bridge-hub-kusama-client",
"relay-bridge-hub-polkadot-client",
"relay-bridge-hub-rococo-client",
"relay-bridge-hub-wococo-client",
"relay-kusama-client",
"relay-polkadot-client",
"relay-rialto-parachain-client",
"relay-rococo-client",
"relay-wococo-client",
"rialto-parachain-runtime",
"rialto-runtime",
"signal-hook",
"signal-hook-async-std",
"sp-keyring",
[[package]]
name = "substrate-relay-helper"
version = "0.1.0"
dependencies = [
"anyhow",
"async-std",
"async-trait",
"bp-header-chain",
"bp-messages",
"bp-parachains",
"bp-polkadot-core",
"bp-rialto-parachain",
"bp-rococo",
"bp-wococo",
"equivocation-detector",
"finality-grandpa",
"finality-relay",
"frame-support",
"log",
"messages-relay",
"num-traits",
"pallet-bridge-grandpa",
"pallet-grandpa",
"pallet-transaction-payment",
"relay-rococo-client",
"relay-substrate-client",
"relay-utils",
"relay-wococo-client",
"rialto-runtime",
"sp-core",
"sp-runtime",
"thiserror",
[[package]]
name = "substrate-rpc-client"
version = "0.10.0-dev"
source = "git+https://github.com/paritytech/substrate?branch=master#d58481569817f4a2074dbab014fa629dea7e0ec9"
]
Svyatoslav Nikolsky
committed
[[package]]
name = "substrate-state-trie-migration-rpc"
version = "4.0.0-dev"
source = "git+https://github.com/paritytech/substrate?branch=master#d58481569817f4a2074dbab014fa629dea7e0ec9"
Svyatoslav Nikolsky
committed
dependencies = [
Svyatoslav Nikolsky
committed
"parity-scale-codec",
"sc-client-api",
"sc-rpc-api",
"serde",
"sp-core",
"sp-runtime",
"sp-state-machine",
"sp-trie",
Svyatoslav Nikolsky
committed
]
version = "5.0.0-dev"
source = "git+https://github.com/paritytech/substrate?branch=master#d58481569817f4a2074dbab014fa629dea7e0ec9"
"build-helper",
"cargo_metadata",
"sp-maybe-compressed-blob",
[[package]]
name = "substring"
version = "1.4.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "42ee6433ecef213b2e72f587ef64a2f5943e7cd16fbd82dbe8bc07486c534c86"
dependencies = [
"autocfg",
]
[[package]]
name = "subtle"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6bdef32e8150c2a081110b42772ffe7d7c9032b606bc226c8260fd97e0976601"
Serban Iorga
committed
[[package]]
name = "subtle-ng"
version = "2.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "734676eb262c623cec13c3155096e08d1f8f29adce39ba17948b18dad1e54142"
[[package]]
name = "subxt"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "53b9c4ddefcb2d87eb18a6336f65635c29208f766d0deefaa2a1a19f7426a993"
dependencies = [
"base58",
"blake2",
"derivative",
"futures",
"parity-scale-codec",
"parking_lot 0.12.1",
Serban Iorga
committed
"scale-bits 0.3.0",
"scale-decode 0.5.0",
"scale-encode 0.1.2",
"scale-info",
Serban Iorga
committed
"scale-value 0.7.0",
"serde",
"serde_json",
Serban Iorga
committed
14213
14214
14215
14216
14217
14218
14219
14220
14221
14222
14223
14224
14225
14226
14227
14228
14229
14230
14231
14232
14233
14234
14235
14236
14237
14238
14239
14240
14241
14242
14243
14244
14245
14246
"subxt-macro 0.28.0",
"subxt-metadata 0.28.0",
"thiserror",
"tracing",
]
[[package]]
name = "subxt"
version = "0.31.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b9d140449e7d967b21b0ae386cdc6bd5933ade38613866bb40bb2c6df79638a4"
dependencies = [
"base58",
"blake2",
"derivative",
"either",
"frame-metadata 16.0.0",
"futures",
"hex",
"impl-serde",
"jsonrpsee 0.16.2",
"parity-scale-codec",
"primitive-types",
"scale-bits 0.4.0",
"scale-decode 0.9.0",
"scale-encode 0.5.0",
"scale-info",
"scale-value 0.12.0",
"serde",
"serde_json",
"sp-core-hashing 9.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
"subxt-lightclient",
"subxt-macro 0.31.0",
"subxt-metadata 0.31.0",
"thiserror",
"tracing",
]
[[package]]
name = "subxt-codegen"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e924f41069e9273236398ff89662d6d336468a5d94faac812129d44547db0e7f"
dependencies = [
Serban Iorga
committed
"darling 0.14.4",
"heck 0.4.1",
"parity-scale-codec",
"proc-macro2 1.0.66",
"quote 1.0.31",
"scale-info",
Serban Iorga
committed
"subxt-metadata 0.28.0",
"tokio",
]
Serban Iorga
committed
14272
14273
14274
14275
14276
14277
14278
14279
14280
14281
14282
14283
14284
14285
14286
14287
14288
14289
14290
14291
14292
14293
14294
14295
14296
14297
14298
14299
14300
14301
14302
14303
14304
14305
14306
14307
14308
[[package]]
name = "subxt-codegen"
version = "0.31.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9af52575d54de7b9528601788f2876b41965e3e473d137c9c61c1ac35aeeaa3b"
dependencies = [
"frame-metadata 16.0.0",
"heck 0.4.1",
"hex",
"jsonrpsee 0.16.2",
"parity-scale-codec",
"proc-macro2 1.0.66",
"quote 1.0.31",
"scale-info",
"subxt-metadata 0.31.0",
"syn 2.0.29",
"thiserror",
"tokio",
]
[[package]]
name = "subxt-lightclient"
version = "0.31.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6aa72c1cb7e06772efa1476949c3f0e83718c79c1b2615eb510c076b012e9c84"
dependencies = [
"futures",
"futures-util",
"serde",
"serde_json",
"smoldot-light",
"thiserror",
"tokio",
"tokio-stream",
"tracing",
]
[[package]]
name = "subxt-macro"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ced0b043a069ee039f8700d3dfda01be156e4229c82277c305bc8e79a7dd855d"
dependencies = [
Serban Iorga
committed
"darling 0.14.4",
"proc-macro-error",
Serban Iorga
committed
"subxt-codegen 0.28.0",
]
Serban Iorga
committed
[[package]]
name = "subxt-macro"
version = "0.31.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "afe9f7e2994a20ab9748a9a040a3fe96054faa219a60ed21af51b9ab9e5f7da6"
dependencies = [
"darling 0.20.3",
"proc-macro-error",
"subxt-codegen 0.31.0",
"syn 2.0.29",
]
[[package]]
name = "subxt-metadata"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "18be3b8f4308fe7369ee1df66ae59c2eca79de20eab57b0f41c75736e843300f"
dependencies = [
"parity-scale-codec",
"scale-info",
]
Serban Iorga
committed
[[package]]
name = "subxt-metadata"
version = "0.31.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "880017c466f66af10e1c9b28cfa4cb2e4f59ab1bfe0b0f7250f7aca6e9d593b0"
dependencies = [
"frame-metadata 16.0.0",
"parity-scale-codec",
"scale-info",
"sp-core-hashing 9.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
"thiserror",
]
[[package]]
name = "syn"
version = "0.15.44"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9ca4b3b69a77cbe1ffc9e198781b7acb0c7365a883670e8f1c1bc66fba79a5c5"
dependencies = [
"proc-macro2 0.4.30",
"quote 0.6.13",
"unicode-xid 0.1.0",
]
[[package]]
name = "syn"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
"proc-macro2 1.0.66",
"quote 1.0.31",
"unicode-ident",
]
[[package]]
name = "syn"
Serban Iorga
committed
version = "2.0.29"
source = "registry+https://github.com/rust-lang/crates.io-index"
Serban Iorga
committed
checksum = "c324c494eba9d92503e6f1ef2e6df781e78f6a7705a0202d9801b198807d518a"
"proc-macro2 1.0.66",
"quote 1.0.31",
]
[[package]]
name = "synstructure"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f36bdaa60a83aca3921b5259d5400cbf5e90fc51931376a9bd4a0eb79aa7210f"
"proc-macro2 1.0.66",
"quote 1.0.31",
]
[[package]]
name = "sysinfo"
version = "0.29.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d10ed79c22663a35a255d289a7fdcb43559fc77ff15df5ce6c341809e7867528"
"core-foundation-sys",
"winapi",
]
[[package]]
name = "system-configuration"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ba3a3adc5c275d719af8cb4272ea1c4a6d668a777f37e115f6d11ddbc1c8e0e7"
"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"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"
[[package]]
name = "target-lexicon"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1d2faeef5759ab89935255b1a4cd98e0baf99d1085e37d36599c625dac49ae8e"
version = "3.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cb94d2f3cc536af71caac6b6fcebf65860b347e7ce0cc9ebe8f70d3e521054ef"
"fastrand 2.0.0",
"rustix 0.38.4",
Svyatoslav Nikolsky
committed
]
[[package]]
name = "termcolor"
version = "1.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "be55cf8942feac5c765c2c993422806843c9a9a45d4d5c407ad6dd2ea95eb9b6"
dependencies = [
"winapi-util",
]
version = "0.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3369f5ac52d5eb6ab48c6b4ffdc8efbcad6b89c765749064ba298f2c68a16a76"
[[package]]
name = "textwrap"
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060"
dependencies = [
"unicode-width",
]
[[package]]
name = "thiserror"
version = "1.0.47"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "97a802ec30afc17eee47b2855fc72e0c4cd62be9b4efe6591edde0ec5bd68d8f"
dependencies = [
"thiserror-impl",
]
Serban Iorga
committed
14497
14498
14499
14500
14501
14502
14503
14504
14505
14506
14507
14508
14509
14510
14511
14512
14513
14514
14515
14516
[[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 1.0.66",
"quote 1.0.31",
"syn 1.0.109",
]
[[package]]
name = "thiserror-impl"
version = "1.0.47"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6bb623b56e39ab7dcd4b1b98bb6c8f8d907ed255b18de254088016b27a8ee19b"
dependencies = [
"proc-macro2 1.0.66",
"quote 1.0.31",
Serban Iorga
committed
"syn 2.0.29",
]
Svyatoslav Nikolsky
committed
[[package]]
name = "thousands"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3bf63baf9f5039dadc247375c29eb13706706cfde997d0330d05aa63a77d8820"
name = "thread_local"
version = "1.1.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3fdd6f064ccff2d6567adcb3873ca630700f00b5ad3f060c25b5dcfd9a4ce152"
[[package]]
name = "threadpool"
version = "1.8.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d050e60b33d41c19108b32cea32164033a9013fe3b46cbd4457559bfbf77afaa"
dependencies = [
]
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b82ca8f46f95b3ce96081fe3dd89160fdea970c254bb72925255d1b62aae692e"
"byteorder",
"integer-encoding",
"ordered-float",
"threadpool",
[[package]]
name = "tikv-jemalloc-ctl"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e37706572f4b151dff7a0146e040804e9c26fe3a3118591112f05cf12a4216c1"
dependencies = [
"libc",
"paste",
"tikv-jemalloc-sys",
]
[[package]]
name = "tikv-jemalloc-sys"
version = "0.5.3+5.3.0-patched"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a678df20055b43e57ef8cddde41cdfda9a3c1a060b67f4c5836dfb1d78543ba8"
dependencies = [
"cc",
"libc",
]
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1b797afad3f312d1c66a56d11d0316f916356d11bd158fbc6ca6389ff6bf805a"
"libc",
"wasi 0.10.0+wasi-snapshot-preview1",
Serban Iorga
committed
version = "0.3.28"
source = "registry+https://github.com/rust-lang/crates.io-index"
Serban Iorga
committed
checksum = "17f6bb557fd245c28e6411aa56b6403c689ad95061f50e4be16c274e70a17e48"
Serban Iorga
committed
"deranged",
"serde",
"time-core",
"time-macros",
]
[[package]]
name = "time-core"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7300fbefb4dadc1af235a9cef3737cea692a9d97e1b9cbcd4ebdae6f8868e6fb"
[[package]]
name = "time-macros"
Serban Iorga
committed
version = "0.2.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
Serban Iorga
committed
checksum = "1a942f44339478ef67935ab2bbaec2fb0322496cf3cbe84b261e06ac3814c572"
dependencies = [
"time-core",
]
name = "tiny-bip39"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "62cc94d358b5a1e84a5cb9109f559aa3c4d634d2b1b4de3d0fa4adc7c78e2861"
"pbkdf2 0.11.0",
"rand 0.8.5",
"thiserror",
"unicode-normalization",
[[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",
]
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50"
"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.32.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "17ed6077ed6cd6c74735e21f37eb16dc3935f96878b1fe961074089cc80893f9"
"parking_lot 0.12.1",
"pin-project-lite 0.2.12",
"signal-hook-registry",
"socket2 0.5.3",
name = "tokio-macros"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "630bdcf245f78637c13ec01ffae6187cca34625e8c63150d424b59e55af2675e"
"proc-macro2 1.0.66",
"quote 1.0.31",
Serban Iorga
committed
"syn 2.0.29",
]
[[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"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c43ee83903113e03984cb9e5cebe6c04a5116269e900e3ddba8f068a62adda59"
dependencies = [
[[package]]
name = "tokio-rustls"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081"
name = "tokio-stream"
Svyatoslav Nikolsky
committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "397c988d37662c7dda6d2208364a706264bf3d6138b11d436cbac0ad38832842"
dependencies = [
"futures-core",
"pin-project-lite 0.2.12",
]
[[package]]
name = "tokio-util"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "806fe8c2c87eccc8b3267cbae29ed3ab2d0bd37fca70ab622e46aaa9375ddb7d"
Svyatoslav Nikolsky
committed
dependencies = [
Svyatoslav Nikolsky
committed
"futures-core",
"futures-io",
"futures-sink",
"pin-project-lite 0.2.12",
Svyatoslav Nikolsky
committed
"tokio",
Svyatoslav Nikolsky
committed
]
[[package]]
name = "toml"
version = "0.5.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234"
dependencies = [
"serde",
]
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c17e963a819c331dcacd7ab957d80bc2b9a9c1e71c804826d2f283dd65306542"
dependencies = [
"serde",
"serde_spanned",
"toml_datetime",
"toml_edit",
]
[[package]]
name = "toml_datetime"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7cda73e2f1397b1262d6dfdcef8aafae14d1de7748d66822d3bfeeb6d03e5e4b"
[[package]]
name = "toml_edit"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f8123f27e969974a3dfba720fdb560be359f57b44302d280ba72e76a74480e8a"
dependencies = [
"toml_datetime",
]
[[package]]
name = "tower"
version = "0.4.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c"
dependencies = [
"tower-layer",
"tower-service",
"tracing",
]
[[package]]
name = "tower-http"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7ac8060a61f8758a61562f6fb53ba3cbe1ca906f001df2e53cccddcdbee91e7c"
"bytes",
"futures-core",
"futures-util",
"http",
"http-body",
"http-range-header",
"pin-project-lite 0.2.12",
"tower-layer",
"tower-service",
]
[[package]]
name = "tower-layer"
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c20c8dbed6283a09604c3e69b4b7eeb54e298b8a600d4d5ecb5ad39de609f1d0"
[[package]]
name = "tower-service"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b6bc1c9ce2b5135ac7f93c72918fc37feb872bdc6a5533a8b85eb4b86bfdae52"
[[package]]
name = "tracing"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8ce8c33a8d48bd45d624a6e523445fd21ec13d3653cd51f681abf67418f54eb8"
"pin-project-lite 0.2.12",
"tracing-attributes",
"tracing-core",
]
[[package]]
name = "tracing-attributes"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5f4f31f56159e98206da9efd823404b79b6ef3143b4a7ab76e67b1751b25a4ab"
"proc-macro2 1.0.66",
"quote 1.0.31",
Serban Iorga
committed
"syn 2.0.29",
]
[[package]]
name = "tracing-core"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0955b8137a1df6f1a2e9a37d8a6656291ff0297c1a97c24e0d8425fe2312f79a"
"valuable",
[[package]]
name = "tracing-futures"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "97d095ae15e245a057c8e8451bab9b3ee1e1f68e9ba2b4fbc18d0ac5237835f2"
"tracing",
]
[[package]]
name = "tracing-gum"
Serban Iorga
committed
source = "git+https://github.com/paritytech/polkadot?branch=master#cb58854f2fcfda5459501337aa87d1d04184404f"
dependencies = [
"polkadot-node-jaeger",
"polkadot-primitives",
"tracing",
"tracing-gum-proc-macro",
]
[[package]]
name = "tracing-gum-proc-macro"
Serban Iorga
committed
source = "git+https://github.com/paritytech/polkadot?branch=master#cb58854f2fcfda5459501337aa87d1d04184404f"
dependencies = [
"proc-macro-crate",
"proc-macro2 1.0.66",
"quote 1.0.31",
Serban Iorga
committed
"syn 2.0.29",
[[package]]
name = "tracing-log"
Adrian Catangiu
committed
version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
Adrian Catangiu
committed
checksum = "78ddad33d2d10b1ed7eb9d1f518a5674713876e97e5bb9b7345a7984fbb4f922"
dependencies = [
"lazy_static",
"log",
"tracing-core",
]
[[package]]
name = "tracing-serde"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bc6b213177105856957181934e4920de57730fc69bf42c37ee5bb664d406d9e1"
dependencies = [
"serde",
"tracing-core",
]
[[package]]
name = "tracing-subscriber"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0e0d2eaa99c3c2e41547cfa109e910a68ea03823cccad4a0525dcbc9b01e8c71"
"chrono",
"lazy_static",
"matchers",
"regex",
"serde",
"serde_json",
"sharded-slab",
"tracing-core",
"tracing-log",
"tracing-serde",
[[package]]
name = "trie-db"
version = "0.27.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "767abe6ffed88a1889671a102c2861ae742726f52e0a5a425b92c9fbfa7e9c85"
dependencies = [
]
[[package]]
name = "trie-root"
version = "0.18.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d4ed310ef5ab98f5fa467900ed906cb9232dd5376597e00fd4cba2a449d06c0b"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4f7f83d1e4a0e4358ac54c5c3681e5d7da5efc5a7a632c90bb6d6669ddd9bc26"
dependencies = [
"async-trait",
"cfg-if 1.0.0",
"data-encoding",
"enum-as-inner",
"futures-channel",
"futures-io",
"futures-util",