Newer
Older
]
[[package]]
name = "proc-macro2"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"unicode-xid 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "protobuf"
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "quick-error"
version = "1.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "quote"
version = "0.6.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "quote"
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"proc-macro2 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "rand"
version = "0.3.23"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
"rand 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "rand"
version = "0.4.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"fuchsia-cprng 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
"libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
"rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
"rdrand 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
"winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "rand"
version = "0.6.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"autocfg 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
"libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
"rand_chacha 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
"rand_core 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
"rand_hc 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
"rand_isaac 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
"rand_jitter 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
"rand_os 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
"rand_pcg 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
"rand_xorshift 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
"winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "rand"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"getrandom 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)",
"libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
"rand_chacha 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
"rand_core 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
"rand_hc 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "rand_chacha"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"autocfg 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
"rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "rand_chacha"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"c2-chacha 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
3103
3104
3105
3106
3107
3108
3109
3110
3111
3112
3113
3114
3115
3116
3117
3118
3119
3120
3121
3122
3123
"rand_core 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "rand_core"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"rand_core 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "rand_core"
version = "0.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "rand_core"
version = "0.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"getrandom 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)",
3125
3126
3127
3128
3129
3130
3131
3132
3133
3134
3135
3136
3137
3138
3139
3140
3141
3142
3143
3144
3145
3146
3147
3148
3149
3150
3151
3152
3153
3154
3155
]
[[package]]
name = "rand_hc"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "rand_hc"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"rand_core 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "rand_isaac"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "rand_jitter"
version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
"rand_core 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
"winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "rand_os"
version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"cloudabi 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
"fuchsia-cprng 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
"libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
"rand_core 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
"rdrand 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
"winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "rand_pcg"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"autocfg 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
"rand_core 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "rand_xorshift"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "rayon"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"crossbeam-deque 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)",
"either 1.5.3 (registry+https://github.com/rust-lang/crates.io-index)",
"rayon-core 1.6.1 (registry+https://github.com/rust-lang/crates.io-index)",
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"crossbeam-deque 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)",
"crossbeam-queue 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
"crossbeam-utils 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
"lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
"num_cpus 1.11.1 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "rdrand"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "redox_syscall"
version = "0.1.56"
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "regex"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"aho-corasick 0.7.6 (registry+https://github.com/rust-lang/crates.io-index)",
"memchr 2.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
"regex-syntax 0.6.12 (registry+https://github.com/rust-lang/crates.io-index)",
"thread_local 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "regex-syntax"
version = "0.6.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "ring"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"cc 1.0.48 (registry+https://github.com/rust-lang/crates.io-index)",
"lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
"libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
"spin 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)",
"untrusted 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
"web-sys 0.3.32 (registry+https://github.com/rust-lang/crates.io-index)",
"winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "rocksdb"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
"librocksdb-sys 6.2.4 (registry+https://github.com/rust-lang/crates.io-index)",
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
"winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
3272
3273
3274
3275
3276
3277
3278
3279
3280
3281
3282
3283
3284
3285
3286
3287
3288
3289
3290
3291
3292
3293
]
[[package]]
name = "rustc-demangle"
version = "0.1.16"
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "rustc-hex"
version = "2.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "rustc_version"
version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "rustls"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"base64 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)",
"log 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)",
"ring 0.16.9 (registry+https://github.com/rust-lang/crates.io-index)",
"sct 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
"webpki 0.21.0 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "rw-stream-sink"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)",
"futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)",
"tokio-io 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "ryu"
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "safe-mix"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
3328
3329
3330
3331
3332
3333
3334
3335
3336
3337
3338
3339
3340
3341
3342
3343
3344
3345
3346
3347
3348
3349
3350
3351
name = "sc-basic-authority"
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate.git?rev=40a16efefc070faf5a25442bc3ae1d0ea2478eee#40a16efefc070faf5a25442bc3ae1d0ea2478eee"
dependencies = [
"futures 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
"log 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)",
"parity-scale-codec 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
"sc-block-builder 2.0.0 (git+https://github.com/paritytech/substrate.git?rev=40a16efefc070faf5a25442bc3ae1d0ea2478eee)",
"sc-client 2.0.0 (git+https://github.com/paritytech/substrate.git?rev=40a16efefc070faf5a25442bc3ae1d0ea2478eee)",
"sc-client-api 2.0.0 (git+https://github.com/paritytech/substrate.git?rev=40a16efefc070faf5a25442bc3ae1d0ea2478eee)",
"sc-telemetry 2.0.0 (git+https://github.com/paritytech/substrate.git?rev=40a16efefc070faf5a25442bc3ae1d0ea2478eee)",
"sp-blockchain 2.0.0 (git+https://github.com/paritytech/substrate.git?rev=40a16efefc070faf5a25442bc3ae1d0ea2478eee)",
"sp-consensus 2.0.0 (git+https://github.com/paritytech/substrate.git?rev=40a16efefc070faf5a25442bc3ae1d0ea2478eee)",
"sp-core 2.0.0 (git+https://github.com/paritytech/substrate.git?rev=40a16efefc070faf5a25442bc3ae1d0ea2478eee)",
"sp-inherents 2.0.0 (git+https://github.com/paritytech/substrate.git?rev=40a16efefc070faf5a25442bc3ae1d0ea2478eee)",
"sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate.git?rev=40a16efefc070faf5a25442bc3ae1d0ea2478eee)",
"sp-transaction-pool 2.0.0 (git+https://github.com/paritytech/substrate.git?rev=40a16efefc070faf5a25442bc3ae1d0ea2478eee)",
"tokio-executor 0.2.0-alpha.6 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "sc-block-builder"
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate.git?rev=40a16efefc070faf5a25442bc3ae1d0ea2478eee#40a16efefc070faf5a25442bc3ae1d0ea2478eee"
"parity-scale-codec 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
"sp-api 2.0.0 (git+https://github.com/paritytech/substrate.git?rev=40a16efefc070faf5a25442bc3ae1d0ea2478eee)",
"sp-block-builder 2.0.0 (git+https://github.com/paritytech/substrate.git?rev=40a16efefc070faf5a25442bc3ae1d0ea2478eee)",
"sp-blockchain 2.0.0 (git+https://github.com/paritytech/substrate.git?rev=40a16efefc070faf5a25442bc3ae1d0ea2478eee)",
"sp-core 2.0.0 (git+https://github.com/paritytech/substrate.git?rev=40a16efefc070faf5a25442bc3ae1d0ea2478eee)",
"sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate.git?rev=40a16efefc070faf5a25442bc3ae1d0ea2478eee)",
"sp-state-machine 2.0.0 (git+https://github.com/paritytech/substrate.git?rev=40a16efefc070faf5a25442bc3ae1d0ea2478eee)",
name = "sc-chain-spec"
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate.git?rev=40a16efefc070faf5a25442bc3ae1d0ea2478eee#40a16efefc070faf5a25442bc3ae1d0ea2478eee"
"impl-trait-for-tuples 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
"sc-chain-spec-derive 2.0.0 (git+https://github.com/paritytech/substrate.git?rev=40a16efefc070faf5a25442bc3ae1d0ea2478eee)",
"sc-network 2.0.0 (git+https://github.com/paritytech/substrate.git?rev=40a16efefc070faf5a25442bc3ae1d0ea2478eee)",
"sc-telemetry 2.0.0 (git+https://github.com/paritytech/substrate.git?rev=40a16efefc070faf5a25442bc3ae1d0ea2478eee)",
"serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)",
"serde_json 1.0.44 (registry+https://github.com/rust-lang/crates.io-index)",
"sp-core 2.0.0 (git+https://github.com/paritytech/substrate.git?rev=40a16efefc070faf5a25442bc3ae1d0ea2478eee)",
"sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate.git?rev=40a16efefc070faf5a25442bc3ae1d0ea2478eee)",
name = "sc-chain-spec-derive"
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate.git?rev=40a16efefc070faf5a25442bc3ae1d0ea2478eee#40a16efefc070faf5a25442bc3ae1d0ea2478eee"
"proc-macro-crate 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
"proc-macro2 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
"quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
"syn 1.0.11 (registry+https://github.com/rust-lang/crates.io-index)",
name = "sc-cli"
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate.git?rev=40a16efefc070faf5a25442bc3ae1d0ea2478eee#40a16efefc070faf5a25442bc3ae1d0ea2478eee"
3393
3394
3395
3396
3397
3398
3399
3400
3401
3402
3403
3404
3405
3406
3407
3408
3409
3410
3411
3412
3413
3414
3415
3416
3417
3418
3419
3420
"ansi_term 0.12.1 (registry+https://github.com/rust-lang/crates.io-index)",
"app_dirs 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
"atty 0.2.13 (registry+https://github.com/rust-lang/crates.io-index)",
"clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)",
"derive_more 0.99.2 (registry+https://github.com/rust-lang/crates.io-index)",
"env_logger 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
"fdlimit 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
"futures 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
"lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
"log 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)",
"names 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
"regex 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
"rpassword 4.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
"sc-client-api 2.0.0 (git+https://github.com/paritytech/substrate.git?rev=40a16efefc070faf5a25442bc3ae1d0ea2478eee)",
"sc-network 2.0.0 (git+https://github.com/paritytech/substrate.git?rev=40a16efefc070faf5a25442bc3ae1d0ea2478eee)",
"sc-service 2.0.0 (git+https://github.com/paritytech/substrate.git?rev=40a16efefc070faf5a25442bc3ae1d0ea2478eee)",
"sc-telemetry 2.0.0 (git+https://github.com/paritytech/substrate.git?rev=40a16efefc070faf5a25442bc3ae1d0ea2478eee)",
"sc-tracing 2.0.0 (git+https://github.com/paritytech/substrate.git?rev=40a16efefc070faf5a25442bc3ae1d0ea2478eee)",
"serde_json 1.0.44 (registry+https://github.com/rust-lang/crates.io-index)",
"sp-blockchain 2.0.0 (git+https://github.com/paritytech/substrate.git?rev=40a16efefc070faf5a25442bc3ae1d0ea2478eee)",
"sp-core 2.0.0 (git+https://github.com/paritytech/substrate.git?rev=40a16efefc070faf5a25442bc3ae1d0ea2478eee)",
"sp-keyring 2.0.0 (git+https://github.com/paritytech/substrate.git?rev=40a16efefc070faf5a25442bc3ae1d0ea2478eee)",
"sp-panic-handler 2.0.0 (git+https://github.com/paritytech/substrate.git?rev=40a16efefc070faf5a25442bc3ae1d0ea2478eee)",
"sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate.git?rev=40a16efefc070faf5a25442bc3ae1d0ea2478eee)",
"sp-state-machine 2.0.0 (git+https://github.com/paritytech/substrate.git?rev=40a16efefc070faf5a25442bc3ae1d0ea2478eee)",
"structopt 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
"time 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)",
"tokio 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)",
name = "sc-client"
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate.git?rev=40a16efefc070faf5a25442bc3ae1d0ea2478eee#40a16efefc070faf5a25442bc3ae1d0ea2478eee"
3428
3429
3430
3431
3432
3433
3434
3435
3436
3437
3438
3439
3440
3441
3442
3443
3444
3445
3446
3447
3448
3449
3450
3451
3452
3453
3454
3455
3456
3457
3458
3459
"derive_more 0.99.2 (registry+https://github.com/rust-lang/crates.io-index)",
"fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
"futures 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
"hash-db 0.15.2 (registry+https://github.com/rust-lang/crates.io-index)",
"hex-literal 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
"kvdb 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
"log 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)",
"parity-scale-codec 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
"parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
"sc-block-builder 2.0.0 (git+https://github.com/paritytech/substrate.git?rev=40a16efefc070faf5a25442bc3ae1d0ea2478eee)",
"sc-client-api 2.0.0 (git+https://github.com/paritytech/substrate.git?rev=40a16efefc070faf5a25442bc3ae1d0ea2478eee)",
"sc-executor 2.0.0 (git+https://github.com/paritytech/substrate.git?rev=40a16efefc070faf5a25442bc3ae1d0ea2478eee)",
"sc-telemetry 2.0.0 (git+https://github.com/paritytech/substrate.git?rev=40a16efefc070faf5a25442bc3ae1d0ea2478eee)",
"sp-api 2.0.0 (git+https://github.com/paritytech/substrate.git?rev=40a16efefc070faf5a25442bc3ae1d0ea2478eee)",
"sp-blockchain 2.0.0 (git+https://github.com/paritytech/substrate.git?rev=40a16efefc070faf5a25442bc3ae1d0ea2478eee)",
"sp-consensus 2.0.0 (git+https://github.com/paritytech/substrate.git?rev=40a16efefc070faf5a25442bc3ae1d0ea2478eee)",
"sp-core 2.0.0 (git+https://github.com/paritytech/substrate.git?rev=40a16efefc070faf5a25442bc3ae1d0ea2478eee)",
"sp-externalities 2.0.0 (git+https://github.com/paritytech/substrate.git?rev=40a16efefc070faf5a25442bc3ae1d0ea2478eee)",
"sp-inherents 2.0.0 (git+https://github.com/paritytech/substrate.git?rev=40a16efefc070faf5a25442bc3ae1d0ea2478eee)",
"sp-keyring 2.0.0 (git+https://github.com/paritytech/substrate.git?rev=40a16efefc070faf5a25442bc3ae1d0ea2478eee)",
"sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate.git?rev=40a16efefc070faf5a25442bc3ae1d0ea2478eee)",
"sp-state-machine 2.0.0 (git+https://github.com/paritytech/substrate.git?rev=40a16efefc070faf5a25442bc3ae1d0ea2478eee)",
"sp-std 2.0.0 (git+https://github.com/paritytech/substrate.git?rev=40a16efefc070faf5a25442bc3ae1d0ea2478eee)",
"sp-trie 2.0.0 (git+https://github.com/paritytech/substrate.git?rev=40a16efefc070faf5a25442bc3ae1d0ea2478eee)",
"sp-version 2.0.0 (git+https://github.com/paritytech/substrate.git?rev=40a16efefc070faf5a25442bc3ae1d0ea2478eee)",
"tracing 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "sc-client-api"
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate.git?rev=40a16efefc070faf5a25442bc3ae1d0ea2478eee#40a16efefc070faf5a25442bc3ae1d0ea2478eee"
3461
3462
3463
3464
3465
3466
3467
3468
3469
3470
3471
3472
3473
3474
3475
3476
3477
3478
3479
3480
3481
3482
3483
3484
3485
3486
3487
3488
3489
3490
"derive_more 0.99.2 (registry+https://github.com/rust-lang/crates.io-index)",
"fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
"futures 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
"hash-db 0.15.2 (registry+https://github.com/rust-lang/crates.io-index)",
"hex-literal 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
"kvdb 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
"log 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)",
"parity-scale-codec 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
"parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
"sc-executor 2.0.0 (git+https://github.com/paritytech/substrate.git?rev=40a16efefc070faf5a25442bc3ae1d0ea2478eee)",
"sc-telemetry 2.0.0 (git+https://github.com/paritytech/substrate.git?rev=40a16efefc070faf5a25442bc3ae1d0ea2478eee)",
"sp-api 2.0.0 (git+https://github.com/paritytech/substrate.git?rev=40a16efefc070faf5a25442bc3ae1d0ea2478eee)",
"sp-blockchain 2.0.0 (git+https://github.com/paritytech/substrate.git?rev=40a16efefc070faf5a25442bc3ae1d0ea2478eee)",
"sp-consensus 2.0.0 (git+https://github.com/paritytech/substrate.git?rev=40a16efefc070faf5a25442bc3ae1d0ea2478eee)",
"sp-core 2.0.0 (git+https://github.com/paritytech/substrate.git?rev=40a16efefc070faf5a25442bc3ae1d0ea2478eee)",
"sp-externalities 2.0.0 (git+https://github.com/paritytech/substrate.git?rev=40a16efefc070faf5a25442bc3ae1d0ea2478eee)",
"sp-inherents 2.0.0 (git+https://github.com/paritytech/substrate.git?rev=40a16efefc070faf5a25442bc3ae1d0ea2478eee)",
"sp-keyring 2.0.0 (git+https://github.com/paritytech/substrate.git?rev=40a16efefc070faf5a25442bc3ae1d0ea2478eee)",
"sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate.git?rev=40a16efefc070faf5a25442bc3ae1d0ea2478eee)",
"sp-state-machine 2.0.0 (git+https://github.com/paritytech/substrate.git?rev=40a16efefc070faf5a25442bc3ae1d0ea2478eee)",
"sp-std 2.0.0 (git+https://github.com/paritytech/substrate.git?rev=40a16efefc070faf5a25442bc3ae1d0ea2478eee)",
"sp-transaction-pool 2.0.0 (git+https://github.com/paritytech/substrate.git?rev=40a16efefc070faf5a25442bc3ae1d0ea2478eee)",
"sp-trie 2.0.0 (git+https://github.com/paritytech/substrate.git?rev=40a16efefc070faf5a25442bc3ae1d0ea2478eee)",
"sp-version 2.0.0 (git+https://github.com/paritytech/substrate.git?rev=40a16efefc070faf5a25442bc3ae1d0ea2478eee)",
]
[[package]]
name = "sc-client-db"
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate.git?rev=40a16efefc070faf5a25442bc3ae1d0ea2478eee#40a16efefc070faf5a25442bc3ae1d0ea2478eee"
"hash-db 0.15.2 (registry+https://github.com/rust-lang/crates.io-index)",
"kvdb 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
"kvdb-memorydb 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
"kvdb-rocksdb 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
"linked-hash-map 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)",
"log 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)",
"parity-scale-codec 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
"parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
"sc-client 2.0.0 (git+https://github.com/paritytech/substrate.git?rev=40a16efefc070faf5a25442bc3ae1d0ea2478eee)",
"sc-client-api 2.0.0 (git+https://github.com/paritytech/substrate.git?rev=40a16efefc070faf5a25442bc3ae1d0ea2478eee)",
"sc-executor 2.0.0 (git+https://github.com/paritytech/substrate.git?rev=40a16efefc070faf5a25442bc3ae1d0ea2478eee)",
"sc-state-db 2.0.0 (git+https://github.com/paritytech/substrate.git?rev=40a16efefc070faf5a25442bc3ae1d0ea2478eee)",
"sp-blockchain 2.0.0 (git+https://github.com/paritytech/substrate.git?rev=40a16efefc070faf5a25442bc3ae1d0ea2478eee)",
"sp-consensus 2.0.0 (git+https://github.com/paritytech/substrate.git?rev=40a16efefc070faf5a25442bc3ae1d0ea2478eee)",
"sp-core 2.0.0 (git+https://github.com/paritytech/substrate.git?rev=40a16efefc070faf5a25442bc3ae1d0ea2478eee)",
"sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate.git?rev=40a16efefc070faf5a25442bc3ae1d0ea2478eee)",
"sp-state-machine 2.0.0 (git+https://github.com/paritytech/substrate.git?rev=40a16efefc070faf5a25442bc3ae1d0ea2478eee)",
"sp-trie 2.0.0 (git+https://github.com/paritytech/substrate.git?rev=40a16efefc070faf5a25442bc3ae1d0ea2478eee)",
name = "sc-consensus-aura"
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate.git?rev=40a16efefc070faf5a25442bc3ae1d0ea2478eee#40a16efefc070faf5a25442bc3ae1d0ea2478eee"
3517
3518
3519
3520
3521
3522
3523
3524
3525
3526
3527
3528
3529
3530
3531
3532
3533
3534
3535
3536
3537
3538
3539
3540
3541
3542
3543
3544
3545
3546
"derive_more 0.99.2 (registry+https://github.com/rust-lang/crates.io-index)",
"futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)",
"futures 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
"futures-timer 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
"log 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)",
"parity-scale-codec 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
"parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
"sc-client 2.0.0 (git+https://github.com/paritytech/substrate.git?rev=40a16efefc070faf5a25442bc3ae1d0ea2478eee)",
"sc-client-api 2.0.0 (git+https://github.com/paritytech/substrate.git?rev=40a16efefc070faf5a25442bc3ae1d0ea2478eee)",
"sc-consensus-slots 2.0.0 (git+https://github.com/paritytech/substrate.git?rev=40a16efefc070faf5a25442bc3ae1d0ea2478eee)",
"sc-keystore 2.0.0 (git+https://github.com/paritytech/substrate.git?rev=40a16efefc070faf5a25442bc3ae1d0ea2478eee)",
"sc-telemetry 2.0.0 (git+https://github.com/paritytech/substrate.git?rev=40a16efefc070faf5a25442bc3ae1d0ea2478eee)",
"sp-api 2.0.0 (git+https://github.com/paritytech/substrate.git?rev=40a16efefc070faf5a25442bc3ae1d0ea2478eee)",
"sp-application-crypto 2.0.0 (git+https://github.com/paritytech/substrate.git?rev=40a16efefc070faf5a25442bc3ae1d0ea2478eee)",
"sp-block-builder 2.0.0 (git+https://github.com/paritytech/substrate.git?rev=40a16efefc070faf5a25442bc3ae1d0ea2478eee)",
"sp-blockchain 2.0.0 (git+https://github.com/paritytech/substrate.git?rev=40a16efefc070faf5a25442bc3ae1d0ea2478eee)",
"sp-consensus 2.0.0 (git+https://github.com/paritytech/substrate.git?rev=40a16efefc070faf5a25442bc3ae1d0ea2478eee)",
"sp-consensus-aura 2.0.0 (git+https://github.com/paritytech/substrate.git?rev=40a16efefc070faf5a25442bc3ae1d0ea2478eee)",
"sp-core 2.0.0 (git+https://github.com/paritytech/substrate.git?rev=40a16efefc070faf5a25442bc3ae1d0ea2478eee)",
"sp-inherents 2.0.0 (git+https://github.com/paritytech/substrate.git?rev=40a16efefc070faf5a25442bc3ae1d0ea2478eee)",
"sp-io 2.0.0 (git+https://github.com/paritytech/substrate.git?rev=40a16efefc070faf5a25442bc3ae1d0ea2478eee)",
"sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate.git?rev=40a16efefc070faf5a25442bc3ae1d0ea2478eee)",
"sp-timestamp 2.0.0 (git+https://github.com/paritytech/substrate.git?rev=40a16efefc070faf5a25442bc3ae1d0ea2478eee)",
"sp-version 2.0.0 (git+https://github.com/paritytech/substrate.git?rev=40a16efefc070faf5a25442bc3ae1d0ea2478eee)",
]
[[package]]
name = "sc-consensus-slots"
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate.git?rev=40a16efefc070faf5a25442bc3ae1d0ea2478eee#40a16efefc070faf5a25442bc3ae1d0ea2478eee"
"futures 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
"futures-timer 2.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
"log 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)",
"parity-scale-codec 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
"parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
"sc-client-api 2.0.0 (git+https://github.com/paritytech/substrate.git?rev=40a16efefc070faf5a25442bc3ae1d0ea2478eee)",
"sc-telemetry 2.0.0 (git+https://github.com/paritytech/substrate.git?rev=40a16efefc070faf5a25442bc3ae1d0ea2478eee)",
"sp-blockchain 2.0.0 (git+https://github.com/paritytech/substrate.git?rev=40a16efefc070faf5a25442bc3ae1d0ea2478eee)",
"sp-consensus 2.0.0 (git+https://github.com/paritytech/substrate.git?rev=40a16efefc070faf5a25442bc3ae1d0ea2478eee)",
"sp-core 2.0.0 (git+https://github.com/paritytech/substrate.git?rev=40a16efefc070faf5a25442bc3ae1d0ea2478eee)",
"sp-inherents 2.0.0 (git+https://github.com/paritytech/substrate.git?rev=40a16efefc070faf5a25442bc3ae1d0ea2478eee)",
"sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate.git?rev=40a16efefc070faf5a25442bc3ae1d0ea2478eee)",
name = "sc-executor"
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate.git?rev=40a16efefc070faf5a25442bc3ae1d0ea2478eee#40a16efefc070faf5a25442bc3ae1d0ea2478eee"
"derive_more 0.99.2 (registry+https://github.com/rust-lang/crates.io-index)",
"lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
"libsecp256k1 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
"log 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)",
"parity-scale-codec 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
"parity-wasm 0.41.0 (registry+https://github.com/rust-lang/crates.io-index)",
"parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
"sp-core 2.0.0 (git+https://github.com/paritytech/substrate.git?rev=40a16efefc070faf5a25442bc3ae1d0ea2478eee)",
"sp-externalities 2.0.0 (git+https://github.com/paritytech/substrate.git?rev=40a16efefc070faf5a25442bc3ae1d0ea2478eee)",
"sp-io 2.0.0 (git+https://github.com/paritytech/substrate.git?rev=40a16efefc070faf5a25442bc3ae1d0ea2478eee)",
"sp-panic-handler 2.0.0 (git+https://github.com/paritytech/substrate.git?rev=40a16efefc070faf5a25442bc3ae1d0ea2478eee)",
"sp-runtime-interface 2.0.0 (git+https://github.com/paritytech/substrate.git?rev=40a16efefc070faf5a25442bc3ae1d0ea2478eee)",
"sp-serializer 2.0.0 (git+https://github.com/paritytech/substrate.git?rev=40a16efefc070faf5a25442bc3ae1d0ea2478eee)",
"sp-trie 2.0.0 (git+https://github.com/paritytech/substrate.git?rev=40a16efefc070faf5a25442bc3ae1d0ea2478eee)",
"sp-version 2.0.0 (git+https://github.com/paritytech/substrate.git?rev=40a16efefc070faf5a25442bc3ae1d0ea2478eee)",
"sp-wasm-interface 2.0.0 (git+https://github.com/paritytech/substrate.git?rev=40a16efefc070faf5a25442bc3ae1d0ea2478eee)",
"wasmi 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
name = "sc-finality-grandpa"
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate.git?rev=40a16efefc070faf5a25442bc3ae1d0ea2478eee#40a16efefc070faf5a25442bc3ae1d0ea2478eee"
3591
3592
3593
3594
3595
3596
3597
3598
3599
3600
3601
3602
3603
3604
3605
3606
3607
3608
3609
3610
3611
3612
3613
3614
3615
3616
3617
3618
3619
"finality-grandpa 0.10.2 (registry+https://github.com/rust-lang/crates.io-index)",
"fork-tree 2.0.0 (git+https://github.com/paritytech/substrate.git?rev=40a16efefc070faf5a25442bc3ae1d0ea2478eee)",
"futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)",
"futures 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
"futures-timer 2.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
"log 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)",
"parity-scale-codec 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
"parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
"rand 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)",
"sc-client 2.0.0 (git+https://github.com/paritytech/substrate.git?rev=40a16efefc070faf5a25442bc3ae1d0ea2478eee)",
"sc-client-api 2.0.0 (git+https://github.com/paritytech/substrate.git?rev=40a16efefc070faf5a25442bc3ae1d0ea2478eee)",
"sc-keystore 2.0.0 (git+https://github.com/paritytech/substrate.git?rev=40a16efefc070faf5a25442bc3ae1d0ea2478eee)",
"sc-network 2.0.0 (git+https://github.com/paritytech/substrate.git?rev=40a16efefc070faf5a25442bc3ae1d0ea2478eee)",
"sc-network-gossip 2.0.0 (git+https://github.com/paritytech/substrate.git?rev=40a16efefc070faf5a25442bc3ae1d0ea2478eee)",
"sc-telemetry 2.0.0 (git+https://github.com/paritytech/substrate.git?rev=40a16efefc070faf5a25442bc3ae1d0ea2478eee)",
"serde_json 1.0.44 (registry+https://github.com/rust-lang/crates.io-index)",
"sp-blockchain 2.0.0 (git+https://github.com/paritytech/substrate.git?rev=40a16efefc070faf5a25442bc3ae1d0ea2478eee)",
"sp-consensus 2.0.0 (git+https://github.com/paritytech/substrate.git?rev=40a16efefc070faf5a25442bc3ae1d0ea2478eee)",
"sp-core 2.0.0 (git+https://github.com/paritytech/substrate.git?rev=40a16efefc070faf5a25442bc3ae1d0ea2478eee)",
"sp-finality-grandpa 2.0.0 (git+https://github.com/paritytech/substrate.git?rev=40a16efefc070faf5a25442bc3ae1d0ea2478eee)",
"sp-finality-tracker 2.0.0 (git+https://github.com/paritytech/substrate.git?rev=40a16efefc070faf5a25442bc3ae1d0ea2478eee)",
"sp-inherents 2.0.0 (git+https://github.com/paritytech/substrate.git?rev=40a16efefc070faf5a25442bc3ae1d0ea2478eee)",
"sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate.git?rev=40a16efefc070faf5a25442bc3ae1d0ea2478eee)",
]
[[package]]
name = "sc-keystore"
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate.git?rev=40a16efefc070faf5a25442bc3ae1d0ea2478eee#40a16efefc070faf5a25442bc3ae1d0ea2478eee"
"derive_more 0.99.2 (registry+https://github.com/rust-lang/crates.io-index)",
"hex 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
"parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
"rand 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)",
"serde_json 1.0.44 (registry+https://github.com/rust-lang/crates.io-index)",
"sp-application-crypto 2.0.0 (git+https://github.com/paritytech/substrate.git?rev=40a16efefc070faf5a25442bc3ae1d0ea2478eee)",
"sp-core 2.0.0 (git+https://github.com/paritytech/substrate.git?rev=40a16efefc070faf5a25442bc3ae1d0ea2478eee)",
"subtle 2.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
name = "sc-network"
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate.git?rev=40a16efefc070faf5a25442bc3ae1d0ea2478eee#40a16efefc070faf5a25442bc3ae1d0ea2478eee"
"bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
"bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)",
"derive_more 0.99.2 (registry+https://github.com/rust-lang/crates.io-index)",
"either 1.5.3 (registry+https://github.com/rust-lang/crates.io-index)",
"erased-serde 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
"fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
"fork-tree 2.0.0 (git+https://github.com/paritytech/substrate.git?rev=40a16efefc070faf5a25442bc3ae1d0ea2478eee)",
"futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)",
"futures 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
"futures-timer 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
"libp2p 0.13.1 (registry+https://github.com/rust-lang/crates.io-index)",
"linked-hash-map 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)",
"linked_hash_set 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
"log 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)",
"lru 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
"parity-scale-codec 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
"parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
"rand 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)",
"rustc-hex 2.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
"sc-block-builder 2.0.0 (git+https://github.com/paritytech/substrate.git?rev=40a16efefc070faf5a25442bc3ae1d0ea2478eee)",
"sc-client 2.0.0 (git+https://github.com/paritytech/substrate.git?rev=40a16efefc070faf5a25442bc3ae1d0ea2478eee)",
"sc-client-api 2.0.0 (git+https://github.com/paritytech/substrate.git?rev=40a16efefc070faf5a25442bc3ae1d0ea2478eee)",
"sc-peerset 2.0.0 (git+https://github.com/paritytech/substrate.git?rev=40a16efefc070faf5a25442bc3ae1d0ea2478eee)",
"serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)",
"serde_json 1.0.44 (registry+https://github.com/rust-lang/crates.io-index)",
"slog 2.5.2 (registry+https://github.com/rust-lang/crates.io-index)",
"slog_derive 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
"smallvec 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)",
"sp-arithmetic 2.0.0 (git+https://github.com/paritytech/substrate.git?rev=40a16efefc070faf5a25442bc3ae1d0ea2478eee)",
"sp-blockchain 2.0.0 (git+https://github.com/paritytech/substrate.git?rev=40a16efefc070faf5a25442bc3ae1d0ea2478eee)",
"sp-consensus 2.0.0 (git+https://github.com/paritytech/substrate.git?rev=40a16efefc070faf5a25442bc3ae1d0ea2478eee)",
"sp-consensus-babe 2.0.0 (git+https://github.com/paritytech/substrate.git?rev=40a16efefc070faf5a25442bc3ae1d0ea2478eee)",
"sp-core 2.0.0 (git+https://github.com/paritytech/substrate.git?rev=40a16efefc070faf5a25442bc3ae1d0ea2478eee)",
"sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate.git?rev=40a16efefc070faf5a25442bc3ae1d0ea2478eee)",
"tokio-io 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)",
"unsigned-varint 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
"void 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
"zeroize 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
name = "sc-network-gossip"
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate.git?rev=40a16efefc070faf5a25442bc3ae1d0ea2478eee#40a16efefc070faf5a25442bc3ae1d0ea2478eee"
"futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)",
"futures 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
"futures-timer 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
"libp2p 0.13.1 (registry+https://github.com/rust-lang/crates.io-index)",
"log 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)",
"lru 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)",
"parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
"sc-network 2.0.0 (git+https://github.com/paritytech/substrate.git?rev=40a16efefc070faf5a25442bc3ae1d0ea2478eee)",
"sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate.git?rev=40a16efefc070faf5a25442bc3ae1d0ea2478eee)",
source = "git+https://github.com/paritytech/substrate.git?rev=40a16efefc070faf5a25442bc3ae1d0ea2478eee#40a16efefc070faf5a25442bc3ae1d0ea2478eee"
"bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)",
"fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
"futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)",
"futures 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
"futures-timer 2.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
"hyper 0.12.35 (registry+https://github.com/rust-lang/crates.io-index)",
"hyper-rustls 0.17.1 (registry+https://github.com/rust-lang/crates.io-index)",
"log 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)",
"num_cpus 1.11.1 (registry+https://github.com/rust-lang/crates.io-index)",
"parity-scale-codec 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
"parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
"rand 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)",
"sc-client-api 2.0.0 (git+https://github.com/paritytech/substrate.git?rev=40a16efefc070faf5a25442bc3ae1d0ea2478eee)",
"sc-keystore 2.0.0 (git+https://github.com/paritytech/substrate.git?rev=40a16efefc070faf5a25442bc3ae1d0ea2478eee)",
"sc-network 2.0.0 (git+https://github.com/paritytech/substrate.git?rev=40a16efefc070faf5a25442bc3ae1d0ea2478eee)",
"sp-api 2.0.0 (git+https://github.com/paritytech/substrate.git?rev=40a16efefc070faf5a25442bc3ae1d0ea2478eee)",
"sp-core 2.0.0 (git+https://github.com/paritytech/substrate.git?rev=40a16efefc070faf5a25442bc3ae1d0ea2478eee)",
"sp-offchain 2.0.0 (git+https://github.com/paritytech/substrate.git?rev=40a16efefc070faf5a25442bc3ae1d0ea2478eee)",
"sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate.git?rev=40a16efefc070faf5a25442bc3ae1d0ea2478eee)",
"threadpool 1.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
source = "git+https://github.com/paritytech/substrate.git?rev=40a16efefc070faf5a25442bc3ae1d0ea2478eee#40a16efefc070faf5a25442bc3ae1d0ea2478eee"
"futures 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
"libp2p 0.13.1 (registry+https://github.com/rust-lang/crates.io-index)",
"log 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)",
"serde_json 1.0.44 (registry+https://github.com/rust-lang/crates.io-index)",
source = "git+https://github.com/paritytech/substrate.git?rev=40a16efefc070faf5a25442bc3ae1d0ea2478eee#40a16efefc070faf5a25442bc3ae1d0ea2478eee"
"futures 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
"hash-db 0.15.2 (registry+https://github.com/rust-lang/crates.io-index)",
3737
3738
3739
3740
3741
3742
3743
3744
3745
3746
3747
3748
3749
3750
3751
3752
3753
3754
3755
3756
3757
3758
3759
3760
3761
3762
3763
3764
3765
3766
3767
3768
3769
3770
3771
3772
3773
3774
3775
3776
3777
3778
"jsonrpc-core 14.0.5 (registry+https://github.com/rust-lang/crates.io-index)",
"jsonrpc-pubsub 14.0.5 (registry+https://github.com/rust-lang/crates.io-index)",
"log 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)",
"parity-scale-codec 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
"parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
"sc-client 2.0.0 (git+https://github.com/paritytech/substrate.git?rev=40a16efefc070faf5a25442bc3ae1d0ea2478eee)",
"sc-client-api 2.0.0 (git+https://github.com/paritytech/substrate.git?rev=40a16efefc070faf5a25442bc3ae1d0ea2478eee)",
"sc-executor 2.0.0 (git+https://github.com/paritytech/substrate.git?rev=40a16efefc070faf5a25442bc3ae1d0ea2478eee)",
"sc-keystore 2.0.0 (git+https://github.com/paritytech/substrate.git?rev=40a16efefc070faf5a25442bc3ae1d0ea2478eee)",
"sc-rpc-api 2.0.0 (git+https://github.com/paritytech/substrate.git?rev=40a16efefc070faf5a25442bc3ae1d0ea2478eee)",
"serde_json 1.0.44 (registry+https://github.com/rust-lang/crates.io-index)",
"sp-api 2.0.0 (git+https://github.com/paritytech/substrate.git?rev=40a16efefc070faf5a25442bc3ae1d0ea2478eee)",
"sp-blockchain 2.0.0 (git+https://github.com/paritytech/substrate.git?rev=40a16efefc070faf5a25442bc3ae1d0ea2478eee)",
"sp-core 2.0.0 (git+https://github.com/paritytech/substrate.git?rev=40a16efefc070faf5a25442bc3ae1d0ea2478eee)",
"sp-rpc 2.0.0 (git+https://github.com/paritytech/substrate.git?rev=40a16efefc070faf5a25442bc3ae1d0ea2478eee)",
"sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate.git?rev=40a16efefc070faf5a25442bc3ae1d0ea2478eee)",
"sp-session 2.0.0 (git+https://github.com/paritytech/substrate.git?rev=40a16efefc070faf5a25442bc3ae1d0ea2478eee)",
"sp-state-machine 2.0.0 (git+https://github.com/paritytech/substrate.git?rev=40a16efefc070faf5a25442bc3ae1d0ea2478eee)",
"sp-transaction-pool 2.0.0 (git+https://github.com/paritytech/substrate.git?rev=40a16efefc070faf5a25442bc3ae1d0ea2478eee)",
"sp-version 2.0.0 (git+https://github.com/paritytech/substrate.git?rev=40a16efefc070faf5a25442bc3ae1d0ea2478eee)",
]
[[package]]
name = "sc-rpc-api"
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate.git?rev=40a16efefc070faf5a25442bc3ae1d0ea2478eee#40a16efefc070faf5a25442bc3ae1d0ea2478eee"
dependencies = [
"derive_more 0.99.2 (registry+https://github.com/rust-lang/crates.io-index)",
"futures 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
"jsonrpc-core 14.0.5 (registry+https://github.com/rust-lang/crates.io-index)",
"jsonrpc-core-client 14.0.5 (registry+https://github.com/rust-lang/crates.io-index)",
"jsonrpc-derive 14.0.5 (registry+https://github.com/rust-lang/crates.io-index)",
"jsonrpc-pubsub 14.0.5 (registry+https://github.com/rust-lang/crates.io-index)",
"log 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)",
"parity-scale-codec 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
"parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
"serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)",
"serde_json 1.0.44 (registry+https://github.com/rust-lang/crates.io-index)",
"sp-core 2.0.0 (git+https://github.com/paritytech/substrate.git?rev=40a16efefc070faf5a25442bc3ae1d0ea2478eee)",
"sp-rpc 2.0.0 (git+https://github.com/paritytech/substrate.git?rev=40a16efefc070faf5a25442bc3ae1d0ea2478eee)",
"sp-transaction-pool 2.0.0 (git+https://github.com/paritytech/substrate.git?rev=40a16efefc070faf5a25442bc3ae1d0ea2478eee)",
"sp-version 2.0.0 (git+https://github.com/paritytech/substrate.git?rev=40a16efefc070faf5a25442bc3ae1d0ea2478eee)",
source = "git+https://github.com/paritytech/substrate.git?rev=40a16efefc070faf5a25442bc3ae1d0ea2478eee#40a16efefc070faf5a25442bc3ae1d0ea2478eee"
"jsonrpc-core 14.0.5 (registry+https://github.com/rust-lang/crates.io-index)",
"jsonrpc-http-server 14.0.5 (registry+https://github.com/rust-lang/crates.io-index)",
"jsonrpc-pubsub 14.0.5 (registry+https://github.com/rust-lang/crates.io-index)",
"jsonrpc-ws-server 14.0.5 (registry+https://github.com/rust-lang/crates.io-index)",
"log 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)",
"serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)",
"serde_json 1.0.44 (registry+https://github.com/rust-lang/crates.io-index)",
"sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate.git?rev=40a16efefc070faf5a25442bc3ae1d0ea2478eee)",
source = "git+https://github.com/paritytech/substrate.git?rev=40a16efefc070faf5a25442bc3ae1d0ea2478eee#40a16efefc070faf5a25442bc3ae1d0ea2478eee"
3801
3802
3803
3804
3805
3806
3807
3808
3809
3810
3811
3812
3813
3814
3815
3816
3817
3818
3819
3820
3821
3822
3823
3824
3825
3826
3827
3828
3829
3830
3831
3832
3833
3834
3835
3836
3837
3838
3839
3840
"derive_more 0.99.2 (registry+https://github.com/rust-lang/crates.io-index)",
"exit-future 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
"futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)",
"futures 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
"grafana-data-source 2.0.0 (git+https://github.com/paritytech/substrate.git?rev=40a16efefc070faf5a25442bc3ae1d0ea2478eee)",
"lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
"log 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)",
"parity-multiaddr 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
"parity-scale-codec 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
"parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
"sc-chain-spec 2.0.0 (git+https://github.com/paritytech/substrate.git?rev=40a16efefc070faf5a25442bc3ae1d0ea2478eee)",
"sc-client 2.0.0 (git+https://github.com/paritytech/substrate.git?rev=40a16efefc070faf5a25442bc3ae1d0ea2478eee)",
"sc-client-api 2.0.0 (git+https://github.com/paritytech/substrate.git?rev=40a16efefc070faf5a25442bc3ae1d0ea2478eee)",
"sc-client-db 2.0.0 (git+https://github.com/paritytech/substrate.git?rev=40a16efefc070faf5a25442bc3ae1d0ea2478eee)",
"sc-executor 2.0.0 (git+https://github.com/paritytech/substrate.git?rev=40a16efefc070faf5a25442bc3ae1d0ea2478eee)",
"sc-keystore 2.0.0 (git+https://github.com/paritytech/substrate.git?rev=40a16efefc070faf5a25442bc3ae1d0ea2478eee)",
"sc-network 2.0.0 (git+https://github.com/paritytech/substrate.git?rev=40a16efefc070faf5a25442bc3ae1d0ea2478eee)",
"sc-offchain 2.0.0 (git+https://github.com/paritytech/substrate.git?rev=40a16efefc070faf5a25442bc3ae1d0ea2478eee)",
"sc-rpc 2.0.0 (git+https://github.com/paritytech/substrate.git?rev=40a16efefc070faf5a25442bc3ae1d0ea2478eee)",
"sc-rpc-server 2.0.0 (git+https://github.com/paritytech/substrate.git?rev=40a16efefc070faf5a25442bc3ae1d0ea2478eee)",
"sc-telemetry 2.0.0 (git+https://github.com/paritytech/substrate.git?rev=40a16efefc070faf5a25442bc3ae1d0ea2478eee)",
"sc-tracing 2.0.0 (git+https://github.com/paritytech/substrate.git?rev=40a16efefc070faf5a25442bc3ae1d0ea2478eee)",
"sc-transaction-pool 2.0.0 (git+https://github.com/paritytech/substrate.git?rev=40a16efefc070faf5a25442bc3ae1d0ea2478eee)",
"serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)",
"serde_json 1.0.44 (registry+https://github.com/rust-lang/crates.io-index)",
"slog 2.5.2 (registry+https://github.com/rust-lang/crates.io-index)",
"sp-api 2.0.0 (git+https://github.com/paritytech/substrate.git?rev=40a16efefc070faf5a25442bc3ae1d0ea2478eee)",
"sp-application-crypto 2.0.0 (git+https://github.com/paritytech/substrate.git?rev=40a16efefc070faf5a25442bc3ae1d0ea2478eee)",
"sp-blockchain 2.0.0 (git+https://github.com/paritytech/substrate.git?rev=40a16efefc070faf5a25442bc3ae1d0ea2478eee)",
"sp-consensus 2.0.0 (git+https://github.com/paritytech/substrate.git?rev=40a16efefc070faf5a25442bc3ae1d0ea2478eee)",
"sp-core 2.0.0 (git+https://github.com/paritytech/substrate.git?rev=40a16efefc070faf5a25442bc3ae1d0ea2478eee)",
"sp-io 2.0.0 (git+https://github.com/paritytech/substrate.git?rev=40a16efefc070faf5a25442bc3ae1d0ea2478eee)",
"sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate.git?rev=40a16efefc070faf5a25442bc3ae1d0ea2478eee)",
"sp-session 2.0.0 (git+https://github.com/paritytech/substrate.git?rev=40a16efefc070faf5a25442bc3ae1d0ea2478eee)",
"sp-transaction-pool 2.0.0 (git+https://github.com/paritytech/substrate.git?rev=40a16efefc070faf5a25442bc3ae1d0ea2478eee)",
"sysinfo 0.9.6 (registry+https://github.com/rust-lang/crates.io-index)",
"target_info 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
"tokio-executor 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
"tokio-timer 0.2.12 (registry+https://github.com/rust-lang/crates.io-index)",
"tracing 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
source = "git+https://github.com/paritytech/substrate.git?rev=40a16efefc070faf5a25442bc3ae1d0ea2478eee#40a16efefc070faf5a25442bc3ae1d0ea2478eee"
"log 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)",
"parity-scale-codec 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
"parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
"sp-core 2.0.0 (git+https://github.com/paritytech/substrate.git?rev=40a16efefc070faf5a25442bc3ae1d0ea2478eee)",
source = "git+https://github.com/paritytech/substrate.git?rev=40a16efefc070faf5a25442bc3ae1d0ea2478eee#40a16efefc070faf5a25442bc3ae1d0ea2478eee"
"bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)",
"futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)",
"futures 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
"futures-timer 2.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
"libp2p 0.13.1 (registry+https://github.com/rust-lang/crates.io-index)",
"log 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)",
"parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
"rand 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)",
"serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)",
"slog 2.5.2 (registry+https://github.com/rust-lang/crates.io-index)",
"slog-json 2.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
"slog-scope 4.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
"take_mut 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
"tokio-io 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)",
"void 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
source = "git+https://github.com/paritytech/substrate.git?rev=40a16efefc070faf5a25442bc3ae1d0ea2478eee#40a16efefc070faf5a25442bc3ae1d0ea2478eee"
"erased-serde 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
"grafana-data-source 2.0.0 (git+https://github.com/paritytech/substrate.git?rev=40a16efefc070faf5a25442bc3ae1d0ea2478eee)",
"log 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)",
"parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
"sc-telemetry 2.0.0 (git+https://github.com/paritytech/substrate.git?rev=40a16efefc070faf5a25442bc3ae1d0ea2478eee)",
"serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)",
"serde_json 1.0.44 (registry+https://github.com/rust-lang/crates.io-index)",
"slog 2.5.2 (registry+https://github.com/rust-lang/crates.io-index)",
"tracing-core 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
source = "git+https://github.com/paritytech/substrate.git?rev=40a16efefc070faf5a25442bc3ae1d0ea2478eee#40a16efefc070faf5a25442bc3ae1d0ea2478eee"
"derive_more 0.99.2 (registry+https://github.com/rust-lang/crates.io-index)",
"futures 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
"log 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)",
"parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
"serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)",
"sp-core 2.0.0 (git+https://github.com/paritytech/substrate.git?rev=40a16efefc070faf5a25442bc3ae1d0ea2478eee)",
"sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate.git?rev=40a16efefc070faf5a25442bc3ae1d0ea2478eee)",
"sp-transaction-pool 2.0.0 (git+https://github.com/paritytech/substrate.git?rev=40a16efefc070faf5a25442bc3ae1d0ea2478eee)",
source = "git+https://github.com/paritytech/substrate.git?rev=40a16efefc070faf5a25442bc3ae1d0ea2478eee#40a16efefc070faf5a25442bc3ae1d0ea2478eee"
"derive_more 0.99.2 (registry+https://github.com/rust-lang/crates.io-index)",
"futures 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
"log 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)",
"parity-scale-codec 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
"parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
"sc-client-api 2.0.0 (git+https://github.com/paritytech/substrate.git?rev=40a16efefc070faf5a25442bc3ae1d0ea2478eee)",
"sc-transaction-graph 2.0.0 (git+https://github.com/paritytech/substrate.git?rev=40a16efefc070faf5a25442bc3ae1d0ea2478eee)",
"sp-api 2.0.0 (git+https://github.com/paritytech/substrate.git?rev=40a16efefc070faf5a25442bc3ae1d0ea2478eee)",
"sp-blockchain 2.0.0 (git+https://github.com/paritytech/substrate.git?rev=40a16efefc070faf5a25442bc3ae1d0ea2478eee)",
"sp-core 2.0.0 (git+https://github.com/paritytech/substrate.git?rev=40a16efefc070faf5a25442bc3ae1d0ea2478eee)",
"sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate.git?rev=40a16efefc070faf5a25442bc3ae1d0ea2478eee)",
"sp-transaction-pool 2.0.0 (git+https://github.com/paritytech/substrate.git?rev=40a16efefc070faf5a25442bc3ae1d0ea2478eee)",
name = "schnorrkel"
version = "0.8.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
"curve25519-dalek 1.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
"failure 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
"merlin 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
"rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)",
"rand_core 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
"rand_os 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
"sha2 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
"subtle 2.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
"zeroize 0.9.3 (registry+https://github.com/rust-lang/crates.io-index)",
name = "scopeguard"
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
name = "scopeguard"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
name = "sct"
version = "0.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
"ring 0.16.9 (registry+https://github.com/rust-lang/crates.io-index)",
"untrusted 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
name = "semver"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
"semver-parser 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
name = "semver-parser"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
name = "send_wrapper"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
name = "serde"
version = "1.0.104"
source = "registry+https://github.com/rust-lang/crates.io-index"
"serde_derive 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)",
name = "serde_derive"
version = "1.0.104"
source = "registry+https://github.com/rust-lang/crates.io-index"
"proc-macro2 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
"quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
"syn 1.0.11 (registry+https://github.com/rust-lang/crates.io-index)",
name = "serde_json"
version = "1.0.44"
source = "registry+https://github.com/rust-lang/crates.io-index"