Skip to content
Cargo.lock 80.6 KiB
Newer Older
 "hashbrown 0.6.3",
 "parity-util-mem",
]

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

[[package]]
name = "merlin"
version = "1.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2b0942b357c1b4d0dc43ba724674ec89c3218e6ca2b3e8269e7cb53bcecd2f6e"
dependencies = [
 "byteorder",
 "keccak",
 "rand_core 0.4.2",
 "zeroize 1.1.0",
]

[[package]]
name = "node-template-runtime"
version = "2.0.0-alpha.2"
dependencies = [
 "frame-executive",
 "frame-support 2.0.0-alpha.2",
 "frame-system 2.0.0-alpha.2",
 "pallet-aura",
 "pallet-balances",
 "pallet-grandpa",
 "pallet-randomness-collective-flip",
 "pallet-sudo",
 "pallet-timestamp 2.0.0-alpha.2",
 "pallet-transaction-payment",
 "parity-scale-codec",
 "serde",
 "sp-api 2.0.0-alpha.2",
 "sp-block-builder",
 "sp-consensus-aura",
 "sp-core 2.0.0-alpha.2",
 "sp-inherents 2.0.0-alpha.2",
 "sp-io 2.0.0-alpha.2",
 "sp-offchain",
 "sp-runtime 2.0.0-alpha.2",
 "sp-session",
 "sp-std 2.0.0-alpha.2",
 "sp-transaction-pool",
 "sp-version 2.0.0-alpha.2",
 "substrate-wasm-builder-runner",
]

[[package]]
name = "nodrop"
version = "0.1.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "72ef4a56884ca558e5ddb05a1d1e7e1bfd9a68d9ed024c21704cc98872dae1bb"

[[package]]
name = "nom"
version = "4.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2ad2a91a8e869eeb30b9cb3119ae87773a8f4ae617f41b1eb9c154b2905f7bd6"
dependencies = [
 "memchr",
 "version_check",
]

[[package]]
name = "num-bigint"
version = "0.2.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "090c7f9998ee0ff65aa5b723e4009f7b217707f1fb5ea551329cc4d6231fb304"
dependencies = [
 "autocfg 1.0.0",
 "num-integer",
 "num-traits",
]

[[package]]
name = "num-integer"
version = "0.1.42"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3f6ea62e9d81a77cd3ee9a2a5b9b609447857f3d358704331e4ef39eb247fcba"
dependencies = [
 "autocfg 1.0.0",
 "num-traits",
]

[[package]]
name = "num-rational"
version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "da4dc79f9e6c81bef96148c8f6b8e72ad4541caa4a24373e900a36da07de03a3"
dependencies = [
 "autocfg 1.0.0",
 "num-bigint",
 "num-integer",
 "num-traits",
]

[[package]]
name = "num-traits"
version = "0.2.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c62be47e61d1842b9170f0fdeec8eba98e60e90e5446449a0545e5152acd7096"
dependencies = [
 "autocfg 1.0.0",
]

[[package]]
name = "once_cell"
version = "0.1.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "532c29a261168a45ce28948f9537ddd7a5dd272cc513b3017b1e82a88f962c37"
dependencies = [
 "parking_lot 0.7.1",
]

[[package]]
name = "once_cell"
version = "0.2.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d584f08c2d717d5c23a6414fc2822b71c651560713e54fa7eace675f758a355e"

[[package]]
name = "once_cell"
version = "1.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b1c601810575c99596d4afc46f78a678c80105117c379eb3650cf99b8a21ce5b"
dependencies = [
 "parking_lot 0.9.0",
]

[[package]]
name = "opaque-debug"
version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2839e79665f131bdb5782e51f2c6c9599c133c6098982a54c794358bf432529c"

[[package]]
name = "pallet-aura"
version = "2.0.0-alpha.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5a804f8ed240025cc815050444ef346d763062679b564aafcaada0cbfafc395f"
dependencies = [
 "frame-support 2.0.0-alpha.2",
 "frame-system 2.0.0-alpha.2",
 "pallet-session 2.0.0-alpha.2",
 "pallet-timestamp 2.0.0-alpha.2",
 "parity-scale-codec",
 "serde",
 "sp-application-crypto 2.0.0-alpha.2",
 "sp-consensus-aura",
 "sp-core 2.0.0-alpha.2",
 "sp-inherents 2.0.0-alpha.2",
 "sp-io 2.0.0-alpha.2",
 "sp-runtime 2.0.0-alpha.2",
 "sp-std 2.0.0-alpha.2",
 "sp-timestamp 2.0.0-alpha.2",
]

