2016-05-09 19:21:18 +00:00
|
|
|
digraph dependencies {
|
|
|
|
N0[label="clap"];
|
2016-08-28 03:42:31 +00:00
|
|
|
N1[label="ansi_term"];
|
2016-05-09 19:21:18 +00:00
|
|
|
N2[label="bitflags"];
|
2016-08-28 03:42:31 +00:00
|
|
|
N3[label="clippy",color=blue];
|
|
|
|
N4[label="strsim"];
|
|
|
|
N5[label="term_size"];
|
|
|
|
N6[label="unicode-segmentation"];
|
|
|
|
N7[label="unicode-width"];
|
|
|
|
N8[label="vec_map"];
|
|
|
|
N9[label="yaml-rust",color=red];
|
|
|
|
N10[label="clippy_lints",color=blue];
|
|
|
|
N11[label="matches",color=blue];
|
|
|
|
N12[label="quine-mc_cluskey",color=blue];
|
|
|
|
N13[label="regex-syntax",color=red];
|
|
|
|
N14[label="rustc-serialize",color=blue];
|
|
|
|
N15[label="semver",color=blue];
|
|
|
|
N16[label="toml",color=blue];
|
|
|
|
N17[label="unicode-normalization",color=blue];
|
2016-05-09 19:21:18 +00:00
|
|
|
N0 -> N1[label="",style=dashed];
|
|
|
|
N0 -> N2[label=""];
|
|
|
|
N0 -> N3[label="",style=dashed,color=blue];
|
|
|
|
N0 -> N4[label="",style=dashed];
|
|
|
|
N0 -> N5[label="",style=dashed];
|
2016-08-28 03:42:31 +00:00
|
|
|
N0 -> N6[label=""];
|
2016-05-09 19:21:18 +00:00
|
|
|
N0 -> N7[label=""];
|
2016-08-28 03:42:31 +00:00
|
|
|
N0 -> N8[label=""];
|
|
|
|
N0 -> N9[label="",style=dashed,color=red];
|
|
|
|
N3 -> N10[label="",style=dashed,color=blue];
|
|
|
|
N5 -> N3[label="",style=dashed,color=blue];
|
|
|
|
N9 -> N3[label="",style=dashed,color=blue];
|
|
|
|
N9 -> N13[label="",style=dashed,color=red];
|
2016-05-09 19:21:18 +00:00
|
|
|
N10 -> N11[label="",style=dashed,color=blue];
|
2016-08-28 03:42:31 +00:00
|
|
|
N10 -> N12[label="",style=dashed,color=blue];
|
|
|
|
N10 -> N13[label="",style=dashed,color=blue];
|
|
|
|
N10 -> N14[label="",style=dashed,color=blue];
|
|
|
|
N10 -> N15[label="",style=dashed,color=blue];
|
|
|
|
N10 -> N16[label="",style=dashed,color=blue];
|
|
|
|
N10 -> N17[label="",style=dashed,color=blue];
|
|
|
|
N16 -> N14[label="",style=dashed,color=blue];
|
2016-05-09 19:21:18 +00:00
|
|
|
}
|