parity-zcash/tools/graph.dot

235 lines
7.7 KiB
Plaintext
Raw Normal View History

2016-09-19 07:34:46 -07:00
digraph dependencies {
N0[label="pbtc",shape=box];
2016-10-16 02:55:42 -07:00
N1[label="clap",shape=box];
N2[label="db",shape=box];
N3[label="env_logger",shape=box];
N4[label="keys",shape=box];
N5[label="message",shape=box];
N6[label="miner",shape=box];
N7[label="p2p",shape=box];
N8[label="script",shape=box];
N9[label="aho-corasick",shape=box];
N10[label="memchr",shape=box];
N11[label="ansi_term",shape=box];
N12[label="arrayvec",shape=box];
N13[label="nodrop",shape=box];
N14[label="odds",shape=box];
N15[label="base58",shape=box];
N16[label="bitcrypto",shape=box];
N17[label="primitives",shape=box];
N18[label="rust-crypto",shape=box];
N19[label="bitflags v0.4.0",shape=box];
N20[label="bitflags v0.7.0",shape=box];
N21[label="byteorder",shape=box];
N22[label="cfg-if",shape=box];
N23[label="chain",shape=box];
N24[label="heapsize",shape=box];
N25[label="rustc-serialize",shape=box];
N26[label="serialization",shape=box];
N27[label="libc",shape=box];
N28[label="strsim",shape=box];
N29[label="term_size",shape=box];
N30[label="unicode-segmentation",shape=box];
N31[label="unicode-width",shape=box];
N32[label="vec_map",shape=box];
N33[label="yaml-rust",shape=box];
N34[label="crossbeam",shape=box];
N35[label="elastic-array",shape=box];
N36[label="ethcore-devtools",shape=box];
N37[label="parking_lot",shape=box];
N38[label="rocksdb",shape=box];
N39[label="deque",shape=box];
N40[label="rand",shape=box];
N41[label="log",shape=box];
N42[label="regex",shape=box];
N43[label="eth-secp256k1",shape=box];
N44[label="gcc",shape=box];
N45[label="futures",shape=box];
N46[label="futures-cpupool",shape=box];
N47[label="num_cpus v1.1.0",shape=box];
N48[label="rayon",shape=box];
N49[label="kernel32-sys",shape=box];
N50[label="winapi",shape=box];
N51[label="winapi-build",shape=box];
N52[label="lazy_static",shape=box];
N53[label="lazycell",shape=box];
N54[label="mio",shape=box];
N55[label="miow",shape=box];
N56[label="net2",shape=box];
N57[label="nix",shape=box];
N58[label="slab",shape=box];
N59[label="ws2_32-sys",shape=box];
N60[label="rustc_version",shape=box];
N61[label="semver",shape=box];
N62[label="void",shape=box];
N63[label="num_cpus v0.2.13",shape=box];
N64[label="owning_ref",shape=box];
N65[label="time",shape=box];
N66[label="tokio-core",shape=box];
N67[label="parking_lot_core",shape=box];
N68[label="smallvec",shape=box];
N69[label="regex-syntax",shape=box];
N70[label="thread_local",shape=box];
N71[label="utf8-ranges",shape=box];
N72[label="rocksdb-sys",shape=box];
N73[label="scoped-tls",shape=box];
N74[label="thread-id",shape=box];
2016-09-19 07:34:46 -07:00
N0 -> N1[label="",style=dashed];
N0 -> N2[label="",style=dashed];
N0 -> N3[label="",style=dashed];
N0 -> N4[label="",style=dashed];
N0 -> N5[label="",style=dashed];
N0 -> N6[label="",style=dashed];
2016-10-17 02:17:08 -07:00
N0 -> N7[label="",style=dashed];
N0 -> N8[label="",style=dashed];
N1 -> N11[label="",style=dashed];
N1 -> N20[label="",style=dashed];
2016-10-16 02:55:42 -07:00
N1 -> N27[label="",style=dashed];
N1 -> N28[label="",style=dashed];
2016-10-17 02:17:08 -07:00
N1 -> N29[label="",style=dashed];
N1 -> N30[label="",style=dashed];
N1 -> N31[label="",style=dashed];
N1 -> N32[label="",style=dashed];
N1 -> N33[label="",style=dashed];
N2 -> N17[label="",style=dashed];
N2 -> N21[label="",style=dashed];
N2 -> N23[label="",style=dashed];
N2 -> N26[label="",style=dashed];
N2 -> N35[label="",style=dashed];
N2 -> N36[label="",style=dashed];
N2 -> N37[label="",style=dashed];
N2 -> N38[label="",style=dashed];
N3 -> N41[label="",style=dashed];
N3 -> N42[label="",style=dashed];
N4 -> N15[label="",style=dashed];
N4 -> N16[label="",style=dashed];
N4 -> N17[label="",style=dashed];
N4 -> N25[label="",style=dashed];
N4 -> N40[label="",style=dashed];
N4 -> N43[label="",style=dashed];
N4 -> N52[label="",style=dashed];
N5 -> N16[label="",style=dashed];
N5 -> N17[label="",style=dashed];
N5 -> N21[label="",style=dashed];
N5 -> N23[label="",style=dashed];
N5 -> N26[label="",style=dashed];
N6 -> N17[label="",style=dashed];
N6 -> N23[label="",style=dashed];
N6 -> N24[label="",style=dashed];
N6 -> N26[label="",style=dashed];
N7 -> N5[label="",style=dashed];
N7 -> N16[label="",style=dashed];
N7 -> N17[label="",style=dashed];
N7 -> N37[label="",style=dashed];
N7 -> N40[label="",style=dashed];
N7 -> N41[label="",style=dashed];
N7 -> N45[label="",style=dashed];
N7 -> N46[label="",style=dashed];
N7 -> N65[label="",style=dashed];
N7 -> N66[label="",style=dashed];
N8 -> N4[label="",style=dashed];
N8 -> N16[label="",style=dashed];
N8 -> N17[label="",style=dashed];
N8 -> N23[label="",style=dashed];
N8 -> N26[label="",style=dashed];
N9 -> N10[label="",style=dashed];
N10 -> N27[label="",style=dashed];
N12 -> N13[label=""];
N12 -> N14[label=""];
N13 -> N14[label=""];
N16 -> N17[label="",style=dashed];
N16 -> N18[label="",style=dashed];
N17 -> N24[label="",style=dashed];
N17 -> N25[label="",style=dashed];
N18 -> N25[label="",style=dashed];
N18 -> N27[label="",style=dashed];
N18 -> N40[label="",style=dashed];
N18 -> N44[label="",style=dashed];
N18 -> N65[label="",style=dashed];
N23 -> N16[label="",style=dashed];
N23 -> N17[label="",style=dashed];
N23 -> N24[label="",style=dashed];
N23 -> N25[label="",style=dashed];
N23 -> N26[label="",style=dashed];
N24 -> N49[label="",style=dashed];
N26 -> N17[label="",style=dashed];
N26 -> N21[label="",style=dashed];
N29 -> N27[label="",style=dashed];
N29 -> N49[label="",style=dashed];
N29 -> N50[label="",style=dashed];
N36 -> N40[label="",style=dashed];
N37 -> N64[label="",style=dashed];
N37 -> N67[label="",style=dashed];
N38 -> N27[label="",style=dashed];
N38 -> N72[label="",style=dashed];
N39 -> N40[label="",style=dashed];
N40 -> N27[label="",style=dashed];
N42 -> N9[label="",style=dashed];
N42 -> N10[label="",style=dashed];
N42 -> N69[label="",style=dashed];
N42 -> N70[label="",style=dashed];
N42 -> N71[label="",style=dashed];
N43 -> N12[label="",style=dashed];
N43 -> N25[label="",style=dashed];
N43 -> N27[label="",style=dashed];
N43 -> N40[label="",style=dashed];
N43 -> N44[label="",style=dashed];
N44 -> N48[label="",style=dashed];
N45 -> N41[label="",style=dashed];
N46 -> N34[label="",style=dashed];
N46 -> N45[label="",style=dashed];
N46 -> N47[label="",style=dashed];
N47 -> N27[label="",style=dashed];
N48 -> N39[label="",style=dashed];
N48 -> N40[label="",style=dashed];
N48 -> N63[label="",style=dashed];
N49 -> N50[label="",style=dashed];
N49 -> N51[label="",style=dashed];
N54 -> N27[label="",style=dashed];
N54 -> N41[label="",style=dashed];
N54 -> N49[label="",style=dashed];
N54 -> N50[label="",style=dashed];
N54 -> N53[label=""];
N54 -> N55[label=""];
N54 -> N56[label=""];
N54 -> N57[label=""];
N54 -> N58[label="",style=dashed];
N55 -> N49[label=""];
N55 -> N50[label=""];
N55 -> N56[label=""];
N55 -> N59[label=""];
N56 -> N22[label=""];
N56 -> N27[label=""];
N56 -> N49[label=""];
N56 -> N50[label=""];
N56 -> N59[label=""];
N57 -> N19[label=""];
N57 -> N22[label=""];
N57 -> N27[label=""];
N57 -> N60[label=""];
N57 -> N61[label=""];
N57 -> N62[label=""];
N59 -> N50[label=""];
N59 -> N51[label=""];
N60 -> N61[label=""];
N63 -> N27[label="",style=dashed];
N65 -> N27[label="",style=dashed];
N65 -> N49[label="",style=dashed];
N65 -> N50[label="",style=dashed];
N66 -> N41[label="",style=dashed];
N66 -> N45[label="",style=dashed];
N66 -> N54[label="",style=dashed];
N66 -> N58[label="",style=dashed];
N66 -> N73[label="",style=dashed];
N67 -> N27[label="",style=dashed];
N67 -> N40[label="",style=dashed];
N67 -> N49[label="",style=dashed];
N67 -> N50[label="",style=dashed];
N67 -> N68[label="",style=dashed];
N70 -> N74[label="",style=dashed];
N72 -> N27[label="",style=dashed];
N72 -> N44[label="",style=dashed];
N74 -> N27[label="",style=dashed];
N74 -> N49[label="",style=dashed];
2016-09-19 07:34:46 -07:00
}