[[package]]
name = "pallet-balances"
version = "2.0.0-alpha.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f8a4a35a160fda62d92c36c05e2cf5f081970b45748a62fbbdee2c8f83356787"
dependencies = [
 "frame-benchmarking",
 "frame-support 2.0.0-alpha.2",
 "frame-system 2.0.0-alpha.2",
 "parity-scale-codec",
 "serde",
 "sp-io 2.0.0-alpha.2",
 "sp-runtime 2.0.0-alpha.2",
 "sp-std 2.0.0-alpha.2",
]

[[package]]
name = "pallet-bridge"
version = "0.1.0"
dependencies = [
 "frame-support 2.0.0",
 "frame-system 2.0.0",
 "parity-scale-codec",
 "serde",
 "sp-core 2.0.0",
 "sp-finality-grandpa 2.0.0",
 "sp-io 2.0.0",
 "sp-runtime 2.0.0",
 "sp-state-machine 0.8.0",
 "sp-trie 2.0.0",
]

[[package]]
name = "pallet-bridge-eth-poa"
version = "0.1.0"
dependencies = [
 "frame-support 2.0.0",
 "frame-system 2.0.0",
 "parity-crypto",
 "parity-scale-codec",
 "serde",
 "sp-bridge-eth-poa",
 "sp-io 2.0.0",
 "sp-runtime 2.0.0",
 "sp-std 2.0.0",
]

[[package]]
name = "pallet-finality-tracker"
version = "2.0.0-alpha.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "771aaf12043228864c0ac570ea6358f8073f3c203e79927f35cbf80f1ef5592c"
dependencies = [
 "frame-support 2.0.0-alpha.2",
 "frame-system 2.0.0-alpha.2",
 "impl-trait-for-tuples",
 "parity-scale-codec",
 "serde",
 "sp-finality-tracker",
 "sp-inherents 2.0.0-alpha.2",
 "sp-runtime 2.0.0-alpha.2",
 "sp-std 2.0.0-alpha.2",
]

[[package]]
name = "pallet-grandpa"
version = "2.0.0-alpha.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6418934c14eeef3c550024d719edd90e2ae4f4be6c74b7bca74ab7c52672bfc7"
dependencies = [
 "frame-support 2.0.0-alpha.2",
 "frame-system 2.0.0-alpha.2",
 "pallet-finality-tracker",
 "pallet-session 2.0.0-alpha.2",
 "parity-scale-codec",
 "serde",
 "sp-core 2.0.0-alpha.2",
 "sp-finality-grandpa 2.0.0-alpha.2",
 "sp-runtime 2.0.0-alpha.2",
 "sp-staking 2.0.0-alpha.2",
 "sp-std 2.0.0-alpha.2",
]

[[package]]
name = "pallet-randomness-collective-flip"
version = "2.0.0-alpha.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fb25992dbbfba5fb2d288d4c6c84f318035f88d28f29a3c2db05f1870c71e7c2"
dependencies = [
 "frame-support 2.0.0-alpha.2",
 "frame-system 2.0.0-alpha.2",
 "parity-scale-codec",
 "safe-mix",
 "sp-runtime 2.0.0-alpha.2",
 "sp-std 2.0.0-alpha.2",
]

[[package]]
name = "pallet-session"
version = "2.0.0-alpha.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "762af42fc2fea88670c9c4bc718575154b2b69addd5db70cf551c375c42a6dff"
dependencies = [
 "frame-support 2.0.0-alpha.2",
 "frame-system 2.0.0-alpha.2",
 "impl-trait-for-tuples",
 "pallet-timestamp 2.0.0-alpha.2",
 "parity-scale-codec",
 "serde",
 "sp-io 2.0.0-alpha.2",
 "sp-runtime 2.0.0-alpha.2",
 "sp-staking 2.0.0-alpha.2",
 "sp-std 2.0.0-alpha.2",
 "sp-trie 2.0.0-alpha.2",
]

