mirror of https://github.com/fafhrd91/actix-web
chore: drop actors from workspace (#3943)
This commit is contained in:
parent
0a27aaf623
commit
2bdcbf05a4
|
|
@ -2,29 +2,6 @@
|
||||||
# It is not intended for manual editing.
|
# It is not intended for manual editing.
|
||||||
version = 4
|
version = 4
|
||||||
|
|
||||||
[[package]]
|
|
||||||
name = "actix"
|
|
||||||
version = "0.13.5"
|
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
||||||
checksum = "de7fa236829ba0841304542f7614c42b80fca007455315c45c785ccfa873a85b"
|
|
||||||
dependencies = [
|
|
||||||
"actix-rt",
|
|
||||||
"bitflags 2.10.0",
|
|
||||||
"bytes",
|
|
||||||
"crossbeam-channel",
|
|
||||||
"futures-core",
|
|
||||||
"futures-sink",
|
|
||||||
"futures-task",
|
|
||||||
"futures-util",
|
|
||||||
"log",
|
|
||||||
"once_cell",
|
|
||||||
"parking_lot",
|
|
||||||
"pin-project-lite",
|
|
||||||
"smallvec",
|
|
||||||
"tokio",
|
|
||||||
"tokio-util",
|
|
||||||
]
|
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "actix-codec"
|
name = "actix-codec"
|
||||||
version = "0.5.2"
|
version = "0.5.2"
|
||||||
|
|
@ -404,28 +381,6 @@ dependencies = [
|
||||||
"zstd",
|
"zstd",
|
||||||
]
|
]
|
||||||
|
|
||||||
[[package]]
|
|
||||||
name = "actix-web-actors"
|
|
||||||
version = "4.3.1+deprecated"
|
|
||||||
dependencies = [
|
|
||||||
"actix",
|
|
||||||
"actix-codec",
|
|
||||||
"actix-http",
|
|
||||||
"actix-rt",
|
|
||||||
"actix-test",
|
|
||||||
"actix-web",
|
|
||||||
"awc",
|
|
||||||
"bytes",
|
|
||||||
"bytestring",
|
|
||||||
"env_logger",
|
|
||||||
"futures-core",
|
|
||||||
"futures-util",
|
|
||||||
"mime",
|
|
||||||
"pin-project-lite",
|
|
||||||
"tokio",
|
|
||||||
"tokio-util",
|
|
||||||
]
|
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "actix-web-codegen"
|
name = "actix-web-codegen"
|
||||||
version = "4.3.0"
|
version = "4.3.0"
|
||||||
|
|
|
||||||
|
|
@ -8,7 +8,6 @@ members = [
|
||||||
"actix-multipart-derive",
|
"actix-multipart-derive",
|
||||||
"actix-router",
|
"actix-router",
|
||||||
"actix-test",
|
"actix-test",
|
||||||
"actix-web-actors",
|
|
||||||
"actix-web-codegen",
|
"actix-web-codegen",
|
||||||
"actix-web",
|
"actix-web",
|
||||||
"awc",
|
"awc",
|
||||||
|
|
@ -39,7 +38,6 @@ actix-multipart-derive = { path = "actix-multipart-derive" }
|
||||||
actix-router = { path = "actix-router" }
|
actix-router = { path = "actix-router" }
|
||||||
actix-test = { path = "actix-test" }
|
actix-test = { path = "actix-test" }
|
||||||
actix-web = { path = "actix-web" }
|
actix-web = { path = "actix-web" }
|
||||||
actix-web-actors = { path = "actix-web-actors" }
|
|
||||||
actix-web-codegen = { path = "actix-web-codegen" }
|
actix-web-codegen = { path = "actix-web-codegen" }
|
||||||
awc = { path = "awc" }
|
awc = { path = "awc" }
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue