graph G { compound="true" rankdir="TB" bgcolor="white" fontname="Tahoma" node [ fixedsize="false" fontname="Tahoma" color="white" fillcolor="deepskyblue2" fontcolor="black" shape="box" style="filled" penwidth="1.0" ] edge [ fontname="Arial" color="#00688b" fontcolor="black" fontsize="12" arrowsize="0.5" penwidth="1.0" ] "codegen" -- "aws" [label=" 44 ", penwidth="10", color="#00688bFF"]; "rust-runtime" -- "aws" [label=" 34 ", penwidth="7", color="#00688bC9"]; "aws" -- "ROOT" [label=" 32 ", penwidth="7", color="#00688bC9"]; "rust-runtime" -- "codegen" [label=" 30 ", penwidth="6", color="#00688bB7"]; "codegen" -- "ROOT" [label=" 20 ", penwidth="4", color="#00688b93"]; "codegen" -- "codegen-server" [label=" 20 ", penwidth="4", color="#00688b93"]; "rust-runtime" -- "codegen-server" [label=" 19 ", penwidth="4", color="#00688b93"]; "rust-runtime" -- "ROOT" [label=" 14 ", penwidth="3", color="#00688b82"]; "tools" -- "aws" [label=" 13 ", penwidth="2", color="#00688b70"]; "tools" -- "ROOT" [label=" 10 ", penwidth="2", color="#00688b70"]; "tools" -- "rust-runtime" [label=" 10 ", penwidth="2", color="#00688b70"]; "codegen-server-test" -- "codegen" [label=" 9 ", penwidth="2", color="#00688b70"]; "codegen-test" -- "codegen" [label=" 6 ", penwidth="1", color="#00688b5E"]; "codegen-server-test" -- "codegen-server" [label=" 5 ", penwidth="1", color="#00688b5E"]; "codegen-test" -- "aws" [label=" 4 ", penwidth="1", color="#00688b4C"]; "codegen-test" -- "codegen-server-test" [label=" 4 ", penwidth="1", color="#00688b4C"]; "tools" -- "codegen" [label=" 4 ", penwidth="1", color="#00688b4C"]; "codegen-server" -- "ROOT" [label=" 4 ", penwidth="1", color="#00688b4C"]; "aws" -- "codegen-server" [label=" 4 ", penwidth="1", color="#00688b4C"]; "buildSrc" -- "aws" [label=" 3 ", penwidth="1", color="#00688b4C"]; "codegen-server-test" -- "aws" [label=" 2 ", penwidth="1", color="#00688b4C"]; "codegen-server-test" -- "rust-runtime" [label=" 2 ", penwidth="1", color="#00688b4C"]; "codegen-server-test" -- "ROOT" [label=" 2 ", penwidth="1", color="#00688b4C"]; "codegen-test" -- "ROOT" [label=" 2 ", penwidth="1", color="#00688b4C"]; "rust-runtime" -- "codegen-test" [label=" 2 ", penwidth="1", color="#00688b4C"]; "buildSrc" -- "tools" [label=" 1 ", penwidth="1", color="#00688b4C"]; "rust-runtime" -- "buildSrc" [label=" 1 ", penwidth="1", color="#00688b4C"]; "codegen-server" -- "codegen-test" [label=" 1 ", penwidth="1", color="#00688b4C"]; }