updated dependencies and graph

This commit is contained in:
debris 2016-11-28 10:37:17 +01:00
parent b6060f5560
commit bcc84f6f6f
5 changed files with 361 additions and 333 deletions

98
Cargo.lock generated
View File

@ -22,9 +22,9 @@ name = "abstract-ns"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"futures 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
"futures 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
"quick-error 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
"rand 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)",
"rand 0.3.15 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
@ -57,7 +57,7 @@ version = "0.3.20"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"nodrop 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
"odds 0.2.24 (registry+https://github.com/rust-lang/crates.io-index)",
"odds 0.2.25 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
@ -125,18 +125,18 @@ dependencies = [
[[package]]
name = "clap"
version = "2.18.0"
version = "2.19.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"ansi_term 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
"bitflags 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
"libc 0.2.17 (registry+https://github.com/rust-lang/crates.io-index)",
"strsim 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
"strsim 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)",
"term_size 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
"unicode-segmentation 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
"unicode-width 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
"vec_map 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
"yaml-rust 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
"yaml-rust 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
@ -175,20 +175,18 @@ name = "deque"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"rand 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)",
"rand 0.3.15 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "domain"
version = "0.1.0"
source = "git+https://github.com/debris/domain#3754429fefb19b7c1c78cf34fcea32272266a8c0"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"byteorder 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)",
"crossbeam 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)",
"futures 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
"rand 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)",
"tokio-core 0.1.0 (git+https://github.com/debris/tokio-core)",
"void 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
"futures 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
"rand 0.3.15 (registry+https://github.com/rust-lang/crates.io-index)",
"tokio-core 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
@ -213,7 +211,7 @@ dependencies = [
"arrayvec 0.3.20 (registry+https://github.com/rust-lang/crates.io-index)",
"gcc 0.3.38 (registry+https://github.com/rust-lang/crates.io-index)",
"libc 0.2.17 (registry+https://github.com/rust-lang/crates.io-index)",
"rand 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)",
"rand 0.3.15 (registry+https://github.com/rust-lang/crates.io-index)",
"rustc-serialize 0.3.21 (registry+https://github.com/rust-lang/crates.io-index)",
]
@ -221,12 +219,12 @@ dependencies = [
name = "ethcore-devtools"
version = "1.3.0"
dependencies = [
"rand 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)",
"rand 0.3.15 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "futures"
version = "0.1.3"
version = "0.1.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"log 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
@ -238,7 +236,7 @@ version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"crossbeam 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)",
"futures 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
"futures 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
"num_cpus 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
]
@ -286,7 +284,7 @@ dependencies = [
"eth-secp256k1 0.5.6 (git+https://github.com/ethcore/rust-secp256k1)",
"lazy_static 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
"primitives 0.1.0",
"rand 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)",
"rand 0.3.15 (registry+https://github.com/rust-lang/crates.io-index)",
"rustc-serialize 0.3.21 (registry+https://github.com/rust-lang/crates.io-index)",
]
@ -421,18 +419,18 @@ name = "nodrop"
version = "0.1.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"odds 0.2.24 (registry+https://github.com/rust-lang/crates.io-index)",
"odds 0.2.25 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "ns-dns-tokio"
version = "0.1.0"
source = "git+https://github.com/debris/abstract-ns#d4df407f94ae725c88aed3457aa8ebb44c123c5a"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"abstract-ns 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
"domain 0.1.0 (git+https://github.com/debris/domain)",
"futures 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
"tokio-core 0.1.0 (git+https://github.com/debris/tokio-core)",
"domain 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
"futures 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
"tokio-core 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
@ -445,7 +443,7 @@ dependencies = [
[[package]]
name = "odds"
version = "0.2.24"
version = "0.2.25"
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
@ -469,18 +467,18 @@ dependencies = [
"abstract-ns 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
"bitcrypto 0.1.0",
"csv 0.14.7 (registry+https://github.com/rust-lang/crates.io-index)",
"futures 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
"futures 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
"futures-cpupool 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
"log 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
"message 0.1.0",
"network 0.1.0",
"ns-dns-tokio 0.1.0 (git+https://github.com/debris/abstract-ns)",
"ns-dns-tokio 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
"parking_lot 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
"primitives 0.1.0",
"rand 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)",
"rand 0.3.15 (registry+https://github.com/rust-lang/crates.io-index)",
"serialization 0.1.0",
"time 0.1.35 (registry+https://github.com/rust-lang/crates.io-index)",
"tokio-core 0.1.0 (git+https://github.com/debris/tokio-core)",
"tokio-core 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
@ -499,7 +497,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
"libc 0.2.17 (registry+https://github.com/rust-lang/crates.io-index)",
"rand 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)",
"rand 0.3.15 (registry+https://github.com/rust-lang/crates.io-index)",
"smallvec 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
"winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
]
@ -511,7 +509,7 @@ dependencies = [
"app_dirs 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
"bencher 0.1.0",
"chain 0.1.0",
"clap 2.18.0 (registry+https://github.com/rust-lang/crates.io-index)",
"clap 2.19.0 (registry+https://github.com/rust-lang/crates.io-index)",
"db 0.1.0",
"env_logger 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
"import 0.1.0",
@ -542,7 +540,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "rand"
version = "0.3.14"
version = "0.3.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"libc 0.2.17 (registry+https://github.com/rust-lang/crates.io-index)",
@ -556,7 +554,7 @@ dependencies = [
"deque 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
"libc 0.2.17 (registry+https://github.com/rust-lang/crates.io-index)",
"num_cpus 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
"rand 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)",
"rand 0.3.15 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
@ -601,7 +599,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"gcc 0.3.38 (registry+https://github.com/rust-lang/crates.io-index)",
"libc 0.2.17 (registry+https://github.com/rust-lang/crates.io-index)",
"rand 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)",
"rand 0.3.15 (registry+https://github.com/rust-lang/crates.io-index)",
"rustc-serialize 0.3.21 (registry+https://github.com/rust-lang/crates.io-index)",
"time 0.1.35 (registry+https://github.com/rust-lang/crates.io-index)",
]
@ -675,7 +673,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "strsim"
version = "0.5.1"
version = "0.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
@ -688,7 +686,7 @@ dependencies = [
"chain 0.1.0",
"db 0.1.0",
"ethcore-devtools 1.3.0",
"futures 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
"futures 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
"futures-cpupool 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
"linked-hash-map 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
"log 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
@ -699,12 +697,12 @@ dependencies = [
"p2p 0.1.0",
"parking_lot 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
"primitives 0.1.0",
"rand 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)",
"rand 0.3.15 (registry+https://github.com/rust-lang/crates.io-index)",
"script 0.1.0",
"serialization 0.1.0",
"test-data 0.1.0",
"time 0.1.35 (registry+https://github.com/rust-lang/crates.io-index)",
"tokio-core 0.1.0 (git+https://github.com/debris/tokio-core)",
"tokio-core 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
"verification 0.1.0",
]
@ -757,10 +755,10 @@ dependencies = [
[[package]]
name = "tokio-core"
version = "0.1.0"
source = "git+https://github.com/debris/tokio-core#623ce443d89cd9ffa2c1adae8d2eb75538802d01"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"futures 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
"futures 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
"log 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
"mio 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)",
"scoped-tls 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
@ -818,7 +816,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "yaml-rust"
version = "0.3.4"
version = "0.3.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
[metadata]
@ -833,15 +831,15 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
"checksum bitflags 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "aad18937a628ec6abcd26d1489012cc0e18c21798210f491af69ded9b881106d"
"checksum byteorder 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)" = "0fc10e8cc6b2580fda3f36eb6dc5316657f812a3df879a44a66fc9f0fdbc4855"
"checksum cfg-if 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "de1e760d7b6535af4241fca8bd8adf68e2e7edacc6b29f5d399050c5e48cf88c"
"checksum clap 2.18.0 (registry+https://github.com/rust-lang/crates.io-index)" = "40046b8a004bf3ba43b9078bf4b9b6d1708406a234848f925dbd7160a374c8a8"
"checksum clap 2.19.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ef87e92396a3d29bf7e611c8a595be35ae90d9cb844a3571425900eaca4f51c8"
"checksum crossbeam 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)" = "0c5ea215664ca264da8a9d9c3be80d2eaf30923c259d03e870388eb927508f97"
"checksum csv 0.14.7 (registry+https://github.com/rust-lang/crates.io-index)" = "266c1815d7ca63a5bd86284043faf91e8c95e943e55ce05dc0ae08e952de18bc"
"checksum deque 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "1614659040e711785ed8ea24219140654da1729f3ec8a47a9719d041112fe7bf"
"checksum domain 0.1.0 (git+https://github.com/debris/domain)" = "<none>"
"checksum domain 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "725459994103308a8476a95d8115280b1359dccc06ca14291df75f37459a9e30"
"checksum elastic-array 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "4bc9250a632e7c001b741eb0ec6cee93c9a5b6d5f1879696a4b94d62b012210a"
"checksum env_logger 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)" = "15abd780e45b3ea4f76b4e9a26ff4843258dd8a3eed2775a0e7368c2e7936c2f"
"checksum eth-secp256k1 0.5.6 (git+https://github.com/ethcore/rust-secp256k1)" = "<none>"
"checksum futures 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "3dd89497091f8c5d3a65c6b4baf6d2f0731937a7c9217d2f89141b21437a9d96"
"checksum futures 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "0bad0a2ac64b227fdc10c254051ae5af542cf19c9328704fd4092f7914196897"
"checksum futures-cpupool 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "bb982bb25cd8fa5da6a8eb3a460354c984ff1113da82bcb4f0b0862b5795db82"
"checksum gcc 0.3.38 (registry+https://github.com/rust-lang/crates.io-index)" = "553f11439bdefe755bf366b264820f1da70f3aaf3924e594b886beb9c831bcf5"
"checksum heapsize 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)" = "8c80e194758495a9109566134dc06e42ea0423987d6ceca016edaa90381b3549"
@ -858,15 +856,15 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
"checksum net2 0.2.26 (registry+https://github.com/rust-lang/crates.io-index)" = "5edf9cb6be97212423aed9413dd4729d62b370b5e1c571750e882cebbbc1e3e2"
"checksum nix 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "a0d95c5fa8b641c10ad0b8887454ebaafa3c92b5cd5350f8fc693adafd178e7b"
"checksum nodrop 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" = "0dbbadd3f4c98dea0bd3d9b4be4c0cdaf1ab57035cb2e41fce3983db5add7cc5"
"checksum ns-dns-tokio 0.1.0 (git+https://github.com/debris/abstract-ns)" = "<none>"
"checksum ns-dns-tokio 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "43330aab5077c311b390b62147feb44316cb5b754b97d28c92210e6c6b7baff7"
"checksum num_cpus 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "8890e6084723d57d0df8d2720b0d60c6ee67d6c93e7169630e4371e88765dcad"
"checksum odds 0.2.24 (registry+https://github.com/rust-lang/crates.io-index)" = "97b2d7c12734955740d14f7a6723d8dd8ed53cf16770ab38ca6a1aaf3124fc0d"
"checksum odds 0.2.25 (registry+https://github.com/rust-lang/crates.io-index)" = "c3df9b730298cea3a1c3faa90b7e2f9df3a9c400d0936d6015e6165734eefcba"
"checksum ole32-sys 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "5d2c49021782e5233cd243168edfa8037574afed4eba4bbaf538b3d8d1789d8c"
"checksum owning_ref 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "8d91377085359426407a287ab16884a0111ba473aa6844ff01d4ec20ce3d75e7"
"checksum parking_lot 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)" = "e1435e7a2a00dfebededd6c6bdbd54008001e94b4a2aadd6aef0dc4c56317621"
"checksum parking_lot_core 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "fb1b97670a2ffadce7c397fb80a3d687c4f3060140b885621ef1653d0e5d5068"
"checksum quick-error 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "0aad603e8d7fb67da22dbdf1f4b826ce8829e406124109e73cf1b2454b93a71c"
"checksum rand 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)" = "2791d88c6defac799c3f20d74f094ca33b9332612d9aef9078519c82e4fe04a5"
"checksum rand 0.3.15 (registry+https://github.com/rust-lang/crates.io-index)" = "022e0636ec2519ddae48154b028864bdce4eaf7d35226ab8e65c611be97b189d"
"checksum rayon 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)" = "0f0783f5880c56f5a308e219ac9309dbe781e064741dd5def4c617c440890305"
"checksum regex 0.1.80 (registry+https://github.com/rust-lang/crates.io-index)" = "4fd4ace6a8cf7860714a2c2280d6c1f7e6a413486c13298bbc86fd3da019402f"
"checksum regex-syntax 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)" = "f9ec002c35e86791825ed294b50008eea9ddfc8def4420124fbc6b08db834957"
@ -881,12 +879,12 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
"checksum siphasher 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "b1c3c58c9ac43c530919fe6bd8ef11ae2612f64c2bf8eab9346f5b71ce0617f2"
"checksum slab 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "17b4fcaed89ab08ef143da37bc52adbcc04d4a69014f4c1208d6b51f0c47bc23"
"checksum smallvec 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" = "fcc8d19212aacecf95e4a7a2179b26f7aeb9732a915cf01f05b0d3e044865410"
"checksum strsim 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "50c069df92e4b01425a8bf3576d5d417943a6a7272fbabaf5bd80b1aaa76442e"
"checksum strsim 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "67f84c44fbb2f91db7fef94554e6b2ac05909c9c0b0bc23bb98d3a1aebfe7f7c"
"checksum term_size 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "3f7f5f3f71b0040cecc71af239414c23fd3c73570f5ff54cf50e03cef637f2a0"
"checksum thread-id 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "a9539db560102d1cef46b8b78ce737ff0bb64e7e18d35b2a5688f7d097d0ff03"
"checksum thread_local 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)" = "8576dbbfcaef9641452d5cf0df9b0e7eeab7694956dd33bb61515fb8f18cfdd5"
"checksum time 0.1.35 (registry+https://github.com/rust-lang/crates.io-index)" = "3c7ec6d62a20df54e07ab3b78b9a3932972f4b7981de295563686849eb3989af"
"checksum tokio-core 0.1.0 (git+https://github.com/debris/tokio-core)" = "<none>"
"checksum tokio-core 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "06f40e15561569e24dab3dcf270c0bb950195b84dbed591dfb6591e28c9b9cff"
"checksum unicode-segmentation 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "b905d0fc2a1f0befd86b0e72e31d1787944efef9d38b9358a9e92a69757f7e3b"
"checksum unicode-width 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "2d6722facc10989f63ee0e20a83cd4e1714a9ae11529403ac7e0afd069abc39e"
"checksum utf8-ranges 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "a1ca13c08c41c9c3e04224ed9ff80461d97e121589ff27c753a16cb10830ae0f"
@ -896,4 +894,4 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
"checksum winapi-build 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "2d315eee3b34aca4797b2da6b13ed88266e6d612562a0c46390af8299fc699bc"
"checksum ws2_32-sys 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "d59cefebd0c892fa2dd6de581e937301d8552cb44489cdff035c6187cb63fa5e"
"checksum xdg 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "77b831a5ba77110f438f0ac5583aafeb087f70432998ba6b7dcb1d32185db453"
"checksum yaml-rust 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)" = "371cea3a33a58d11dc83c0992fb37e44f651ebdf2df12f9d939f6cb24be2a8fd"
"checksum yaml-rust 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)" = "e66366e18dc58b46801afbf2ca7661a9f59cc8c5962c29892b6039b4f86fa992"

View File

@ -4,7 +4,7 @@ version = "0.1.0"
authors = ["debris <marek.kotewicz@gmail.com>"]
[dependencies]
tokio-core = { git = "https://github.com/debris/tokio-core" }
tokio-core = "0.1.1"
parking_lot = "0.3"
futures = "0.1"
futures-cpupool = "0.1"
@ -12,7 +12,7 @@ time = "0.1"
rand = "0.3"
log = "0.3"
abstract-ns = "0.2.1"
ns-dns-tokio = { git = "https://github.com/debris/abstract-ns", path = "ns-dns-tokio" }
ns-dns-tokio = "0.1"
csv = "0.14.7"
primitives = { path = "../primitives" }

View File

@ -9,7 +9,7 @@ log = "0.3"
time = "0.1"
futures = "0.1"
futures-cpupool = "0.1"
tokio-core = { git = "https://github.com/debris/tokio-core" }
tokio-core = "0.1"
linked-hash-map = "0.3"
ethcore-devtools = { path = "../devtools" }
bit-vec = "0.4.3"

View File

@ -1,93 +1,97 @@
digraph dependencies {
N0[label="pbtc",shape=box];
N1[label="app_dirs",shape=box];
N2[label="chain",shape=box];
N3[label="clap",shape=box];
N4[label="db",shape=box];
N5[label="env_logger",shape=box];
N6[label="import",shape=box];
N7[label="keys",shape=box];
N8[label="log",shape=box];
N9[label="message",shape=box];
N10[label="miner",shape=box];
N11[label="p2p",shape=box];
N12[label="script",shape=box];
N13[label="sync",shape=box];
N14[label="verification",shape=box];
N15[label="abstract-ns",shape=box];
N16[label="futures",shape=box];
N17[label="quick-error",shape=box];
N18[label="rand",shape=box];
N19[label="aho-corasick",shape=box];
N20[label="memchr",shape=box];
N21[label="ansi_term",shape=box];
N22[label="ole32-sys",shape=box];
N23[label="shell32-sys",shape=box];
N24[label="winapi",shape=box];
N25[label="xdg",shape=box];
N26[label="arrayvec",shape=box];
N27[label="nodrop",shape=box];
N28[label="odds",shape=box];
N29[label="base58",shape=box];
N30[label="bit-vec",shape=box];
N31[label="bitcrypto",shape=box];
N32[label="primitives",shape=box];
N33[label="rust-crypto",shape=box];
N34[label="bitflags v0.4.0",shape=box];
N35[label="bitflags v0.7.0",shape=box];
N36[label="byteorder",shape=box];
N37[label="cfg-if",shape=box];
N38[label="heapsize",shape=box];
N39[label="rustc-serialize",shape=box];
N40[label="serialization",shape=box];
N41[label="libc",shape=box];
N42[label="strsim",shape=box];
N43[label="term_size",shape=box];
N44[label="unicode-segmentation",shape=box];
N45[label="unicode-width",shape=box];
N46[label="vec_map",shape=box];
N47[label="yaml-rust",shape=box];
N48[label="crossbeam",shape=box];
N49[label="csv",shape=box];
N50[label="elastic-array",shape=box];
N51[label="ethcore-devtools",shape=box];
N52[label="parking_lot",shape=box];
N53[label="rocksdb",shape=box];
N54[label="test-data",shape=box];
N55[label="deque",shape=box];
N56[label="domain",shape=box];
N57[label="tokio-core",shape=box];
N58[label="void",shape=box];
N59[label="regex",shape=box];
N60[label="eth-secp256k1",shape=box];
N61[label="gcc",shape=box];
N62[label="futures-cpupool",shape=box];
N63[label="num_cpus",shape=box];
N64[label="rayon",shape=box];
N65[label="kernel32-sys",shape=box];
N66[label="winapi-build",shape=box];
N67[label="lazy_static",shape=box];
N68[label="lazycell",shape=box];
N69[label="linked-hash-map",shape=box];
N70[label="mio",shape=box];
N71[label="miow",shape=box];
N72[label="net2",shape=box];
N73[label="nix",shape=box];
N74[label="slab",shape=box];
N75[label="ws2_32-sys",shape=box];
N76[label="rustc_version",shape=box];
N77[label="semver",shape=box];
N78[label="ns-dns-tokio",shape=box];
N79[label="owning_ref",shape=box];
N80[label="time",shape=box];
N81[label="parking_lot_core",shape=box];
N82[label="smallvec",shape=box];
N83[label="regex-syntax",shape=box];
N84[label="thread_local",shape=box];
N85[label="utf8-ranges",shape=box];
N86[label="rocksdb-sys",shape=box];
N87[label="scoped-tls",shape=box];
N88[label="thread-id",shape=box];
N2[label="bencher",shape=box];
N3[label="chain",shape=box];
N4[label="clap",shape=box];
N5[label="db",shape=box];
N6[label="env_logger",shape=box];
N7[label="import",shape=box];
N8[label="keys",shape=box];
N9[label="log",shape=box];
N10[label="message",shape=box];
N11[label="miner",shape=box];
N12[label="network",shape=box];
N13[label="p2p",shape=box];
N14[label="script",shape=box];
N15[label="sync",shape=box];
N16[label="verification",shape=box];
N17[label="abstract-ns",shape=box];
N18[label="futures",shape=box];
N19[label="quick-error",shape=box];
N20[label="rand",shape=box];
N21[label="aho-corasick",shape=box];
N22[label="memchr",shape=box];
N23[label="ansi_term",shape=box];
N24[label="ole32-sys",shape=box];
N25[label="shell32-sys",shape=box];
N26[label="winapi",shape=box];
N27[label="xdg",shape=box];
N28[label="arrayvec",shape=box];
N29[label="nodrop",shape=box];
N30[label="odds",shape=box];
N31[label="base58",shape=box];
N32[label="ethcore-devtools",shape=box];
N33[label="primitives",shape=box];
N34[label="test-data",shape=box];
N35[label="time",shape=box];
N36[label="bit-vec",shape=box];
N37[label="bitcrypto",shape=box];
N38[label="rust-crypto",shape=box];
N39[label="siphasher",shape=box];
N40[label="bitflags v0.4.0",shape=box];
N41[label="bitflags v0.7.0",shape=box];
N42[label="byteorder",shape=box];
N43[label="cfg-if",shape=box];
N44[label="heapsize",shape=box];
N45[label="rustc-serialize",shape=box];
N46[label="serialization",shape=box];
N47[label="libc",shape=box];
N48[label="strsim",shape=box];
N49[label="term_size",shape=box];
N50[label="unicode-segmentation",shape=box];
N51[label="unicode-width",shape=box];
N52[label="vec_map",shape=box];
N53[label="yaml-rust",shape=box];
N54[label="crossbeam",shape=box];
N55[label="csv",shape=box];
N56[label="elastic-array",shape=box];
N57[label="parking_lot",shape=box];
N58[label="rocksdb",shape=box];
N59[label="deque",shape=box];
N60[label="domain",shape=box];
N61[label="tokio-core",shape=box];
N62[label="regex",shape=box];
N63[label="eth-secp256k1",shape=box];
N64[label="gcc",shape=box];
N65[label="futures-cpupool",shape=box];
N66[label="num_cpus",shape=box];
N67[label="rayon",shape=box];
N68[label="kernel32-sys",shape=box];
N69[label="winapi-build",shape=box];
N70[label="lazy_static",shape=box];
N71[label="lazycell",shape=box];
N72[label="linked-hash-map",shape=box];
N73[label="mio",shape=box];
N74[label="miow",shape=box];
N75[label="net2",shape=box];
N76[label="nix",shape=box];
N77[label="slab",shape=box];
N78[label="ws2_32-sys",shape=box];
N79[label="murmur3",shape=box];
N80[label="rustc_version",shape=box];
N81[label="semver",shape=box];
N82[label="void",shape=box];
N83[label="ns-dns-tokio",shape=box];
N84[label="owning_ref",shape=box];
N85[label="parking_lot_core",shape=box];
N86[label="smallvec",shape=box];
N87[label="regex-syntax",shape=box];
N88[label="thread_local",shape=box];
N89[label="utf8-ranges",shape=box];
N90[label="rocksdb-sys",shape=box];
N91[label="scoped-tls",shape=box];
N92[label="thread-id",shape=box];
N0 -> N1[label="",style=dashed];
N0 -> N2[label="",style=dashed];
N0 -> N3[label="",style=dashed];
@ -102,220 +106,246 @@ digraph dependencies {
N0 -> N12[label="",style=dashed];
N0 -> N13[label="",style=dashed];
N0 -> N14[label="",style=dashed];
N1 -> N22[label="",style=dashed];
N1 -> N23[label="",style=dashed];
N0 -> N15[label="",style=dashed];
N0 -> N16[label="",style=dashed];
N1 -> N24[label="",style=dashed];
N1 -> N25[label="",style=dashed];
N2 -> N31[label="",style=dashed];
N1 -> N26[label="",style=dashed];
N1 -> N27[label="",style=dashed];
N2 -> N3[label="",style=dashed];
N2 -> N5[label="",style=dashed];
N2 -> N16[label="",style=dashed];
N2 -> N32[label="",style=dashed];
N2 -> N38[label="",style=dashed];
N2 -> N39[label="",style=dashed];
N2 -> N40[label="",style=dashed];
N3 -> N21[label="",style=dashed];
N3 -> N35[label="",style=dashed];
N3 -> N41[label="",style=dashed];
N3 -> N42[label="",style=dashed];
N3 -> N43[label="",style=dashed];
N2 -> N33[label="",style=dashed];
N2 -> N34[label="",style=dashed];
N2 -> N35[label="",style=dashed];
N3 -> N33[label="",style=dashed];
N3 -> N37[label="",style=dashed];
N3 -> N44[label="",style=dashed];
N3 -> N45[label="",style=dashed];
N3 -> N46[label="",style=dashed];
N3 -> N47[label="",style=dashed];
N4 -> N2[label="",style=dashed];
N4 -> N8[label="",style=dashed];
N4 -> N30[label="",style=dashed];
N4 -> N32[label="",style=dashed];
N4 -> N36[label="",style=dashed];
N4 -> N40[label="",style=dashed];
N4 -> N23[label="",style=dashed];
N4 -> N41[label="",style=dashed];
N4 -> N47[label="",style=dashed];
N4 -> N48[label="",style=dashed];
N4 -> N49[label="",style=dashed];
N4 -> N50[label="",style=dashed];
N4 -> N51[label="",style=dashed];
N4 -> N52[label="",style=dashed];
N4 -> N53[label="",style=dashed];
N4 -> N54[label="",style=dashed];
N5 -> N8[label="",style=dashed];
N5 -> N59[label="",style=dashed];
N6 -> N2[label="",style=dashed];
N6 -> N8[label="",style=dashed];
N6 -> N32[label="",style=dashed];
N6 -> N40[label="",style=dashed];
N7 -> N18[label="",style=dashed];
N7 -> N29[label="",style=dashed];
N7 -> N31[label="",style=dashed];
N7 -> N32[label="",style=dashed];
N7 -> N39[label="",style=dashed];
N7 -> N60[label="",style=dashed];
N7 -> N67[label="",style=dashed];
N9 -> N2[label="",style=dashed];
N9 -> N31[label="",style=dashed];
N9 -> N32[label="",style=dashed];
N9 -> N36[label="",style=dashed];
N9 -> N40[label="",style=dashed];
N10 -> N2[label="",style=dashed];
N10 -> N32[label="",style=dashed];
N10 -> N38[label="",style=dashed];
N10 -> N40[label="",style=dashed];
N10 -> N54[label="",style=dashed];
N11 -> N8[label="",style=dashed];
N11 -> N9[label="",style=dashed];
N11 -> N15[label="",style=dashed];
N11 -> N16[label="",style=dashed];
N11 -> N18[label="",style=dashed];
N11 -> N31[label="",style=dashed];
N11 -> N32[label="",style=dashed];
N11 -> N40[label="",style=dashed];
N11 -> N49[label="",style=dashed];
N11 -> N52[label="",style=dashed];
N11 -> N57[label="",style=dashed];
N11 -> N62[label="",style=dashed];
N11 -> N78[label="",style=dashed];
N11 -> N80[label="",style=dashed];
N12 -> N2[label="",style=dashed];
N12 -> N7[label="",style=dashed];
N12 -> N31[label="",style=dashed];
N12 -> N32[label="",style=dashed];
N12 -> N40[label="",style=dashed];
N13 -> N2[label="",style=dashed];
N13 -> N4[label="",style=dashed];
N13 -> N8[label="",style=dashed];
N5 -> N3[label="",style=dashed];
N5 -> N9[label="",style=dashed];
N5 -> N32[label="",style=dashed];
N5 -> N33[label="",style=dashed];
N5 -> N34[label="",style=dashed];
N5 -> N36[label="",style=dashed];
N5 -> N42[label="",style=dashed];
N5 -> N46[label="",style=dashed];
N5 -> N56[label="",style=dashed];
N5 -> N57[label="",style=dashed];
N5 -> N58[label="",style=dashed];
N6 -> N9[label="",style=dashed];
N6 -> N62[label="",style=dashed];
N7 -> N3[label="",style=dashed];
N7 -> N9[label="",style=dashed];
N7 -> N33[label="",style=dashed];
N7 -> N46[label="",style=dashed];
N8 -> N20[label="",style=dashed];
N8 -> N31[label="",style=dashed];
N8 -> N33[label="",style=dashed];
N8 -> N37[label="",style=dashed];
N8 -> N45[label="",style=dashed];
N8 -> N63[label="",style=dashed];
N8 -> N70[label="",style=dashed];
N10 -> N3[label="",style=dashed];
N10 -> N12[label="",style=dashed];
N10 -> N33[label="",style=dashed];
N10 -> N37[label="",style=dashed];
N10 -> N42[label="",style=dashed];
N10 -> N46[label="",style=dashed];
N11 -> N3[label="",style=dashed];
N11 -> N5[label="",style=dashed];
N11 -> N33[label="",style=dashed];
N11 -> N34[label="",style=dashed];
N11 -> N44[label="",style=dashed];
N11 -> N46[label="",style=dashed];
N12 -> N3[label="",style=dashed];
N12 -> N33[label="",style=dashed];
N12 -> N46[label="",style=dashed];
N13 -> N9[label="",style=dashed];
N13 -> N10[label="",style=dashed];
N13 -> N11[label="",style=dashed];
N13 -> N14[label="",style=dashed];
N13 -> N16[label="",style=dashed];
N13 -> N32[label="",style=dashed];
N13 -> N51[label="",style=dashed];
N13 -> N52[label="",style=dashed];
N13 -> N54[label="",style=dashed];
N13 -> N12[label="",style=dashed];
N13 -> N17[label="",style=dashed];
N13 -> N18[label="",style=dashed];
N13 -> N20[label="",style=dashed];
N13 -> N33[label="",style=dashed];
N13 -> N35[label="",style=dashed];
N13 -> N37[label="",style=dashed];
N13 -> N46[label="",style=dashed];
N13 -> N55[label="",style=dashed];
N13 -> N57[label="",style=dashed];
N13 -> N62[label="",style=dashed];
N13 -> N69[label="",style=dashed];
N13 -> N80[label="",style=dashed];
N14 -> N2[label="",style=dashed];
N14 -> N4[label="",style=dashed];
N13 -> N61[label="",style=dashed];
N13 -> N65[label="",style=dashed];
N13 -> N83[label="",style=dashed];
N14 -> N3[label="",style=dashed];
N14 -> N8[label="",style=dashed];
N14 -> N12[label="",style=dashed];
N14 -> N32[label="",style=dashed];
N14 -> N36[label="",style=dashed];
N14 -> N40[label="",style=dashed];
N14 -> N51[label="",style=dashed];
N14 -> N52[label="",style=dashed];
N14 -> N54[label="",style=dashed];
N14 -> N69[label="",style=dashed];
N14 -> N80[label="",style=dashed];
N14 -> N9[label="",style=dashed];
N14 -> N33[label="",style=dashed];
N14 -> N37[label="",style=dashed];
N14 -> N46[label="",style=dashed];
N15 -> N3[label="",style=dashed];
N15 -> N5[label="",style=dashed];
N15 -> N9[label="",style=dashed];
N15 -> N10[label="",style=dashed];
N15 -> N11[label="",style=dashed];
N15 -> N12[label="",style=dashed];
N15 -> N13[label="",style=dashed];
N15 -> N14[label="",style=dashed];
N15 -> N16[label="",style=dashed];
N15 -> N17[label="",style=dashed];
N15 -> N18[label="",style=dashed];
N16 -> N8[label="",style=dashed];
N18 -> N41[label="",style=dashed];
N19 -> N20[label="",style=dashed];
N20 -> N41[label="",style=dashed];
N22 -> N24[label="",style=dashed];
N22 -> N66[label="",style=dashed];
N23 -> N24[label="",style=dashed];
N23 -> N66[label="",style=dashed];
N26 -> N27[label=""];
N26 -> N28[label=""];
N27 -> N28[label=""];
N31 -> N32[label="",style=dashed];
N31 -> N33[label="",style=dashed];
N32 -> N38[label="",style=dashed];
N32 -> N39[label="",style=dashed];
N33 -> N18[label="",style=dashed];
N33 -> N39[label="",style=dashed];
N33 -> N41[label="",style=dashed];
N33 -> N61[label="",style=dashed];
N15 -> N20[label="",style=dashed];
N15 -> N32[label="",style=dashed];
N15 -> N33[label="",style=dashed];
N15 -> N34[label="",style=dashed];
N15 -> N35[label="",style=dashed];
N15 -> N36[label="",style=dashed];
N15 -> N37[label="",style=dashed];
N15 -> N42[label="",style=dashed];
N15 -> N46[label="",style=dashed];
N15 -> N57[label="",style=dashed];
N15 -> N61[label="",style=dashed];
N15 -> N65[label="",style=dashed];
N15 -> N72[label="",style=dashed];
N15 -> N79[label="",style=dashed];
N16 -> N3[label="",style=dashed];
N16 -> N5[label="",style=dashed];
N16 -> N9[label="",style=dashed];
N16 -> N12[label="",style=dashed];
N16 -> N14[label="",style=dashed];
N16 -> N32[label="",style=dashed];
N16 -> N33[label="",style=dashed];
N16 -> N34[label="",style=dashed];
N16 -> N35[label="",style=dashed];
N16 -> N42[label="",style=dashed];
N16 -> N46[label="",style=dashed];
N16 -> N57[label="",style=dashed];
N16 -> N72[label="",style=dashed];
N17 -> N18[label="",style=dashed];
N17 -> N19[label="",style=dashed];
N17 -> N20[label="",style=dashed];
N18 -> N9[label="",style=dashed];
N20 -> N47[label="",style=dashed];
N21 -> N22[label="",style=dashed];
N22 -> N47[label="",style=dashed];
N24 -> N26[label="",style=dashed];
N24 -> N69[label="",style=dashed];
N25 -> N26[label="",style=dashed];
N25 -> N69[label="",style=dashed];
N28 -> N29[label=""];
N28 -> N30[label=""];
N29 -> N30[label=""];
N32 -> N20[label="",style=dashed];
N33 -> N44[label="",style=dashed];
N33 -> N45[label="",style=dashed];
N33 -> N80[label="",style=dashed];
N38 -> N65[label="",style=dashed];
N40 -> N32[label="",style=dashed];
N40 -> N36[label="",style=dashed];
N43 -> N24[label="",style=dashed];
N43 -> N41[label="",style=dashed];
N43 -> N65[label="",style=dashed];
N49 -> N36[label="",style=dashed];
N49 -> N39[label="",style=dashed];
N51 -> N8[label="",style=dashed];
N51 -> N18[label="",style=dashed];
N52 -> N79[label="",style=dashed];
N52 -> N81[label="",style=dashed];
N53 -> N41[label="",style=dashed];
N53 -> N86[label="",style=dashed];
N54 -> N2[label="",style=dashed];
N54 -> N32[label="",style=dashed];
N54 -> N40[label="",style=dashed];
N55 -> N18[label="",style=dashed];
N56 -> N16[label="",style=dashed];
N56 -> N18[label="",style=dashed];
N56 -> N36[label="",style=dashed];
N56 -> N48[label="",style=dashed];
N56 -> N57[label="",style=dashed];
N56 -> N58[label="",style=dashed];
N57 -> N8[label="",style=dashed];
N57 -> N16[label="",style=dashed];
N57 -> N70[label="",style=dashed];
N57 -> N74[label="",style=dashed];
N57 -> N87[label="",style=dashed];
N59 -> N19[label="",style=dashed];
N34 -> N3[label="",style=dashed];
N34 -> N33[label="",style=dashed];
N34 -> N35[label="",style=dashed];
N34 -> N46[label="",style=dashed];
N35 -> N26[label="",style=dashed];
N35 -> N47[label="",style=dashed];
N35 -> N68[label="",style=dashed];
N37 -> N33[label="",style=dashed];
N37 -> N38[label="",style=dashed];
N37 -> N39[label="",style=dashed];
N38 -> N20[label="",style=dashed];
N38 -> N35[label="",style=dashed];
N38 -> N45[label="",style=dashed];
N38 -> N47[label="",style=dashed];
N38 -> N64[label="",style=dashed];
N44 -> N68[label="",style=dashed];
N46 -> N33[label="",style=dashed];
N46 -> N42[label="",style=dashed];
N49 -> N26[label="",style=dashed];
N49 -> N47[label="",style=dashed];
N49 -> N68[label="",style=dashed];
N55 -> N42[label="",style=dashed];
N55 -> N45[label="",style=dashed];
N57 -> N84[label="",style=dashed];
N57 -> N85[label="",style=dashed];
N58 -> N47[label="",style=dashed];
N58 -> N90[label="",style=dashed];
N59 -> N20[label="",style=dashed];
N59 -> N83[label="",style=dashed];
N59 -> N84[label="",style=dashed];
N59 -> N85[label="",style=dashed];
N60 -> N18[label="",style=dashed];
N60 -> N26[label="",style=dashed];
N60 -> N39[label="",style=dashed];
N60 -> N41[label="",style=dashed];
N60 -> N20[label="",style=dashed];
N60 -> N42[label="",style=dashed];
N60 -> N61[label="",style=dashed];
N61 -> N64[label="",style=dashed];
N62 -> N16[label="",style=dashed];
N62 -> N48[label="",style=dashed];
N62 -> N63[label="",style=dashed];
N63 -> N41[label="",style=dashed];
N64 -> N18[label="",style=dashed];
N64 -> N41[label="",style=dashed];
N64 -> N55[label="",style=dashed];
N64 -> N63[label="",style=dashed];
N65 -> N24[label="",style=dashed];
N61 -> N9[label="",style=dashed];
N61 -> N18[label="",style=dashed];
N61 -> N73[label="",style=dashed];
N61 -> N77[label="",style=dashed];
N61 -> N91[label="",style=dashed];
N62 -> N21[label="",style=dashed];
N62 -> N22[label="",style=dashed];
N62 -> N87[label="",style=dashed];
N62 -> N88[label="",style=dashed];
N62 -> N89[label="",style=dashed];
N63 -> N20[label="",style=dashed];
N63 -> N28[label="",style=dashed];
N63 -> N45[label="",style=dashed];
N63 -> N47[label="",style=dashed];
N63 -> N64[label="",style=dashed];
N64 -> N67[label="",style=dashed];
N65 -> N18[label="",style=dashed];
N65 -> N54[label="",style=dashed];
N65 -> N66[label="",style=dashed];
N70 -> N8[label="",style=dashed];
N70 -> N24[label="",style=dashed];
N70 -> N41[label="",style=dashed];
N70 -> N65[label="",style=dashed];
N70 -> N68[label="",style=dashed];
N70 -> N71[label="",style=dashed];
N70 -> N72[label="",style=dashed];
N70 -> N73[label="",style=dashed];
N70 -> N74[label="",style=dashed];
N71 -> N24[label="",style=dashed];
N71 -> N65[label="",style=dashed];
N71 -> N72[label="",style=dashed];
N71 -> N75[label="",style=dashed];
N72 -> N24[label="",style=dashed];
N72 -> N37[label="",style=dashed];
N72 -> N41[label="",style=dashed];
N72 -> N65[label="",style=dashed];
N72 -> N75[label="",style=dashed];
N73 -> N34[label="",style=dashed];
N73 -> N37[label="",style=dashed];
N73 -> N41[label="",style=dashed];
N73 -> N58[label="",style=dashed];
N66 -> N47[label="",style=dashed];
N67 -> N20[label="",style=dashed];
N67 -> N47[label="",style=dashed];
N67 -> N59[label="",style=dashed];
N67 -> N66[label="",style=dashed];
N68 -> N26[label="",style=dashed];
N68 -> N69[label="",style=dashed];
N73 -> N9[label="",style=dashed];
N73 -> N26[label="",style=dashed];
N73 -> N47[label="",style=dashed];
N73 -> N68[label="",style=dashed];
N73 -> N71[label="",style=dashed];
N73 -> N74[label="",style=dashed];
N73 -> N75[label="",style=dashed];
N73 -> N76[label="",style=dashed];
N73 -> N77[label="",style=dashed];
N75 -> N24[label="",style=dashed];
N75 -> N66[label="",style=dashed];
N76 -> N77[label="",style=dashed];
N78 -> N15[label="",style=dashed];
N78 -> N16[label="",style=dashed];
N78 -> N56[label="",style=dashed];
N78 -> N57[label="",style=dashed];
N80 -> N24[label="",style=dashed];
N80 -> N41[label="",style=dashed];
N80 -> N65[label="",style=dashed];
N81 -> N18[label="",style=dashed];
N81 -> N24[label="",style=dashed];
N81 -> N41[label="",style=dashed];
N81 -> N65[label="",style=dashed];
N81 -> N82[label="",style=dashed];
N84 -> N88[label="",style=dashed];
N86 -> N41[label="",style=dashed];
N86 -> N61[label="",style=dashed];
N88 -> N41[label="",style=dashed];
N88 -> N65[label="",style=dashed];
N74 -> N26[label="",style=dashed];
N74 -> N68[label="",style=dashed];
N74 -> N75[label="",style=dashed];
N74 -> N78[label="",style=dashed];
N75 -> N26[label="",style=dashed];
N75 -> N43[label="",style=dashed];
N75 -> N47[label="",style=dashed];
N75 -> N68[label="",style=dashed];
N75 -> N78[label="",style=dashed];
N76 -> N40[label="",style=dashed];
N76 -> N43[label="",style=dashed];
N76 -> N47[label="",style=dashed];
N76 -> N80[label="",style=dashed];
N76 -> N81[label="",style=dashed];
N76 -> N82[label="",style=dashed];
N78 -> N26[label="",style=dashed];
N78 -> N69[label="",style=dashed];
N79 -> N42[label="",style=dashed];
N80 -> N81[label="",style=dashed];
N83 -> N17[label="",style=dashed];
N83 -> N18[label="",style=dashed];
N83 -> N60[label="",style=dashed];
N83 -> N61[label="",style=dashed];
N85 -> N20[label="",style=dashed];
N85 -> N26[label="",style=dashed];
N85 -> N47[label="",style=dashed];
N85 -> N68[label="",style=dashed];
N85 -> N86[label="",style=dashed];
N88 -> N92[label="",style=dashed];
N90 -> N47[label="",style=dashed];
N90 -> N64[label="",style=dashed];
N92 -> N47[label="",style=dashed];
N92 -> N68[label="",style=dashed];
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 858 KiB

After

Width:  |  Height:  |  Size: 1.0 MiB