Newer
Older
"crossbeam-deque",
"either",
"rayon-core",
name = "rayon-core"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "08a89b46efaf957e52b18062fb2f4660f8b8a4dde1807ca002690868ef2c85a9"
dependencies = [
"crossbeam-deque",
"crossbeam-queue",
"crossbeam-utils",
"lazy_static",
"num_cpus",
name = "rdrand"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "678054eb77286b51581ba43620cc911abf02758c91f93f479767aed0f90458b2"
name = "redox_syscall"
version = "0.1.56"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2439c63f3f6139d1b57529d16bc3b8bb855230c8efcc5d3a896c8bea7c3b1e84"
name = "redox_users"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "09b23093265f8d200fa7b4c2c76297f47e681c655f6f1285a8780d6a022f7431"
"getrandom",
"redox_syscall",
"rust-argon2",
name = "reed-solomon-erasure"
version = "4.0.0"
source = "git+https://github.com/paritytech/reed-solomon-erasure#63c609beaef0f8174a9a21f058d7d3e46c3a762c"
name = "regex"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7f6946991529684867e47d86474e3a6d0c0ab9b82d5821e314b1ede31fa3a4b3"
"aho-corasick",
"memchr",
"regex-syntax",
"thread_local",
name = "regex-syntax"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7fe5bd57d1d7414c6b5ed48563a2c855d995ff777729dcd91c369ec7fea395ae"
name = "region"
version = "2.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "448e868c6e4cfddfa49b6a72c95906c04e8547465e9536575b95c70a4044f856"
"bitflags",
"libc",
"mach",
"winapi 0.3.8",
name = "remove_dir_all"
version = "0.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4a83fa3702a688b9359eccba92d153ac33fd2e8462f9e0e3fdf155239ea7792e"
dependencies = [
name = "ring"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "741ba1704ae21999c00942f9f5944f801e977f54302af346b596287599ad1862"
dependencies = [
"cc",
"lazy_static",
"libc",
"spin",
"untrusted",
"web-sys",
"winapi 0.3.8",
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4a7d3f9bed94764eac15b8f14af59fac420c236adaff743b7bcc88e265cb4345"
name = "rocksdb"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "12069b106981c6103d3eab7dd1c86751482d0779a520b7c14954c8b586c1e643"
dependencies = [
name = "rpassword"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "99371657d3c8e4d816fb6221db98fa408242b0b53bac08f8676a41f8554fe99f"
name = "rust-argon2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2bc8af4bda8e1ff4932523b94d3dd20ee30a87232323eda55903ffd71d2fb017"
"base64 0.11.0",
"blake2b_simd",
"constant_time_eq",
"crossbeam-utils",
name = "rustc-demangle"
version = "0.1.16"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4c691c0e608126e00913e33f0ccf3727d5fc84573623b8d65b2df340b5201783"
[[package]]
name = "rustc-hash"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
name = "rustc-hex"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3e75f6a532d0fd9f7f13144f392b6ad56a32696bfcd9c78f797f16bbb6f072d6"
[[package]]
name = "rustc-serialize"
version = "0.3.24"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dcf128d1287d2ea9d80910b5f1120d0b8eede3fbf1abe91c40d39ea7d51e6fda"
[[package]]
name = "rustc_version"
version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a"
dependencies = [
name = "rustls"
version = "0.16.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b25a18b1bf7387f0145e7f8324e700805aade3842dd3db2e74e4cdeb4677c09e"
"base64 0.10.1",
"log 0.4.8",
"ring",
"sct",
"webpki",
]
[[package]]
name = "rustls"
version = "0.17.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c0d4a31f5d68413404705d6982529b0e11a9aacd4839d1d6222ee3b8cb4015e1"
"base64 0.11.0",
"log 0.4.8",
"ring",
"sct",
"webpki",
[[package]]
name = "rustls-native-certs"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a75ffeb84a6bd9d014713119542ce415db3a3e4748f0bfce1e1416cd224a23a5"
"openssl-probe",
"rustls 0.17.0",
"schannel",
"security-framework",
name = "rw-stream-sink"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4da5fcb054c46f5a5dff833b129285a93d3f0179531735e6c866e8cc307d2020"
"futures 0.3.4",
"pin-project",
"static_assertions",
name = "ryu"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "535622e6be132bccd223f4bb2b8ac8d53cda3c7a6394944d3b2b33fb974f9d76"
name = "safe-mix"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6d3d055a2582e6b00ed7a31c1524040aa391092bf636328350813f3a0605215c"
[[package]]
name = "salsa20"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2324b0e8c3bb9a586a571fdb3136f70e7e2c748de00a78043f86e0cff91f91fe"
"byteorder 1.3.4",
"salsa20-core",
"stream-cipher",
]
[[package]]
name = "salsa20-core"
version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2fe6cc1b9f5a5867853ade63099de70f042f7679e408d1ffe52821c9248e6e69"
name = "sc-authority-discovery"
thiolliere
committed
version = "0.8.0-alpha.5"
5268
5269
5270
5271
5272
5273
5274
5275
5276
5277
5278
5279
5280
5281
5282
5283
5284
5285
5286
5287
5288
5289
source = "git+https://github.com/paritytech/substrate#d1238423a3093eb64df90c0eebdbf504c8df56dd"
dependencies = [
"bytes 0.5.4",
"derive_more 0.99.3",
"futures 0.3.4",
"futures-timer 3.0.2",
"libp2p",
"log 0.4.8",
"parity-scale-codec",
"prost",
"prost-build",
"rand 0.7.3",
"sc-client-api",
"sc-keystore",
"sc-network",
"serde_json",
"sp-api",
"sp-authority-discovery",
"sp-blockchain",
"sp-core",
"sp-runtime",
"substrate-prometheus-endpoint",
name = "sc-block-builder"
thiolliere
committed
version = "0.8.0-alpha.5"
source = "git+https://github.com/paritytech/substrate#d1238423a3093eb64df90c0eebdbf504c8df56dd"
"parity-scale-codec",
"sc-client-api",
"sp-api",
"sp-block-builder",
"sp-blockchain",
"sp-consensus",
"sp-core",
"sp-runtime",
"sp-state-machine",
name = "sc-chain-spec"
thiolliere
committed
version = "2.0.0-alpha.5"
source = "git+https://github.com/paritytech/substrate#d1238423a3093eb64df90c0eebdbf504c8df56dd"
"impl-trait-for-tuples",
"sc-chain-spec-derive",
"sc-network",
"sc-telemetry",
"serde",
"serde_json",
"sp-core",
"sp-runtime",
name = "sc-chain-spec-derive"
thiolliere
committed
version = "2.0.0-alpha.5"
source = "git+https://github.com/paritytech/substrate#d1238423a3093eb64df90c0eebdbf504c8df56dd"
"proc-macro-crate",
"proc-macro2 1.0.9",
"quote 1.0.3",
"syn 1.0.17",
thiolliere
committed
version = "0.8.0-alpha.5"
5337
5338
5339
5340
5341
5342
5343
5344
5345
5346
5347
5348
5349
5350
5351
5352
5353
5354
5355
5356
5357
5358
5359
5360
5361
5362
5363
5364
5365
5366
5367
5368
5369
5370
source = "git+https://github.com/paritytech/substrate#d1238423a3093eb64df90c0eebdbf504c8df56dd"
dependencies = [
"ansi_term 0.12.1",
"app_dirs",
"atty",
"chrono",
"clap",
"derive_more 0.99.3",
"env_logger 0.7.1",
"fdlimit",
"futures 0.3.4",
"lazy_static",
"log 0.4.8",
"names",
"parity-util-mem",
"regex",
"rpassword",
"sc-client-api",
"sc-informant",
"sc-network",
"sc-service",
"sc-telemetry",
"sc-tracing",
"serde_json",
"sp-blockchain",
"sp-core",
"sp-keyring",
"sp-panic-handler",
"sp-runtime",
"sp-state-machine",
"structopt",
"substrate-prometheus-endpoint",
"time",
"tokio 0.2.13",
]
[[package]]
thiolliere
committed
version = "0.8.0-alpha.5"
5376
5377
5378
5379
5380
5381
5382
5383
5384
5385
5386
5387
5388
5389
5390
5391
5392
5393
5394
5395
5396
5397
5398
5399
5400
5401
5402
5403
5404
source = "git+https://github.com/paritytech/substrate#d1238423a3093eb64df90c0eebdbf504c8df56dd"
dependencies = [
"derive_more 0.99.3",
"fnv",
"futures 0.3.4",
"hash-db",
"hex-literal",
"kvdb",
"log 0.4.8",
"parity-scale-codec",
"parking_lot 0.10.0",
"sc-block-builder",
"sc-client-api",
"sc-executor",
"sc-telemetry",
"sp-api",
"sp-blockchain",
"sp-consensus",
"sp-core",
"sp-externalities",
"sp-inherents",
"sp-keyring",
"sp-runtime",
"sp-state-machine",
"sp-std",
"sp-trie",
"sp-version",
"substrate-prometheus-endpoint",
"tracing",
]
[[package]]
name = "sc-client-api"
thiolliere
committed
version = "2.0.0-alpha.5"
5410
5411
5412
5413
5414
5415
5416
5417
5418
5419
5420
5421
5422
5423
5424
5425
5426
5427
5428
5429
5430
5431
5432
5433
5434
5435
5436
source = "git+https://github.com/paritytech/substrate#d1238423a3093eb64df90c0eebdbf504c8df56dd"
dependencies = [
"derive_more 0.99.3",
"fnv",
"futures 0.3.4",
"hash-db",
"hex-literal",
"kvdb",
"log 0.4.8",
"parity-scale-codec",
"parking_lot 0.10.0",
"sc-executor",
"sc-telemetry",
"sp-api",
"sp-blockchain",
"sp-consensus",
"sp-core",
"sp-externalities",
"sp-inherents",
"sp-keyring",
"sp-runtime",
"sp-state-machine",
"sp-std",
"sp-storage",
"sp-transaction-pool",
"sp-trie",
"sp-version",
]
[[package]]
name = "sc-client-db"
thiolliere
committed
version = "0.8.0-alpha.5"
5442
5443
5444
5445
5446
5447
5448
5449
5450
5451
5452
5453
5454
5455
5456
5457
5458
5459
5460
5461
5462
5463
5464
source = "git+https://github.com/paritytech/substrate#d1238423a3093eb64df90c0eebdbf504c8df56dd"
dependencies = [
"hash-db",
"kvdb",
"kvdb-memorydb",
"kvdb-rocksdb",
"linked-hash-map",
"log 0.4.8",
"parity-scale-codec",
"parity-util-mem",
"parking_lot 0.10.0",
"rand 0.7.3",
"sc-client",
"sc-client-api",
"sc-executor",
"sc-state-db",
"sp-blockchain",
"sp-consensus",
"sp-core",
"sp-runtime",
"sp-state-machine",
"sp-trie",
"substrate-prometheus-endpoint",
name = "sc-consensus-babe"
thiolliere
committed
version = "0.8.0-alpha.5"
5470
5471
5472
5473
5474
5475
5476
5477
5478
5479
5480
5481
5482
5483
5484
5485
5486
5487
5488
5489
5490
5491
5492
5493
5494
5495
5496
5497
5498
5499
5500
5501
5502
5503
5504
5505
5506
source = "git+https://github.com/paritytech/substrate#d1238423a3093eb64df90c0eebdbf504c8df56dd"
dependencies = [
"derive_more 0.99.3",
"fork-tree",
"futures 0.3.4",
"futures-timer 3.0.2",
"log 0.4.8",
"merlin",
"num-bigint",
"num-rational",
"num-traits 0.2.11",
"parity-scale-codec",
"parking_lot 0.10.0",
"pdqselect",
"rand 0.7.3",
"sc-client",
"sc-client-api",
"sc-consensus-epochs",
"sc-consensus-slots",
"sc-consensus-uncles",
"sc-keystore",
"sc-telemetry",
"schnorrkel",
"serde",
"sp-api",
"sp-application-crypto",
"sp-block-builder",
"sp-blockchain",
"sp-consensus",
"sp-consensus-babe",
"sp-consensus-vrf",
"sp-core",
"sp-inherents",
"sp-io",
"sp-runtime",
"sp-timestamp",
"sp-version",
thiolliere
committed
version = "0.8.0-alpha.5"
source = "git+https://github.com/paritytech/substrate#d1238423a3093eb64df90c0eebdbf504c8df56dd"
"fork-tree",
"parity-scale-codec",
"parking_lot 0.10.0",
"sc-client-api",
"sp-blockchain",
"sp-runtime",
name = "sc-consensus-slots"
thiolliere
committed
version = "0.8.0-alpha.5"
source = "git+https://github.com/paritytech/substrate#d1238423a3093eb64df90c0eebdbf504c8df56dd"
"futures 0.3.4",
"futures-timer 3.0.2",
"log 0.4.8",
"parity-scale-codec",
"parking_lot 0.10.0",
"sc-client-api",
"sc-telemetry",
"sp-api",
"sp-blockchain",
"sp-consensus",
"sp-core",
"sp-inherents",
"sp-runtime",
"sp-state-machine",
name = "sc-consensus-uncles"
thiolliere
committed
version = "0.8.0-alpha.5"
source = "git+https://github.com/paritytech/substrate#d1238423a3093eb64df90c0eebdbf504c8df56dd"
"log 0.4.8",
"sc-client-api",
"sp-authorship",
"sp-consensus",
"sp-core",
"sp-inherents",
"sp-runtime",
name = "sc-executor"
thiolliere
committed
version = "0.8.0-alpha.5"
5560
5561
5562
5563
5564
5565
5566
5567
5568
5569
5570
5571
5572
5573
5574
5575
5576
5577
5578
5579
5580
5581
source = "git+https://github.com/paritytech/substrate#d1238423a3093eb64df90c0eebdbf504c8df56dd"
dependencies = [
"derive_more 0.99.3",
"lazy_static",
"libsecp256k1",
"log 0.4.8",
"parity-scale-codec",
"parity-wasm",
"parking_lot 0.10.0",
"sc-executor-common",
"sc-executor-wasmi",
"sc-executor-wasmtime",
"sp-core",
"sp-externalities",
"sp-io",
"sp-panic-handler",
"sp-runtime-interface",
"sp-serializer",
"sp-trie",
"sp-version",
"sp-wasm-interface",
"wasmi",
]
[[package]]
name = "sc-executor-common"
thiolliere
committed
version = "0.8.0-alpha.5"
source = "git+https://github.com/paritytech/substrate#d1238423a3093eb64df90c0eebdbf504c8df56dd"
"derive_more 0.99.3",
"log 0.4.8",
"parity-scale-codec",
"sp-allocator",
"sp-core",
"sp-runtime-interface",
"sp-serializer",
"sp-wasm-interface",
"wasmi",
]
[[package]]
name = "sc-executor-wasmi"
thiolliere
committed
version = "0.8.0-alpha.5"
source = "git+https://github.com/paritytech/substrate#d1238423a3093eb64df90c0eebdbf504c8df56dd"
"log 0.4.8",
"parity-scale-codec",
"parity-wasm",
"sc-executor-common",
"sp-allocator",
"sp-core",
"sp-runtime-interface",
"sp-wasm-interface",
"wasmi",
]
[[package]]
name = "sc-executor-wasmtime"
thiolliere
committed
version = "0.8.0-alpha.5"
source = "git+https://github.com/paritytech/substrate#d1238423a3093eb64df90c0eebdbf504c8df56dd"
"log 0.4.8",
"parity-scale-codec",
"parity-wasm",
"sc-executor-common",
"scoped-tls",
"sp-allocator",
"sp-core",
"sp-runtime-interface",
"sp-wasm-interface",
"substrate-wasmtime",
[[package]]
name = "sc-finality-grandpa"
thiolliere
committed
version = "0.8.0-alpha.5"
5636
5637
5638
5639
5640
5641
5642
5643
5644
5645
5646
5647
5648
5649
5650
5651
5652
5653
5654
5655
5656
5657
5658
5659
5660
5661
5662
5663
5664
5665
source = "git+https://github.com/paritytech/substrate#d1238423a3093eb64df90c0eebdbf504c8df56dd"
dependencies = [
"assert_matches",
"finality-grandpa",
"fork-tree",
"futures 0.3.4",
"futures-timer 3.0.2",
"log 0.4.8",
"parity-scale-codec",
"parking_lot 0.10.0",
"pin-project",
"rand 0.7.3",
"sc-block-builder",
"sc-client",
"sc-client-api",
"sc-keystore",
"sc-network",
"sc-network-gossip",
"sc-telemetry",
"serde_json",
"sp-api",
"sp-arithmetic",
"sp-blockchain",
"sp-consensus",
"sp-core",
"sp-finality-grandpa",
"sp-finality-tracker",
"sp-inherents",
"sp-runtime",
"substrate-prometheus-endpoint",
[[package]]
name = "sc-informant"
thiolliere
committed
version = "0.8.0-alpha.5"
source = "git+https://github.com/paritytech/substrate#d1238423a3093eb64df90c0eebdbf504c8df56dd"
"ansi_term 0.12.1",
"futures 0.3.4",
"log 0.4.8",
"parity-util-mem",
"sc-client-api",
"sc-network",
"sc-service",
"sp-blockchain",
"sp-runtime",
"wasm-timer",
name = "sc-keystore"
thiolliere
committed
version = "2.0.0-alpha.5"
source = "git+https://github.com/paritytech/substrate#d1238423a3093eb64df90c0eebdbf504c8df56dd"
"derive_more 0.99.3",
"hex",
"parking_lot 0.10.0",
"rand 0.7.3",
"serde_json",
"sp-application-crypto",
"sp-core",
"subtle 2.2.2",
thiolliere
committed
version = "0.8.0-alpha.5"
5703
5704
5705
5706
5707
5708
5709
5710
5711
5712
5713
5714
5715
5716
5717
5718
5719
5720
5721
5722
5723
5724
5725
5726
5727
5728
5729
5730
5731
5732
5733
5734
5735
5736
5737
5738
5739
5740
5741
5742
5743
5744
5745
5746
5747
5748
source = "git+https://github.com/paritytech/substrate#d1238423a3093eb64df90c0eebdbf504c8df56dd"
dependencies = [
"bitflags",
"bytes 0.5.4",
"derive_more 0.99.3",
"either",
"erased-serde",
"fnv",
"fork-tree",
"futures 0.3.4",
"futures-timer 3.0.2",
"futures_codec",
"hex",
"libp2p",
"linked-hash-map",
"linked_hash_set",
"log 0.4.8",
"lru",
"nohash-hasher",
"parity-scale-codec",
"parking_lot 0.10.0",
"pin-project",
"prost",
"prost-build",
"rand 0.7.3",
"sc-block-builder",
"sc-client",
"sc-client-api",
"sc-peerset",
"serde",
"serde_json",
"slog",
"slog_derive",
"smallvec 0.6.13",
"sp-arithmetic",
"sp-blockchain",
"sp-consensus",
"sp-consensus-babe",
"sp-core",
"sp-runtime",
"substrate-prometheus-endpoint",
"thiserror",
"unsigned-varint",
"void",
"wasm-timer",
"zeroize",
[[package]]
name = "sc-network-gossip"
thiolliere
committed
version = "0.8.0-alpha.5"
source = "git+https://github.com/paritytech/substrate#d1238423a3093eb64df90c0eebdbf504c8df56dd"
"futures 0.3.4",
"futures-timer 3.0.2",
"libp2p",
"log 0.4.8",
"lru",
"sc-network",
"sp-runtime",
"wasm-timer",
[[package]]
name = "sc-network-test"
version = "0.8.0-dev"
5769
5770
5771
5772
5773
5774
5775
5776
5777
5778
5779
5780
5781
5782
5783
5784
5785
5786
5787
5788
5789
source = "git+https://github.com/paritytech/substrate#d1238423a3093eb64df90c0eebdbf504c8df56dd"
dependencies = [
"env_logger 0.7.1",
"futures 0.3.4",
"futures-timer 3.0.2",
"libp2p",
"log 0.4.8",
"parking_lot 0.10.0",
"rand 0.7.3",
"sc-block-builder",
"sc-client",
"sc-client-api",
"sc-network",
"sp-blockchain",
"sp-consensus",
"sp-consensus-babe",
"sp-core",
"sp-runtime",
"substrate-test-runtime",
"substrate-test-runtime-client",
"tempfile",
name = "sc-offchain"
thiolliere
committed
version = "2.0.0-alpha.5"
5795
5796
5797
5798
5799
5800
5801
5802
5803
5804
5805
5806
5807
5808
5809
5810
5811
5812
5813
5814
5815
source = "git+https://github.com/paritytech/substrate#d1238423a3093eb64df90c0eebdbf504c8df56dd"
dependencies = [
"bytes 0.5.4",
"fnv",
"futures 0.3.4",
"futures-timer 3.0.2",
"hyper 0.13.4",
"hyper-rustls",
"log 0.4.8",
"num_cpus",
"parity-scale-codec",
"parking_lot 0.10.0",
"rand 0.7.3",
"sc-client-api",
"sc-keystore",
"sc-network",
"sp-api",
"sp-core",
"sp-offchain",
"sp-runtime",
"threadpool",
thiolliere
committed
version = "2.0.0-alpha.5"
source = "git+https://github.com/paritytech/substrate#d1238423a3093eb64df90c0eebdbf504c8df56dd"
"futures 0.3.4",
"libp2p",
"log 0.4.8",
"serde_json",
"wasm-timer",
]
[[package]]
thiolliere
committed
version = "2.0.0-alpha.5"
5833
5834
5835
5836
5837
5838
5839
5840
5841
5842
5843
5844
5845
5846
5847
5848
5849
5850
5851
5852
5853
5854
5855
5856
5857
5858
source = "git+https://github.com/paritytech/substrate#d1238423a3093eb64df90c0eebdbf504c8df56dd"
dependencies = [
"futures 0.3.4",
"hash-db",
"jsonrpc-core",
"jsonrpc-pubsub",
"log 0.4.8",
"parity-scale-codec",
"parking_lot 0.10.0",
"sc-block-builder",
"sc-client",
"sc-client-api",
"sc-executor",
"sc-keystore",
"sc-rpc-api",
"serde_json",
"sp-api",
"sp-blockchain",
"sp-core",
"sp-offchain",
"sp-rpc",
"sp-runtime",
"sp-session",
"sp-state-machine",
"sp-transaction-pool",
"sp-version",
thiolliere
committed
version = "0.8.0-alpha.5"
source = "git+https://github.com/paritytech/substrate#d1238423a3093eb64df90c0eebdbf504c8df56dd"
dependencies = [
"derive_more 0.99.3",
"futures 0.3.4",
"jsonrpc-core",
"jsonrpc-core-client",
"jsonrpc-derive",
"jsonrpc-pubsub",
"log 0.4.8",
"parity-scale-codec",
"parking_lot 0.10.0",
"serde",
"serde_json",
"sp-core",
"sp-rpc",
"sp-runtime",
"sp-transaction-pool",
"sp-version",
name = "sc-rpc-server"
thiolliere
committed
version = "2.0.0-alpha.5"
source = "git+https://github.com/paritytech/substrate#d1238423a3093eb64df90c0eebdbf504c8df56dd"
"jsonrpc-core",
"jsonrpc-http-server",
"jsonrpc-pubsub",
"jsonrpc-ws-server",
"log 0.4.8",
"serde",
"serde_json",
"sp-runtime",
thiolliere
committed
version = "0.8.0-alpha.5"
5902
5903
5904
5905
5906
5907
5908
5909
5910
5911
5912
5913
5914
5915
5916
5917
5918
5919
5920
5921
5922
5923
5924
5925
5926
5927
5928
5929
5930
5931
5932
5933
5934
5935
5936
5937
5938
5939
5940
5941
5942
5943
5944
5945
source = "git+https://github.com/paritytech/substrate#d1238423a3093eb64df90c0eebdbf504c8df56dd"
dependencies = [
"derive_more 0.99.3",
"exit-future",
"futures 0.1.29",
"futures 0.3.4",
"futures-diagnose",
"futures-timer 3.0.2",
"lazy_static",
"log 0.4.8",
"parity-multiaddr",
"parity-scale-codec",
"parity-util-mem",
"parking_lot 0.10.0",
"sc-chain-spec",
"sc-client",
"sc-client-api",
"sc-client-db",
"sc-executor",
"sc-keystore",
"sc-network",
"sc-offchain",
"sc-rpc",
"sc-rpc-server",
"sc-telemetry",
"sc-tracing",
"sc-transaction-pool",
"serde",
"serde_json",
"slog",
"sp-api",
"sp-application-crypto",
"sp-blockchain",
"sp-consensus",
"sp-core",
"sp-io",
"sp-runtime",
"sp-session",
"sp-transaction-pool",
"substrate-prometheus-endpoint",
"sysinfo",
"target_info",
"tracing",
"wasm-timer",
name = "sc-state-db"
thiolliere
committed
version = "0.8.0-alpha.5"
source = "git+https://github.com/paritytech/substrate#d1238423a3093eb64df90c0eebdbf504c8df56dd"
"log 0.4.8",
"parity-scale-codec",
"parity-util-mem",
"parity-util-mem-derive",
"parking_lot 0.10.0",
"sc-client-api",
"sp-core",
name = "sc-telemetry"
thiolliere
committed
version = "2.0.0-alpha.5"
source = "git+https://github.com/paritytech/substrate#d1238423a3093eb64df90c0eebdbf504c8df56dd"
dependencies = [
"bytes 0.5.4",
"futures 0.3.4",
"futures-timer 3.0.2",
"libp2p",
"log 0.4.8",
"parking_lot 0.10.0",
"pin-project",
"rand 0.7.3",
"serde",
"slog",
"slog-json",
"slog-scope",
"take_mut",
"void",
"wasm-timer",
thiolliere
committed
version = "2.0.0-alpha.5"
source = "git+https://github.com/paritytech/substrate#d1238423a3093eb64df90c0eebdbf504c8df56dd"
"erased-serde",
"log 0.4.8",
"parking_lot 0.10.0",
"sc-telemetry",
"serde",
"serde_json",
"slog",
"tracing-core",
name = "sc-transaction-graph"