Cargo.lock 183 KiB
Newer Older
Wei Tang's avatar
Wei Tang committed
source = "registry+https://github.com/rust-lang/crates.io-index"

[[package]]
name = "scopeguard"
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"

[[package]]
name = "security-framework"
version = "0.1.16"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "core-foundation 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
 "core-foundation-sys 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
 "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)",
 "security-framework-sys 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "security-framework-sys"
version = "0.1.16"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "core-foundation-sys 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
 "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "semver"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "semver-parser 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "semver-parser"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"

[[package]]
name = "serde"
version = "1.0.79"
source = "registry+https://github.com/rust-lang/crates.io-index"

[[package]]
name = "serde_derive"
version = "1.0.79"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "proc-macro2 0.4.19 (registry+https://github.com/rust-lang/crates.io-index)",
 "quote 0.6.8 (registry+https://github.com/rust-lang/crates.io-index)",
 "syn 0.15.4 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "serde_json"
version = "1.0.28"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "itoa 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
 "ryu 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)",
 "serde 1.0.79 (registry+https://github.com/rust-lang/crates.io-index)",
]

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

[[package]]
name = "sha1"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"

[[package]]
name = "sha1"
version = "0.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"

[[package]]
name = "sha2"
version = "0.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "block-buffer 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
 "byte-tools 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "digest 0.7.6 (registry+https://github.com/rust-lang/crates.io-index)",
 "fake-simd 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "shasper"
version = "0.1.0"
Wei Tang's avatar
Wei Tang committed
dependencies = [
 "ctrlc 3.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "error-chain 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "futures 0.1.24 (registry+https://github.com/rust-lang/crates.io-index)",
 "shasper-cli 0.1.0",
 "vergen 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "shasper-cli"
version = "0.1.0"
dependencies = [
 "exit-future 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "log 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)",
 "shasper-service 0.1.0",
 "substrate-cli 0.3.0 (git+https://github.com/paritytech/substrate)",
 "tokio 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)",
]
Wei Tang's avatar
Wei Tang committed

[[package]]
name = "shasper-executor"
version = "0.1.0"
dependencies = [
 "shasper-runtime 0.1.0",
 "substrate-executor 0.1.0 (git+https://github.com/paritytech/substrate)",
 "substrate-primitives 0.1.0 (git+https://github.com/paritytech/substrate)",
]

[[package]]
name = "shasper-network"
version = "0.1.0"
dependencies = [
 "log 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)",
 "shasper-runtime 0.1.0",
 "substrate-network 0.1.0 (git+https://github.com/paritytech/substrate)",
 "substrate-primitives 0.1.0 (git+https://github.com/paritytech/substrate)",
]

Wei Tang's avatar
Wei Tang committed
[[package]]
name = "shasper-runtime"
version = "0.1.0"
dependencies = [
 "blake2 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "bls 0.0.1 (git+https://github.com/sorpaas/bls)",
 "bls-aggregates 0.2.0 (git+https://github.com/sorpaas/signature-schemes)",
 "byteorder 1.2.6 (registry+https://github.com/rust-lang/crates.io-index)",
 "hash-db 0.9.0 (git+https://github.com/paritytech/trie)",
Wei Tang's avatar
Wei Tang committed
 "parity-codec 2.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
 "parity-codec-derive 2.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
 "plain_hasher 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "serde 1.0.79 (registry+https://github.com/rust-lang/crates.io-index)",
 "serde_derive 1.0.79 (registry+https://github.com/rust-lang/crates.io-index)",
 "shuffling 0.1.0",
 "sr-io 0.1.0 (git+https://github.com/paritytech/substrate)",
 "sr-primitives 0.1.0 (git+https://github.com/paritytech/substrate)",
 "sr-std 0.1.0 (git+https://github.com/paritytech/substrate)",
 "sr-version 0.1.0 (git+https://github.com/paritytech/substrate)",
 "srml-support 0.1.0 (git+https://github.com/paritytech/substrate)",
 "ssz 0.1.0",
 "ssz-derive 0.1.0",
 "ssz-hash 0.1.0",
 "ssz-hash-derive 0.1.0",
Wei Tang's avatar
Wei Tang committed
 "substrate-primitives 0.1.0 (git+https://github.com/paritytech/substrate)",
 "tiny-keccak 1.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "shasper-service"
version = "0.1.0"
dependencies = [
Wei Tang's avatar
Wei Tang committed
 "parity-codec 2.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
Wei Tang's avatar
Wei Tang committed
 "shasper-executor 0.1.0",
 "shasper-network 0.1.0",
 "shasper-runtime 0.1.0",
Wei Tang's avatar
Wei Tang committed
 "shasper-transaction-pool 0.1.0",
 "sr-primitives 0.1.0 (git+https://github.com/paritytech/substrate)",
 "substrate-client 0.1.0 (git+https://github.com/paritytech/substrate)",
 "substrate-primitives 0.1.0 (git+https://github.com/paritytech/substrate)",
 "substrate-service 0.3.0 (git+https://github.com/paritytech/substrate)",
Wei Tang's avatar
Wei Tang committed
 "tokio 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "shasper-transaction-pool"
version = "0.1.0"
dependencies = [
 "shasper-runtime 0.1.0",
 "substrate-primitives 0.1.0 (git+https://github.com/paritytech/substrate)",
 "substrate-transaction-pool 0.1.0 (git+https://github.com/paritytech/substrate)",
]

Wei Tang's avatar
Wei Tang committed
[[package]]
name = "shell32-sys"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
 "winapi-build 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
]

Wei Tang's avatar
Wei Tang committed
[[package]]
name = "shuffling"
version = "0.1.0"
dependencies = [
 "blake2 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "skeptic"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "pulldown-cmark 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
 "tempdir 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "slab"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"

[[package]]
name = "slab"
version = "0.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"

[[package]]
name = "slog"
version = "2.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"

[[package]]
name = "slog-async"
version = "2.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "slog 2.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "take_mut 0.2.2 (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 = "slog-json"
version = "2.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "chrono 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
 "serde 1.0.79 (registry+https://github.com/rust-lang/crates.io-index)",
 "serde_json 1.0.28 (registry+https://github.com/rust-lang/crates.io-index)",
 "slog 2.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "slog-scope"
version = "4.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "crossbeam 0.2.12 (registry+https://github.com/rust-lang/crates.io-index)",
 "lazy_static 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
 "slog 2.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "smallvec"
version = "0.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"

[[package]]
name = "smallvec"
version = "0.6.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "unreachable 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "sr-io"
version = "0.1.0"
source = "git+https://github.com/paritytech/substrate#38f679ef1a050101095f019fe4b911137cc5c27b"
dependencies = [
 "environmental 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "hash-db 0.9.0 (git+https://github.com/paritytech/trie)",
 "parity-codec 2.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
 "rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
 "sr-std 0.1.0 (git+https://github.com/paritytech/substrate)",
 "substrate-primitives 0.1.0 (git+https://github.com/paritytech/substrate)",
 "substrate-state-machine 0.1.0 (git+https://github.com/paritytech/substrate)",
 "substrate-trie 0.4.0 (git+https://github.com/paritytech/substrate)",
]

[[package]]
name = "sr-primitives"
version = "0.1.0"
source = "git+https://github.com/paritytech/substrate#38f679ef1a050101095f019fe4b911137cc5c27b"
dependencies = [
 "integer-sqrt 0.1.0 (git+https://github.com/paritytech/integer-sqrt-rs.git)",
 "log 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)",
 "num-traits 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)",
 "parity-codec 2.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
 "parity-codec-derive 2.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
 "serde 1.0.79 (registry+https://github.com/rust-lang/crates.io-index)",
 "serde_derive 1.0.79 (registry+https://github.com/rust-lang/crates.io-index)",
 "sr-io 0.1.0 (git+https://github.com/paritytech/substrate)",
 "sr-std 0.1.0 (git+https://github.com/paritytech/substrate)",
 "substrate-primitives 0.1.0 (git+https://github.com/paritytech/substrate)",
]

[[package]]
name = "sr-std"
version = "0.1.0"
source = "git+https://github.com/paritytech/substrate#38f679ef1a050101095f019fe4b911137cc5c27b"
dependencies = [
 "rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "sr-version"
version = "0.1.0"
source = "git+https://github.com/paritytech/substrate#38f679ef1a050101095f019fe4b911137cc5c27b"
dependencies = [
 "parity-codec 2.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
 "parity-codec-derive 2.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
 "serde 1.0.79 (registry+https://github.com/rust-lang/crates.io-index)",
 "serde_derive 1.0.79 (registry+https://github.com/rust-lang/crates.io-index)",
 "sr-std 0.1.0 (git+https://github.com/paritytech/substrate)",
]

[[package]]
name = "srml-support"
version = "0.1.0"
source = "git+https://github.com/paritytech/substrate#38f679ef1a050101095f019fe4b911137cc5c27b"
dependencies = [
 "hex-literal 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "mashup 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
 "parity-codec 2.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
 "serde 1.0.79 (registry+https://github.com/rust-lang/crates.io-index)",
 "serde_derive 1.0.79 (registry+https://github.com/rust-lang/crates.io-index)",
 "sr-io 0.1.0 (git+https://github.com/paritytech/substrate)",
 "sr-std 0.1.0 (git+https://github.com/paritytech/substrate)",
 "substrate-metadata 0.1.0 (git+https://github.com/paritytech/substrate)",
]

[[package]]
name = "ssz"
version = "0.1.0"
dependencies = [
 "arrayvec 0.4.7 (registry+https://github.com/rust-lang/crates.io-index)",
 "substrate-primitives 0.1.0 (git+https://github.com/paritytech/substrate)",
]

[[package]]
name = "ssz-derive"
version = "0.1.0"
dependencies = [
 "proc-macro2 0.4.19 (registry+https://github.com/rust-lang/crates.io-index)",
 "quote 0.6.8 (registry+https://github.com/rust-lang/crates.io-index)",
 "ssz 0.1.0",
 "syn 0.14.9 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "ssz-hash"
version = "0.1.0"
dependencies = [
 "hash-db 0.9.0 (git+https://github.com/paritytech/trie)",
 "ssz 0.1.0",
 "substrate-primitives 0.1.0 (git+https://github.com/paritytech/substrate)",
]

[[package]]
name = "ssz-hash-derive"
version = "0.1.0"
dependencies = [
 "hash-db 0.9.0 (git+https://github.com/paritytech/trie)",
 "proc-macro2 0.4.19 (registry+https://github.com/rust-lang/crates.io-index)",
 "quote 0.6.8 (registry+https://github.com/rust-lang/crates.io-index)",
 "ssz-hash 0.1.0",
 "substrate-primitives 0.1.0 (git+https://github.com/paritytech/substrate)",
 "syn 0.14.9 (registry+https://github.com/rust-lang/crates.io-index)",
]

Wei Tang's avatar
Wei Tang committed
[[package]]
name = "stable_deref_trait"
version = "1.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"

[[package]]
name = "stdweb"
version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"

[[package]]
name = "stream-cipher"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "generic-array 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
]

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

Wei Tang's avatar
Wei Tang committed
[[package]]
name = "strsim"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"

Wei Tang's avatar
Wei Tang committed
[[package]]
name = "substrate-bft"
version = "0.1.0"
source = "git+https://github.com/paritytech/substrate#38f679ef1a050101095f019fe4b911137cc5c27b"
dependencies = [
 "error-chain 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "futures 0.1.24 (registry+https://github.com/rust-lang/crates.io-index)",
 "log 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)",
 "parity-codec 2.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
 "parking_lot 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
 "rhododendron 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
 "sr-primitives 0.1.0 (git+https://github.com/paritytech/substrate)",
 "sr-version 0.1.0 (git+https://github.com/paritytech/substrate)",
 "substrate-primitives 0.1.0 (git+https://github.com/paritytech/substrate)",
 "tokio 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)",
]

Wei Tang's avatar
Wei Tang committed
[[package]]
name = "substrate-cli"
version = "0.3.0"
source = "git+https://github.com/paritytech/substrate#38f679ef1a050101095f019fe4b911137cc5c27b"
dependencies = [
 "ansi_term 0.11.0 (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.11 (registry+https://github.com/rust-lang/crates.io-index)",
 "backtrace 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
 "clap 2.32.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "env_logger 0.5.13 (registry+https://github.com/rust-lang/crates.io-index)",
 "error-chain 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "exit-future 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "fdlimit 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "futures 0.1.24 (registry+https://github.com/rust-lang/crates.io-index)",
 "lazy_static 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "log 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)",
 "names 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "regex 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)",
 "slog 2.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "sr-primitives 0.1.0 (git+https://github.com/paritytech/substrate)",
 "substrate-client 0.1.0 (git+https://github.com/paritytech/substrate)",
 "substrate-network 0.1.0 (git+https://github.com/paritytech/substrate)",
 "substrate-network-libp2p 0.1.0 (git+https://github.com/paritytech/substrate)",
 "substrate-primitives 0.1.0 (git+https://github.com/paritytech/substrate)",
 "substrate-service 0.3.0 (git+https://github.com/paritytech/substrate)",
 "substrate-telemetry 0.3.0 (git+https://github.com/paritytech/substrate)",
 "sysinfo 0.5.8 (registry+https://github.com/rust-lang/crates.io-index)",
 "time 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)",
 "tokio 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)",
]

Wei Tang's avatar
Wei Tang committed
2453 2454 2455 2456 2457 2458 2459 2460 2461 2462 2463 2464 2465 2466 2467 2468 2469 2470 2471 2472 2473 2474 2475 2476 2477 2478 2479 2480 2481 2482 2483 2484 2485 2486 2487 2488 2489 2490 2491 2492 2493 2494 2495 2496 2497 2498 2499 2500 2501 2502 2503 2504 2505 2506 2507 2508 2509 2510 2511 2512 2513 2514 2515 2516 2517 2518 2519 2520 2521 2522 2523 2524 2525 2526 2527 2528 2529 2530 2531 2532 2533 2534 2535 2536 2537 2538 2539 2540 2541 2542 2543 2544 2545 2546 2547 2548 2549 2550 2551 2552 2553 2554 2555 2556 2557 2558 2559 2560 2561 2562 2563 2564 2565 2566 2567 2568 2569 2570 2571 2572 2573 2574 2575 2576 2577 2578 2579 2580 2581 2582 2583 2584 2585 2586 2587 2588 2589 2590 2591 2592 2593 2594 2595 2596 2597 2598 2599 2600 2601 2602 2603 2604 2605 2606 2607 2608 2609 2610 2611 2612 2613 2614 2615 2616 2617 2618 2619 2620 2621 2622 2623 2624 2625 2626 2627 2628 2629 2630 2631 2632 2633 2634 2635 2636 2637 2638 2639 2640 2641 2642 2643 2644 2645 2646 2647 2648 2649 2650 2651 2652 2653 2654 2655 2656 2657 2658 2659 2660 2661 2662 2663 2664 2665 2666 2667 2668 2669 2670 2671 2672 2673 2674 2675 2676 2677 2678 2679 2680 2681 2682 2683 2684 2685 2686 2687 2688 2689 2690 2691 2692 2693 2694 2695 2696 2697 2698 2699 2700 2701 2702 2703 2704 2705 2706 2707 2708 2709 2710 2711 2712 2713 2714 2715 2716 2717 2718 2719 2720 2721 2722 2723 2724 2725 2726 2727 2728 2729 2730 2731 2732 2733 2734 2735 2736 2737 2738 2739 2740 2741 2742 2743 2744 2745 2746 2747 2748 2749 2750 2751 2752 2753 2754 2755 2756 2757 2758 2759 2760 2761 2762 2763 2764 2765 2766 2767 2768 2769 2770 2771 2772 2773 2774 2775 2776 2777 2778 2779 2780 2781
[[package]]
name = "substrate-client"
version = "0.1.0"
source = "git+https://github.com/paritytech/substrate#38f679ef1a050101095f019fe4b911137cc5c27b"
dependencies = [
 "error-chain 0.12.0 (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.24 (registry+https://github.com/rust-lang/crates.io-index)",
 "hash-db 0.9.0 (git+https://github.com/paritytech/trie)",
 "heapsize 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "hex-literal 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "kvdb 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "log 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)",
 "parity-codec 2.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
 "parking_lot 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
 "slog 2.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "sr-primitives 0.1.0 (git+https://github.com/paritytech/substrate)",
 "substrate-bft 0.1.0 (git+https://github.com/paritytech/substrate)",
 "substrate-executor 0.1.0 (git+https://github.com/paritytech/substrate)",
 "substrate-keyring 0.1.0 (git+https://github.com/paritytech/substrate)",
 "substrate-primitives 0.1.0 (git+https://github.com/paritytech/substrate)",
 "substrate-state-machine 0.1.0 (git+https://github.com/paritytech/substrate)",
 "substrate-telemetry 0.3.0 (git+https://github.com/paritytech/substrate)",
 "substrate-trie 0.4.0 (git+https://github.com/paritytech/substrate)",
]

[[package]]
name = "substrate-client-db"
version = "0.1.0"
source = "git+https://github.com/paritytech/substrate#38f679ef1a050101095f019fe4b911137cc5c27b"
dependencies = [
 "hash-db 0.9.0 (git+https://github.com/paritytech/trie)",
 "kvdb 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "kvdb-rocksdb 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
 "log 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)",
 "parity-codec 2.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
 "parity-codec-derive 2.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
 "parking_lot 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
 "sr-primitives 0.1.0 (git+https://github.com/paritytech/substrate)",
 "substrate-client 0.1.0 (git+https://github.com/paritytech/substrate)",
 "substrate-executor 0.1.0 (git+https://github.com/paritytech/substrate)",
 "substrate-primitives 0.1.0 (git+https://github.com/paritytech/substrate)",
 "substrate-state-db 0.1.0 (git+https://github.com/paritytech/substrate)",
 "substrate-state-machine 0.1.0 (git+https://github.com/paritytech/substrate)",
 "substrate-trie 0.4.0 (git+https://github.com/paritytech/substrate)",
]

[[package]]
name = "substrate-executor"
version = "0.1.0"
source = "git+https://github.com/paritytech/substrate#38f679ef1a050101095f019fe4b911137cc5c27b"
dependencies = [
 "byteorder 1.2.6 (registry+https://github.com/rust-lang/crates.io-index)",
 "error-chain 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "lazy_static 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "log 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)",
 "parity-codec 2.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
 "parking_lot 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)",
 "serde 1.0.79 (registry+https://github.com/rust-lang/crates.io-index)",
 "serde_derive 1.0.79 (registry+https://github.com/rust-lang/crates.io-index)",
 "sr-io 0.1.0 (git+https://github.com/paritytech/substrate)",
 "sr-version 0.1.0 (git+https://github.com/paritytech/substrate)",
 "substrate-primitives 0.1.0 (git+https://github.com/paritytech/substrate)",
 "substrate-serializer 0.1.0 (git+https://github.com/paritytech/substrate)",
 "substrate-state-machine 0.1.0 (git+https://github.com/paritytech/substrate)",
 "substrate-trie 0.4.0 (git+https://github.com/paritytech/substrate)",
 "wasmi 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "substrate-keyring"
version = "0.1.0"
source = "git+https://github.com/paritytech/substrate#38f679ef1a050101095f019fe4b911137cc5c27b"
dependencies = [
 "hex-literal 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "lazy_static 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "substrate-primitives 0.1.0 (git+https://github.com/paritytech/substrate)",
]

[[package]]
name = "substrate-keystore"
version = "0.1.0"
source = "git+https://github.com/paritytech/substrate#38f679ef1a050101095f019fe4b911137cc5c27b"
dependencies = [
 "error-chain 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "hex 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "parity-crypto 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "rand 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
 "serde 1.0.79 (registry+https://github.com/rust-lang/crates.io-index)",
 "serde_derive 1.0.79 (registry+https://github.com/rust-lang/crates.io-index)",
 "serde_json 1.0.28 (registry+https://github.com/rust-lang/crates.io-index)",
 "substrate-primitives 0.1.0 (git+https://github.com/paritytech/substrate)",
 "subtle 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "substrate-metadata"
version = "0.1.0"
source = "git+https://github.com/paritytech/substrate#38f679ef1a050101095f019fe4b911137cc5c27b"
dependencies = [
 "parity-codec 2.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
 "parity-codec-derive 2.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
 "serde 1.0.79 (registry+https://github.com/rust-lang/crates.io-index)",
 "serde_derive 1.0.79 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "substrate-network"
version = "0.1.0"
source = "git+https://github.com/paritytech/substrate#38f679ef1a050101095f019fe4b911137cc5c27b"
dependencies = [
 "bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
 "error-chain 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "futures 0.1.24 (registry+https://github.com/rust-lang/crates.io-index)",
 "linked-hash-map 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "log 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)",
 "parity-codec 2.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
 "parity-codec-derive 2.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
 "parking_lot 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
 "rand 0.5.5 (registry+https://github.com/rust-lang/crates.io-index)",
 "rustc-hex 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "sr-primitives 0.1.0 (git+https://github.com/paritytech/substrate)",
 "substrate-client 0.1.0 (git+https://github.com/paritytech/substrate)",
 "substrate-network-libp2p 0.1.0 (git+https://github.com/paritytech/substrate)",
 "substrate-primitives 0.1.0 (git+https://github.com/paritytech/substrate)",
]

[[package]]
name = "substrate-network-libp2p"
version = "0.1.0"
source = "git+https://github.com/paritytech/substrate#38f679ef1a050101095f019fe4b911137cc5c27b"
dependencies = [
 "bytes 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)",
 "error-chain 0.12.0 (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.24 (registry+https://github.com/rust-lang/crates.io-index)",
 "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)",
 "libp2p 0.1.0 (git+https://github.com/tomaka/libp2p-rs?rev=8111062f0177fd7423626f2db9560273644a4c4d)",
 "log 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)",
 "parking_lot 0.5.5 (registry+https://github.com/rust-lang/crates.io-index)",
 "rand 0.5.5 (registry+https://github.com/rust-lang/crates.io-index)",
 "serde 1.0.79 (registry+https://github.com/rust-lang/crates.io-index)",
 "serde_derive 1.0.79 (registry+https://github.com/rust-lang/crates.io-index)",
 "serde_json 1.0.28 (registry+https://github.com/rust-lang/crates.io-index)",
 "substrate-primitives 0.1.0 (git+https://github.com/paritytech/substrate)",
 "tokio 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)",
 "tokio-io 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
 "tokio-timer 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)",
 "unsigned-varint 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "substrate-primitives"
version = "0.1.0"
source = "git+https://github.com/paritytech/substrate#38f679ef1a050101095f019fe4b911137cc5c27b"
dependencies = [
 "base58 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "blake2-rfc 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)",
 "byteorder 1.2.6 (registry+https://github.com/rust-lang/crates.io-index)",
 "crunchy 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
 "fixed-hash 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "hash-db 0.9.0 (git+https://github.com/paritytech/trie)",
 "hash256-std-hasher 0.9.0 (git+https://github.com/paritytech/trie)",
 "hex-literal 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "parity-codec 2.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
 "parity-codec-derive 2.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
 "ring 0.12.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "rustc-hex 2.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "serde 1.0.79 (registry+https://github.com/rust-lang/crates.io-index)",
 "serde_derive 1.0.79 (registry+https://github.com/rust-lang/crates.io-index)",
 "sr-std 0.1.0 (git+https://github.com/paritytech/substrate)",
 "twox-hash 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "uint 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "untrusted 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "wasmi 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "substrate-rpc"
version = "0.1.0"
source = "git+https://github.com/paritytech/substrate#38f679ef1a050101095f019fe4b911137cc5c27b"
dependencies = [
 "error-chain 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "jsonrpc-core 9.0.0 (git+https://github.com/paritytech/jsonrpc.git)",
 "jsonrpc-macros 9.0.0 (git+https://github.com/paritytech/jsonrpc.git)",
 "jsonrpc-pubsub 9.0.0 (git+https://github.com/paritytech/jsonrpc.git)",
 "log 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)",
 "parity-codec 2.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
 "parking_lot 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
 "sr-primitives 0.1.0 (git+https://github.com/paritytech/substrate)",
 "sr-version 0.1.0 (git+https://github.com/paritytech/substrate)",
 "substrate-client 0.1.0 (git+https://github.com/paritytech/substrate)",
 "substrate-executor 0.1.0 (git+https://github.com/paritytech/substrate)",
 "substrate-primitives 0.1.0 (git+https://github.com/paritytech/substrate)",
 "substrate-transaction-pool 0.1.0 (git+https://github.com/paritytech/substrate)",
 "tokio 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "substrate-rpc-servers"
version = "0.1.0"
source = "git+https://github.com/paritytech/substrate#38f679ef1a050101095f019fe4b911137cc5c27b"
dependencies = [
 "jsonrpc-http-server 9.0.0 (git+https://github.com/paritytech/jsonrpc.git)",
 "jsonrpc-pubsub 9.0.0 (git+https://github.com/paritytech/jsonrpc.git)",
 "jsonrpc-ws-server 9.0.0 (git+https://github.com/paritytech/jsonrpc.git)",
 "log 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)",
 "serde 1.0.79 (registry+https://github.com/rust-lang/crates.io-index)",
 "sr-primitives 0.1.0 (git+https://github.com/paritytech/substrate)",
 "substrate-rpc 0.1.0 (git+https://github.com/paritytech/substrate)",
]

[[package]]
name = "substrate-serializer"
version = "0.1.0"
source = "git+https://github.com/paritytech/substrate#38f679ef1a050101095f019fe4b911137cc5c27b"
dependencies = [
 "serde 1.0.79 (registry+https://github.com/rust-lang/crates.io-index)",
 "serde_json 1.0.28 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "substrate-service"
version = "0.3.0"
source = "git+https://github.com/paritytech/substrate#38f679ef1a050101095f019fe4b911137cc5c27b"
dependencies = [
 "error-chain 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "exit-future 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "futures 0.1.24 (registry+https://github.com/rust-lang/crates.io-index)",
 "lazy_static 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "log 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)",
 "parity-codec 2.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
 "parking_lot 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
 "serde 1.0.79 (registry+https://github.com/rust-lang/crates.io-index)",
 "serde_derive 1.0.79 (registry+https://github.com/rust-lang/crates.io-index)",
 "serde_json 1.0.28 (registry+https://github.com/rust-lang/crates.io-index)",
 "slog 2.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "sr-io 0.1.0 (git+https://github.com/paritytech/substrate)",
 "sr-primitives 0.1.0 (git+https://github.com/paritytech/substrate)",
 "substrate-client 0.1.0 (git+https://github.com/paritytech/substrate)",
 "substrate-client-db 0.1.0 (git+https://github.com/paritytech/substrate)",
 "substrate-executor 0.1.0 (git+https://github.com/paritytech/substrate)",
 "substrate-keystore 0.1.0 (git+https://github.com/paritytech/substrate)",
 "substrate-network 0.1.0 (git+https://github.com/paritytech/substrate)",
 "substrate-primitives 0.1.0 (git+https://github.com/paritytech/substrate)",
 "substrate-rpc 0.1.0 (git+https://github.com/paritytech/substrate)",
 "substrate-rpc-servers 0.1.0 (git+https://github.com/paritytech/substrate)",
 "substrate-telemetry 0.3.0 (git+https://github.com/paritytech/substrate)",
 "substrate-transaction-pool 0.1.0 (git+https://github.com/paritytech/substrate)",
 "target_info 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "tokio 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "substrate-state-db"
version = "0.1.0"
source = "git+https://github.com/paritytech/substrate#38f679ef1a050101095f019fe4b911137cc5c27b"
dependencies = [
 "log 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)",
 "parity-codec 2.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
 "parity-codec-derive 2.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
 "parking_lot 0.5.5 (registry+https://github.com/rust-lang/crates.io-index)",
 "substrate-primitives 0.1.0 (git+https://github.com/paritytech/substrate)",
]

[[package]]
name = "substrate-state-machine"
version = "0.1.0"
source = "git+https://github.com/paritytech/substrate#38f679ef1a050101095f019fe4b911137cc5c27b"
dependencies = [
 "hash-db 0.9.0 (git+https://github.com/paritytech/trie)",
 "heapsize 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "hex-literal 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "log 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)",
 "parity-codec 2.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
 "parking_lot 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
 "substrate-primitives 0.1.0 (git+https://github.com/paritytech/substrate)",
 "substrate-trie 0.4.0 (git+https://github.com/paritytech/substrate)",
 "trie-db 0.9.0 (git+https://github.com/paritytech/trie)",
 "trie-root 0.9.0 (git+https://github.com/paritytech/trie)",
]

[[package]]
name = "substrate-telemetry"
version = "0.3.0"
source = "git+https://github.com/paritytech/substrate#38f679ef1a050101095f019fe4b911137cc5c27b"
dependencies = [
 "lazy_static 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "log 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)",
 "parking_lot 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
 "slog 2.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "slog-async 2.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "slog-json 2.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "slog-scope 4.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "ws 0.7.8 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "substrate-transaction-pool"
version = "0.1.0"
source = "git+https://github.com/paritytech/substrate#38f679ef1a050101095f019fe4b911137cc5c27b"
dependencies = [
 "error-chain 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "futures 0.1.24 (registry+https://github.com/rust-lang/crates.io-index)",
 "log 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)",
 "parking_lot 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
 "serde 1.0.79 (registry+https://github.com/rust-lang/crates.io-index)",
 "serde_derive 1.0.79 (registry+https://github.com/rust-lang/crates.io-index)",
 "sr-primitives 0.1.0 (git+https://github.com/paritytech/substrate)",
 "transaction-pool 1.13.3 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "substrate-trie"
version = "0.4.0"
source = "git+https://github.com/paritytech/substrate#38f679ef1a050101095f019fe4b911137cc5c27b"
dependencies = [
 "hash-db 0.9.0 (git+https://github.com/paritytech/trie)",
 "memory-db 0.9.0 (git+https://github.com/paritytech/trie)",
 "parity-codec 2.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
 "trie-db 0.9.0 (git+https://github.com/paritytech/trie)",
 "trie-root 0.9.0 (git+https://github.com/paritytech/trie)",
]

[[package]]
name = "subtle"
version = "0.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"

Wei Tang's avatar
Wei Tang committed
[[package]]
name = "syn"
version = "0.13.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "proc-macro2 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
 "quote 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
]

Wei Tang's avatar
Wei Tang committed
[[package]]
name = "syn"
version = "0.14.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "proc-macro2 0.4.19 (registry+https://github.com/rust-lang/crates.io-index)",
 "quote 0.6.8 (registry+https://github.com/rust-lang/crates.io-index)",
 "unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "syn"
version = "0.15.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "proc-macro2 0.4.19 (registry+https://github.com/rust-lang/crates.io-index)",
 "quote 0.6.8 (registry+https://github.com/rust-lang/crates.io-index)",
 "unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
]

Wei Tang's avatar
Wei Tang committed
[[package]]
name = "sysinfo"
version = "0.5.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "cfg-if 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
 "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)",
 "rayon 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "winapi 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
]

Wei Tang's avatar
Wei Tang committed
[[package]]
name = "take_mut"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"

[[package]]
name = "target_info"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"

[[package]]
name = "tempdir"
version = "0.3.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "rand 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
 "remove_dir_all 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "tempfile"
version = "3.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "cfg-if 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
 "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)",
 "rand 0.5.5 (registry+https://github.com/rust-lang/crates.io-index)",
 "redox_syscall 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)",
 "remove_dir_all 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "winapi 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
]

Wei Tang's avatar
Wei Tang committed
[[package]]
name = "termcolor"
version = "1.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "wincolor 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "termion"
version = "1.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)",
 "redox_syscall 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)",
 "redox_termios 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "textwrap"
version = "0.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "unicode-width 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
]

Wei Tang's avatar
Wei Tang committed
[[package]]
name = "thread_local"
version = "0.3.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "lazy_static 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "time"
version = "0.1.40"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)",
 "redox_syscall 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)",
 "winapi 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "tiny-keccak"
version = "1.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "crunchy 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "tk-listen"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "futures 0.1.24 (registry+https://github.com/rust-lang/crates.io-index)",
 "log 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)",
 "tokio 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)",
 "tokio-io 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "tokio"
version = "0.1.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "bytes 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)",
 "futures 0.1.24 (registry+https://github.com/rust-lang/crates.io-index)",
 "mio 0.6.16 (registry+https://github.com/rust-lang/crates.io-index)",
 "tokio-codec 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "tokio-current-thread 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
 "tokio-executor 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
 "tokio-fs 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
 "tokio-io 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
 "tokio-reactor 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
 "tokio-tcp 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "tokio-threadpool 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
 "tokio-timer 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)",
 "tokio-udp 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "tokio-uds 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "tokio-codec"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "bytes 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)",
 "futures 0.1.24 (registry+https://github.com/rust-lang/crates.io-index)",
 "tokio-io 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "tokio-core"
version = "0.1.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "bytes 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)",
 "futures 0.1.24 (registry+https://github.com/rust-lang/crates.io-index)",
 "iovec 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "log 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)",
 "mio 0.6.16 (registry+https://github.com/rust-lang/crates.io-index)",
 "scoped-tls 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "tokio 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)",
 "tokio-executor 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
 "tokio-io 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
 "tokio-reactor 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
 "tokio-timer 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "tokio-current-thread"
version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "futures 0.1.24 (registry+https://github.com/rust-lang/crates.io-index)",
 "tokio-executor 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "tokio-dns-unofficial"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "futures 0.1.24 (registry+https://github.com/rust-lang/crates.io-index)",
 "futures-cpupool 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
 "lazy_static 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "tokio 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)",
Wei Tang's avatar
Wei Tang committed
[[package]]
Wei Tang's avatar
Wei Tang committed
name = "tokio-executor"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
Wei Tang's avatar
Wei Tang committed
dependencies = [
Wei Tang's avatar
Wei Tang committed
 "futures 0.1.24 (registry+https://github.com/rust-lang/crates.io-index)",
Wei Tang's avatar
Wei Tang committed
]

Wei Tang's avatar
Wei Tang committed
[[package]]
Wei Tang's avatar
Wei Tang committed
name = "tokio-fs"
version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
Wei Tang's avatar
Wei Tang committed
dependencies = [
Wei Tang's avatar
Wei Tang committed
 "futures 0.1.24 (registry+https://github.com/rust-lang/crates.io-index)",