[[package]]
name = "pallet-session"
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate.git#d78534edc04bb1a2eedf7feac0da9ddf85b348e4"
dependencies = [
 "frame-support 2.0.0",
 "frame-system 2.0.0",
 "impl-trait-for-tuples",
 "parity-scale-codec",
 "serde",
 "sp-io 2.0.0",
 "sp-runtime 2.0.0",
 "sp-staking 2.0.0",
 "sp-std 2.0.0",
 "sp-trie 2.0.0",
]

[[package]]
name = "pallet-sudo"
version = "2.0.0-alpha.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6d2fcdc1519b80c7d1796e7bd5552eca789abc89a2e8aa7c255c2c5d1b6239a0"
dependencies = [
 "frame-support 2.0.0-alpha.2",
 "frame-system 2.0.0-alpha.2",
 "parity-scale-codec",
 "serde",
 "sp-io 2.0.0-alpha.2",
 "sp-runtime 2.0.0-alpha.2",
 "sp-std 2.0.0-alpha.2",
]

[[package]]
name = "pallet-timestamp"
version = "2.0.0-alpha.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3fb35a539abbafe69a2207df8e6722b1f0be31291d6e0ac0543de6d9d3945c45"
dependencies = [
 "frame-benchmarking",
 "frame-support 2.0.0-alpha.2",
 "frame-system 2.0.0-alpha.2",
 "impl-trait-for-tuples",
 "parity-scale-codec",
 "serde",
 "sp-inherents 2.0.0-alpha.2",
 "sp-io 2.0.0-alpha.2",
 "sp-runtime 2.0.0-alpha.2",
 "sp-std 2.0.0-alpha.2",
 "sp-timestamp 2.0.0-alpha.2",
]

[[package]]
name = "pallet-timestamp"
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate.git#d78534edc04bb1a2eedf7feac0da9ddf85b348e4"
dependencies = [
 "frame-support 2.0.0",
 "frame-system 2.0.0",
 "impl-trait-for-tuples",
 "parity-scale-codec",
 "serde",
 "sp-inherents 2.0.0",
 "sp-io 2.0.0",
 "sp-runtime 2.0.0",
 "sp-std 2.0.0",
 "sp-timestamp 2.0.0",
]

[[package]]
name = "pallet-transaction-payment"
version = "2.0.0-alpha.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dd80635694eb2c5e605217020645adf8c492e866516e71c1f3660555fc136e5d"
dependencies = [
 "frame-support 2.0.0-alpha.2",
 "frame-system 2.0.0-alpha.2",
 "pallet-transaction-payment-rpc-runtime-api",
 "parity-scale-codec",
 "sp-runtime 2.0.0-alpha.2",
 "sp-std 2.0.0-alpha.2",
]

