aboutsummaryrefslogtreecommitdiff
path: root/clap/clap_dep_graph.dot
blob: 9d7e5c659cd50d15d641a0a777c582242534778c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
digraph dependencies {
	N0[label="clap"];
	N1[label="ansi_term"];
	N2[label="bitflags"];
	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];
	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];
	N0 -> N6[label=""];
	N0 -> N7[label=""];
	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];
	N10 -> N11[label="",style=dashed,color=blue];
	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];
}