parity-zcash/tools/graph.dot

132 lines
4.0 KiB
Plaintext

digraph dependencies {
N0[label="pbtc",shape=box];
N1[label="bitcrypto",shape=box];
N2[label="chain",shape=box];
N3[label="keys",shape=box];
N4[label="p2p",shape=box];
N5[label="primitives",shape=box];
N6[label="script",shape=box];
N7[label="arrayvec",shape=box];
N8[label="nodrop",shape=box];
N9[label="odds",shape=box];
N10[label="base58",shape=box];
N11[label="rust-crypto",shape=box];
N12[label="bitflags",shape=box];
N13[label="byteorder",shape=box];
N14[label="cfg-if",shape=box];
N15[label="rustc-serialize",shape=box];
N16[label="serialization",shape=box];
N17[label="eth-secp256k1",shape=box];
N18[label="gcc",shape=box];
N19[label="libc",shape=box];
N20[label="rand",shape=box];
N21[label="futures",shape=box];
N22[label="log",shape=box];
N23[label="kernel32-sys",shape=box];
N24[label="winapi",shape=box];
N25[label="winapi-build",shape=box];
N26[label="lazy_static",shape=box];
N27[label="lazycell",shape=box];
N28[label="mio",shape=box];
N29[label="miow",shape=box];
N30[label="net2",shape=box];
N31[label="nix",shape=box];
N32[label="slab",shape=box];
N33[label="ws2_32-sys",shape=box];
N34[label="net",shape=box];
N35[label="rustc_version",shape=box];
N36[label="semver",shape=box];
N37[label="void",shape=box];
N38[label="tokio-core",shape=box];
N39[label="time",shape=box];
N40[label="scoped-tls",shape=box];
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];
N1 -> N5[label="",style=dashed];
N1 -> N11[label="",style=dashed];
N2 -> N1[label="",style=dashed];
N2 -> N5[label="",style=dashed];
N2 -> N15[label="",style=dashed];
N2 -> N16[label="",style=dashed];
N3 -> N1[label="",style=dashed];
N3 -> N5[label="",style=dashed];
N3 -> N10[label="",style=dashed];
N3 -> N15[label="",style=dashed];
N3 -> N17[label="",style=dashed];
N3 -> N20[label="",style=dashed];
N3 -> N26[label="",style=dashed];
N4 -> N5[label="",style=dashed];
N4 -> N16[label="",style=dashed];
N4 -> N21[label="",style=dashed];
N4 -> N34[label="",style=dashed];
N4 -> N38[label="",style=dashed];
N5 -> N15[label="",style=dashed];
N6 -> N1[label="",style=dashed];
N6 -> N2[label="",style=dashed];
N6 -> N3[label="",style=dashed];
N6 -> N5[label="",style=dashed];
N6 -> N16[label="",style=dashed];
N7 -> N8[label=""];
N7 -> N9[label=""];
N8 -> N9[label=""];
N11 -> N15[label="",style=dashed];
N11 -> N18[label="",style=dashed];
N11 -> N19[label="",style=dashed];
N11 -> N20[label="",style=dashed];
N11 -> N39[label="",style=dashed];
N16 -> N5[label="",style=dashed];
N16 -> N13[label="",style=dashed];
N17 -> N7[label="",style=dashed];
N17 -> N15[label="",style=dashed];
N17 -> N18[label="",style=dashed];
N17 -> N19[label="",style=dashed];
N17 -> N20[label="",style=dashed];
N20 -> N19[label="",style=dashed];
N21 -> N22[label="",style=dashed];
N23 -> N24[label="",style=dashed];
N23 -> N25[label=""];
N28 -> N19[label="",style=dashed];
N28 -> N22[label="",style=dashed];
N28 -> N23[label="",style=dashed];
N28 -> N24[label="",style=dashed];
N28 -> N27[label=""];
N28 -> N29[label=""];
N28 -> N30[label=""];
N28 -> N31[label=""];
N28 -> N32[label="",style=dashed];
N29 -> N23[label=""];
N29 -> N24[label=""];
N29 -> N30[label=""];
N29 -> N33[label=""];
N30 -> N14[label=""];
N30 -> N19[label=""];
N30 -> N23[label=""];
N30 -> N24[label=""];
N30 -> N33[label=""];
N31 -> N12[label=""];
N31 -> N14[label=""];
N31 -> N19[label=""];
N31 -> N35[label=""];
N31 -> N36[label=""];
N31 -> N37[label=""];
N33 -> N24[label=""];
N33 -> N25[label=""];
N34 -> N1[label="",style=dashed];
N34 -> N5[label="",style=dashed];
N34 -> N13[label="",style=dashed];
N34 -> N16[label="",style=dashed];
N35 -> N36[label=""];
N38 -> N21[label="",style=dashed];
N38 -> N22[label="",style=dashed];
N38 -> N28[label="",style=dashed];
N38 -> N32[label="",style=dashed];
N38 -> N40[label="",style=dashed];
N39 -> N19[label="",style=dashed];
N39 -> N23[label="",style=dashed];
N39 -> N24[label="",style=dashed];
}