-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathexample.dot
112 lines (112 loc) · 3.79 KB
/
example.dot
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
digraph DepGraph {
mincross = 2.0;
ratio = "auto";
"num-traits" [shape=circle];
"dtoa" [shape=circle];
"strsim" [shape=circle];
"findshlibs" [shape=circle];
"redox_syscall" [shape=circle];
"dbghelp-sys" [shape=circle];
"redox_termios" [shape=circle];
"itoa" [shape=circle];
"semver-parser" [shape=circle];
"kernel32-sys" [shape=circle];
"winapi" [shape=circle];
"textwrap" [shape=circle];
"bitflags" [shape=circle];
"serde_derive" [shape=circle];
"ansi_term" [shape=circle];
"semver" [shape=circle];
"libc" [shape=circle];
"cpp_demangle" [shape=circle];
"cfg-if" [shape=circle];
"syn" [shape=circle];
"backtrace" [shape=circle];
"backtrace-sys" [shape=circle];
"clippy" [shape=circle];
"hyphenation" [shape=circle];
"rustc-serialize" [shape=circle];
"quote" [shape=circle];
"unicode-width" [shape=circle];
"serde_json" [shape=circle];
"linked-hash-map" [shape=circle];
"synom" [shape=circle];
"rustc-demangle" [shape=circle];
"atty" [shape=circle];
"unicode-xid" [shape=circle];
"term_size" [shape=circle];
"cargo-graph-workspace" [shape=box];
"termion" [shape=circle];
"yaml-rust" [shape=circle];
"cargo_metadata" [shape=circle];
"serde_derive_internals" [shape=circle];
"addr2line" [shape=circle];
"vec_map" [shape=circle];
"clap" [shape=circle];
"serde" [shape=circle];
"error-chain" [shape=circle];
"vec_map" -> "serde_derive" [weight=1];
"backtrace" -> "serde_derive" [weight=1];
"cargo-graph-workspace" -> "clap" [weight=1];
"synom" -> "unicode-xid" [weight=1];
"termion" -> "redox_syscall" [weight=1];
"cargo_metadata" -> "serde_json" [weight=1];
"termion" -> "redox_termios" [weight=1];
"serde" -> "serde_derive" [weight=1];
"cargo_metadata" -> "serde" [weight=1];
"serde_json" -> "itoa" [weight=1];
"redox_termios" -> "redox_syscall" [weight=1];
"clap" -> "textwrap" [weight=1];
"backtrace" -> "findshlibs" [weight=1];
"textwrap" -> "hyphenation" [weight=1];
"backtrace" -> "kernel32-sys" [weight=1];
"backtrace-sys" -> "libc" [weight=1];
"clap" -> "vec_map" [weight=1];
"dbghelp-sys" -> "winapi" [weight=1];
"syn" -> "quote" [weight=1];
"atty" -> "kernel32-sys" [weight=1];
"clap" -> "term_size" [weight=1];
"semver" -> "serde" [weight=1];
"serde_derive_internals" -> "syn" [weight=1];
"atty" -> "libc" [weight=1];
"backtrace" -> "dbghelp-sys" [weight=1];
"backtrace" -> "rustc-demangle" [weight=1];
"cargo_metadata" -> "serde_derive" [weight=1];
"serde_json" -> "serde" [weight=1];
"atty" -> "termion" [weight=1];
"cargo_metadata" -> "error-chain" [weight=1];
"syn" -> "unicode-xid" [weight=1];
"textwrap" -> "term_size" [weight=1];
"clap" -> "strsim" [weight=1];
"serde_json" -> "num-traits" [weight=1];
"semver" -> "semver-parser" [weight=1];
"atty" -> "winapi" [weight=1];
"serde_json" -> "dtoa" [weight=1];
"serde_json" -> "linked-hash-map" [weight=1];
"backtrace" -> "libc" [weight=1];
"serde_derive" -> "syn" [weight=1];
"termion" -> "libc" [weight=1];
"backtrace" -> "winapi" [weight=1];
"vec_map" -> "serde" [weight=1];
"syn" -> "synom" [weight=1];
"backtrace" -> "backtrace-sys" [weight=1];
"clap" -> "atty" [weight=1];
"backtrace" -> "rustc-serialize" [weight=1];
"backtrace" -> "addr2line" [weight=1];
"clap" -> "yaml-rust" [weight=1];
"error-chain" -> "backtrace" [weight=1];
"cargo-graph-workspace" -> "cargo_metadata" [weight=1];
"clap" -> "clippy" [weight=1];
"backtrace" -> "cfg-if" [weight=1];
"cargo_metadata" -> "semver" [weight=1];
"clap" -> "unicode-width" [weight=1];
"kernel32-sys" -> "winapi" [weight=1];
"clap" -> "ansi_term" [weight=1];
"textwrap" -> "unicode-width" [weight=1];
"backtrace" -> "serde" [weight=1];
"serde_derive" -> "serde_derive_internals" [weight=1];
"serde_derive_internals" -> "synom" [weight=1];
"serde_derive" -> "quote" [weight=1];
"backtrace" -> "cpp_demangle" [weight=1];
"clap" -> "bitflags" [weight=1];
}