2020-08-09 14:54:35 +02:00
|
|
|
digraph {
|
|
|
|
subgraph cluster_web {
|
|
|
|
label="actix/actix-web"
|
|
|
|
"awc"
|
|
|
|
"actix-web"
|
|
|
|
"actix-files"
|
|
|
|
"actix-http"
|
|
|
|
"actix-multipart"
|
|
|
|
"actix-web-actors"
|
|
|
|
"actix-web-codegen"
|
2020-11-25 01:54:00 +01:00
|
|
|
"actix-http-test"
|
2021-04-02 10:27:11 +02:00
|
|
|
"actix-test"
|
2021-08-06 21:10:58 +02:00
|
|
|
"actix-router"
|
2020-08-09 14:54:35 +02:00
|
|
|
}
|
|
|
|
|
2021-08-06 21:10:58 +02:00
|
|
|
"actix-web" -> { "actix-web-codegen" "actix-http" "actix-router" }
|
2020-08-09 14:54:35 +02:00
|
|
|
"awc" -> { "actix-http" }
|
2022-01-04 16:33:44 +01:00
|
|
|
"actix-web-codegen" -> { "actix-router" }
|
2020-08-09 14:54:35 +02:00
|
|
|
"actix-web-actors" -> { "actix" "actix-web" "actix-http" }
|
|
|
|
"actix-multipart" -> { "actix-web" }
|
2020-11-29 17:33:45 +01:00
|
|
|
"actix-files" -> { "actix-web" }
|
2020-11-25 01:54:00 +01:00
|
|
|
"actix-http-test" -> { "awc" }
|
2021-04-02 10:27:11 +02:00
|
|
|
"actix-test" -> { "actix-web" "awc" "actix-http-test" }
|
2020-08-09 14:54:35 +02:00
|
|
|
}
|