[[package]]
name = "pallet-transaction-payment-rpc-runtime-api"
version = "2.0.0-alpha.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "df24985405ae62c6ea32c92f9001bf8c1062900a5ff2cd35001c9e225f6eaa99"
dependencies = [
 "frame-support 2.0.0-alpha.2",
 "parity-scale-codec",
 "serde",
 "sp-api 2.0.0-alpha.2",
 "sp-runtime 2.0.0-alpha.2",
 "sp-std 2.0.0-alpha.2",
1377 1378 1379 1380 1381 1382 1383 1384 1385 1386 1387 1388 1389 1390 1391 1392 1393 1394 1395 1396 1397 1398 1399 1400 1401 1402 1403 1404 1405 1406 1407 1408 1409 1410 1411 1412 1413 1414 1415 1416 1417 1418 1419 1420 1421 1422 1423 1424 1425 1426 1427 1428 1429 1430 1431 1432 1433 1434 1435 1436 1437 1438 1439 1440 1441 1442 1443 1444 1445 1446 1447 1448 1449 1450 1451 1452 1453 1454 1455 1456 1457 1458 1459 1460 1461 1462 1463 1464 1465 1466 1467 1468 1469 1470 1471 1472 1473 1474 1475 1476 1477 1478 1479 1480 1481 1482 1483 1484 1485 1486 1487 1488 1489 1490 1491 1492 1493 1494 1495 1496 1497 1498 1499 1500 1501 1502 1503 1504 1505 1506 1507 1508 1509 1510 1511 1512 1513 1514 1515 1516 1517 1518 1519 1520 1521 1522 1523 1524 1525 1526 1527 1528 1529 1530 1531 1532 1533 1534 1535 1536 1537 1538 1539 1540 1541 1542 1543 1544 1545 1546 1547 1548 1549 1550 1551 1552 1553 1554 1555 1556 1557 1558 1559 1560 1561 1562 1563 1564 1565 1566 1567 1568 1569 1570 1571 1572 1573 1574 1575 1576 1577 1578 1579 1580 1581 1582 1583 1584 1585 1586 1587 1588 1589 1590 1591 1592 1593 1594 1595 1596 1597 1598 1599 1600 1601 1602 1603 1604 1605 1606 1607 1608 1609 1610 1611 1612 1613 1614 1615 1616 1617 1618 1619 1620 1621 1622 1623 1624 1625 1626 1627 1628 1629 1630 1631 1632 1633 1634 1635 1636 1637 1638 1639 1640 1641 1642 1643 1644 1645 1646 1647 1648 1649 1650 1651 1652 1653 1654 1655 1656 1657 1658 1659 1660 1661 1662 1663 1664 1665 1666 1667 1668 1669 1670 1671 1672 1673 1674 1675 1676 1677 1678 1679 1680 1681 1682 1683 1684 1685 1686 1687 1688 1689 1690 1691 1692 1693 1694 1695 1696 1697 1698 1699 1700 1701 1702 1703 1704 1705 1706 1707 1708 1709 1710 1711 1712 1713 1714 1715 1716 1717 1718 1719 1720 1721 1722 1723 1724 1725 1726 1727 1728 1729 1730 1731 1732 1733 1734 1735 1736 1737 1738 1739 1740 1741 1742 1743 1744 1745 1746 1747 1748 1749 1750 1751 1752 1753 1754 1755 1756 1757 1758 1759 1760 1761 1762 1763 1764 1765 1766 1767 1768 1769 1770 1771 1772 1773 1774 1775 1776 1777 1778 1779 1780 1781 1782 1783 1784 1785 1786 1787 1788 1789 1790 1791 1792 1793 1794 1795 1796 1797 1798 1799 1800 1801 1802 1803 1804 1805 1806 1807 1808 1809 1810 1811 1812 1813 1814 1815 1816 1817 1818 1819 1820 1821 1822 1823 1824 1825 1826 1827 1828 1829 1830 1831 1832 1833 1834 1835 1836 1837 1838 1839 1840 1841 1842 1843 1844 1845 1846 1847 1848 1849 1850 1851 1852 1853 1854 1855 1856 1857 1858 1859 1860 1861 1862 1863 1864 1865 1866 1867 1868 1869 1870 1871 1872 1873 1874 1875 1876 1877 1878 1879 1880 1881 1882 1883 1884 1885 1886 1887 1888 1889 1890 1891 1892 1893 1894 1895 1896 1897 1898 1899 1900 1901 1902
]

[[package]]
name = "parity-bytes"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0c276d76c5333b8c2579e02d49a06733a55b8282d2d9b13e8d53b6406bd7e30a"

[[package]]
name = "parity-crypto"
version = "0.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "27a9c2b525c93d717a234eb220c26474f8d97b08ac50d79faeac4cb6c74bf0b9"
dependencies = [
 "aes",
 "aes-ctr",
 "block-modes",
 "digest",
 "ethereum-types",
 "hmac",
 "lazy_static",
 "parity-secp256k1",
 "pbkdf2",
 "rand 0.7.3",
 "ripemd160",
 "rustc-hex",
 "scrypt",
 "sha2",
 "subtle 2.2.2",
 "tiny-keccak 1.5.0",
 "zeroize 0.9.3",
]

[[package]]
name = "parity-scale-codec"
version = "1.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f747c06d9f3b2ad387ac881b9667298c81b1243aa9833f086e05996937c35507"
dependencies = [
 "arrayvec 0.5.1",
 "bitvec",
 "byte-slice-cast",
 "parity-scale-codec-derive",
 "serde",
]

[[package]]
name = "parity-scale-codec-derive"
version = "1.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "34e513ff3e406f3ede6796dcdc83d0b32ffb86668cea1ccf7363118abeb00476"
dependencies = [
 "proc-macro-crate",
 "proc-macro2 1.0.8",
 "quote 1.0.2",
 "syn 1.0.14",
]

[[package]]
name = "parity-secp256k1"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4fca4f82fccae37e8bbdaeb949a4a218a1bbc485d11598f193d2a908042e5fc1"
dependencies = [
 "arrayvec 0.5.1",
 "cc",
 "cfg-if",
 "rand 0.7.3",
]

[[package]]
name = "parity-util-mem"
version = "0.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ef1476e40bf8f5c6776e9600983435821ca86eb9819d74a6207cca69d091406a"
dependencies = [
 "cfg-if",
 "impl-trait-for-tuples",
 "parity-util-mem-derive",
 "parking_lot 0.10.0",
 "primitive-types",
 "winapi",
]

[[package]]
name = "parity-util-mem-derive"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f557c32c6d268a07c921471619c0295f5efad3a0e76d4f97a05c091a51d110b2"
dependencies = [
 "proc-macro2 1.0.8",
 "syn 1.0.14",
 "synstructure 0.12.3",
]

[[package]]
name = "parity-wasm"
version = "0.41.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ddfc878dac00da22f8f61e7af3157988424567ab01d9920b962ef7dcbd7cd865"

[[package]]
name = "parking_lot"
version = "0.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ab41b4aed082705d1056416ae4468b6ea99d52599ecf3169b00088d43113e337"
dependencies = [
 "lock_api 0.1.5",
 "parking_lot_core 0.4.0",
]

[[package]]
name = "parking_lot"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f842b1982eb6c2fe34036a4fbfb06dd185a3f5c8edfaacdf7d1ea10b07de6252"
dependencies = [
 "lock_api 0.3.3",
 "parking_lot_core 0.6.2",
 "rustc_version",
]

[[package]]
name = "parking_lot"
version = "0.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "92e98c49ab0b7ce5b222f2cc9193fc4efe11c6d0bd4f648e374684a6857b1cfc"
dependencies = [
 "lock_api 0.3.3",
 "parking_lot_core 0.7.0",
]

[[package]]
name = "parking_lot_core"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "94c8c7923936b28d546dfd14d4472eaf34c99b14e1c973a32b3e6d4eb04298c9"
dependencies = [
 "libc",
 "rand 0.6.5",
 "rustc_version",
 "smallvec 0.6.13",
 "winapi",
]

[[package]]
name = "parking_lot_core"
version = "0.6.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b876b1b9e7ac6e1a74a6da34d25c42e17e8862aa409cbbbdcfc8d86c6f3bc62b"
dependencies = [
 "cfg-if",
 "cloudabi",
 "libc",
 "redox_syscall",
 "rustc_version",
 "smallvec 0.6.13",
 "winapi",
]

[[package]]
name = "parking_lot_core"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7582838484df45743c8434fbff785e8edf260c28748353d44bc0da32e0ceabf1"
dependencies = [
 "cfg-if",
 "cloudabi",
 "libc",
 "redox_syscall",
 "smallvec 1.2.0",
 "winapi",
]

[[package]]
name = "paste"
version = "0.1.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "423a519e1c6e828f1e73b720f9d9ed2fa643dce8a7737fb43235ce0b41eeaa49"
dependencies = [
 "paste-impl",
 "proc-macro-hack",
]

[[package]]
name = "paste-impl"
version = "0.1.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4214c9e912ef61bf42b81ba9a47e8aad1b2ffaf739ab162bf96d1e011f54e6c5"
dependencies = [
 "proc-macro-hack",
 "proc-macro2 1.0.8",
 "quote 1.0.2",
 "syn 1.0.14",
]

[[package]]
name = "pbkdf2"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "006c038a43a45995a9670da19e67600114740e8511d4333bf97a56e66a7542d9"
dependencies = [
 "base64",
 "byteorder",
 "crypto-mac",
 "hmac",
 "rand 0.5.6",
 "sha2",
 "subtle 1.0.0",
]

[[package]]
name = "pin-utils"
version = "0.1.0-alpha.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5894c618ce612a3fa23881b152b608bafb8c56cfc22f434a3ba3120b40f7b587"

[[package]]
name = "plain_hasher"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8f1c24f5061a6a53aaa21b0aaaa2e1beb5271a9ecc8c5bd7ae9ac92969070a2a"
dependencies = [
 "crunchy",
]

[[package]]
name = "ppv-lite86"
version = "0.2.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "74490b50b9fbe561ac330df47c08f3f33073d2d00c150f719147d7c54522fa1b"

[[package]]
name = "primitive-types"
version = "0.6.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e4336f4f5d5524fa60bcbd6fe626f9223d8142a50e7053e979acdf0da41ab975"
dependencies = [
 "fixed-hash",
 "impl-codec",
 "impl-rlp",
 "impl-serde 0.3.0",
 "uint",
]

[[package]]
name = "proc-macro-crate"
version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e10d4b51f154c8a7fb96fd6dad097cb74b863943ec010ac94b9fd1be8861fe1e"
dependencies = [
 "toml",
]

[[package]]
name = "proc-macro-hack"
version = "0.5.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ecd45702f76d6d3c75a80564378ae228a85f0b59d2f3ed43c91b4a69eb2ebfc5"
dependencies = [
 "proc-macro2 1.0.8",
 "quote 1.0.2",
 "syn 1.0.14",
]

[[package]]
name = "proc-macro-nested"
version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "369a6ed065f249a159e06c45752c780bda2fb53c995718f9e484d08daa9eb42e"

[[package]]
name = "proc-macro2"
version = "0.4.30"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cf3d2011ab5c909338f7887f4fc896d35932e29146c12c8d01da6b22a80ba759"
dependencies = [
 "unicode-xid 0.1.0",
]

[[package]]
name = "proc-macro2"
version = "1.0.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3acb317c6ff86a4e579dfa00fc5e6cca91ecbb4e7eb2df0468805b674eb88548"
dependencies = [
 "unicode-xid 0.2.0",
]

[[package]]
name = "quote"
version = "0.6.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6ce23b6b870e8f94f81fb0a363d65d86675884b34a09043c81e5562f11c1f8e1"
dependencies = [
 "proc-macro2 0.4.30",
]

[[package]]
name = "quote"
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "053a8c8bcc71fcce321828dc897a98ab9760bef03a4fc36693c231e5b3216cfe"
dependencies = [
 "proc-macro2 1.0.8",
]

[[package]]
name = "rand"
version = "0.5.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c618c47cd3ebd209790115ab837de41425723956ad3ce2e6a7f09890947cacb9"
dependencies = [
 "cloudabi",
 "fuchsia-cprng",
 "libc",
 "rand_core 0.3.1",
 "winapi",
]

[[package]]
name = "rand"
version = "0.6.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6d71dacdc3c88c1fde3885a3be3fbab9f35724e6ce99467f7d9c5026132184ca"
dependencies = [
 "autocfg 0.1.7",
 "libc",
 "rand_chacha 0.1.1",
 "rand_core 0.4.2",
 "rand_hc 0.1.0",
 "rand_isaac",
 "rand_jitter",
 "rand_os",
 "rand_pcg",
 "rand_xorshift",
 "winapi",
]

[[package]]
name = "rand"
version = "0.7.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"
dependencies = [
 "getrandom",
 "libc",
 "rand_chacha 0.2.1",
 "rand_core 0.5.1",
 "rand_hc 0.2.0",
]

[[package]]
name = "rand_chacha"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "556d3a1ca6600bfcbab7c7c91ccb085ac7fbbcd70e008a98742e7847f4f7bcef"
dependencies = [
 "autocfg 0.1.7",
 "rand_core 0.3.1",
]

[[package]]
name = "rand_chacha"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "03a2a90da8c7523f554344f921aa97283eadf6ac484a6d2a7d0212fa7f8d6853"
dependencies = [
 "c2-chacha",
 "rand_core 0.5.1",
]

[[package]]
name = "rand_core"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7a6fdeb83b075e8266dcc8762c22776f6877a63111121f5f8c7411e5be7eed4b"
dependencies = [
 "rand_core 0.4.2",
]

[[package]]
name = "rand_core"
version = "0.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9c33a3c44ca05fa6f1807d8e6743f3824e8509beca625669633be0acbdf509dc"

[[package]]
name = "rand_core"
version = "0.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"
dependencies = [
 "getrandom",
]

[[package]]
name = "rand_hc"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7b40677c7be09ae76218dc623efbf7b18e34bced3f38883af07bb75630a21bc4"
dependencies = [
 "rand_core 0.3.1",
]

[[package]]
name = "rand_hc"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"
dependencies = [
 "rand_core 0.5.1",
]

[[package]]
name = "rand_isaac"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ded997c9d5f13925be2a6fd7e66bf1872597f759fd9dd93513dd7e92e5a5ee08"
dependencies = [
 "rand_core 0.3.1",
]

[[package]]
name = "rand_jitter"
version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1166d5c91dc97b88d1decc3285bb0a99ed84b05cfd0bc2341bdf2d43fc41e39b"
dependencies = [
 "libc",
 "rand_core 0.4.2",
 "winapi",
]

[[package]]
name = "rand_os"
version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7b75f676a1e053fc562eafbb47838d67c84801e38fc1ba459e8f180deabd5071"
dependencies = [
 "cloudabi",
 "fuchsia-cprng",
 "libc",
 "rand_core 0.4.2",
 "rdrand",
 "winapi",
]

[[package]]
name = "rand_pcg"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "abf9b09b01790cfe0364f52bf32995ea3c39f4d2dd011eac241d2914146d0b44"
dependencies = [
 "autocfg 0.1.7",
 "rand_core 0.4.2",
]

[[package]]
name = "rand_xorshift"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cbf7e9e623549b0e21f6e97cf8ecf247c1a8fd2e8a992ae265314300b2455d5c"
dependencies = [
 "rand_core 0.3.1",
]

[[package]]
name = "rdrand"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "678054eb77286b51581ba43620cc911abf02758c91f93f479767aed0f90458b2"
dependencies = [
 "rand_core 0.3.1",
]

[[package]]
name = "redox_syscall"
version = "0.1.56"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2439c63f3f6139d1b57529d16bc3b8bb855230c8efcc5d3a896c8bea7c3b1e84"

[[package]]
name = "regex"
version = "1.3.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "322cf97724bea3ee221b78fe25ac9c46114ebb51747ad5babd51a2fc6a8235a8"
dependencies = [
 "aho-corasick",
 "memchr",
 "regex-syntax",
 "thread_local",
]

[[package]]
name = "regex-syntax"
version = "0.6.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b28dfe3fe9badec5dbf0a79a9cccad2cfc2ab5484bdb3e44cbd1ae8b3ba2be06"

[[package]]
name = "ripemd160"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ad5112e0dbbb87577bfbc56c42450235e3012ce336e29c5befd7807bd626da4a"
dependencies = [
 "block-buffer",
 "digest",
 "opaque-debug",
]

[[package]]
name = "rlp"
version = "0.4.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3a44d5ae8afcb238af8b75640907edc6c931efcfab2c854e81ed35fa080f84cd"
dependencies = [
 "rustc-hex",
]

[[package]]
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"

[[package]]
name = "rustc-hex"
version = "2.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3e75f6a532d0fd9f7f13144f392b6ad56a32696bfcd9c78f797f16bbb6f072d6"

[[package]]
name = "rustc_version"
version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a"
dependencies = [
 "semver",
]

[[package]]
name = "safe-mix"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6d3d055a2582e6b00ed7a31c1524040aa391092bf636328350813f3a0605215c"
dependencies = [
 "rustc_version",
]

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

[[package]]
name = "schnorrkel"
version = "0.8.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "eacd8381b3c37840c9c9f40472af529e49975bdcbc24f83c31059fd6539023d3"
dependencies = [
 "curve25519-dalek 1.2.3",
 "failure",
 "merlin",
 "rand 0.6.5",
 "rand_core 0.4.2",
 "rand_os",
 "sha2",
 "subtle 2.2.2",
 "zeroize 0.9.3",
]

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

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

[[package]]
name = "scrypt"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "656c79d0e90d0ab28ac86bf3c3d10bfbbac91450d3f190113b4e76d9fec3cfdd"
dependencies = [
 "byte-tools",
 "byteorder",
 "hmac",
 "pbkdf2",
 "sha2",
]

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

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

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