2018-12-09 18:56:23 +01:00
|
|
|
[workspace]
|
|
|
|
members = [
|
2018-12-10 00:19:25 +01:00
|
|
|
"actix-codec",
|
2019-11-25 16:49:11 +01:00
|
|
|
"actix-macros",
|
2022-10-31 19:09:45 +01:00
|
|
|
"actix-proxy-protocol",
|
2020-12-31 03:29:27 +01:00
|
|
|
"actix-rt",
|
2018-12-10 07:14:29 +01:00
|
|
|
"actix-server",
|
2020-12-31 03:29:27 +01:00
|
|
|
"actix-service",
|
2019-12-02 06:30:27 +01:00
|
|
|
"actix-tls",
|
2020-01-15 20:43:53 +01:00
|
|
|
"actix-tracing",
|
2018-12-11 01:16:40 +01:00
|
|
|
"actix-utils",
|
2020-12-31 03:29:27 +01:00
|
|
|
"bytestring",
|
2021-03-30 14:39:10 +02:00
|
|
|
"local-channel",
|
|
|
|
"local-waker",
|
2018-12-09 18:56:23 +01:00
|
|
|
]
|
2023-04-01 22:39:19 +02:00
|
|
|
resolver = "2"
|
2019-03-07 08:33:35 +01:00
|
|
|
|
2023-07-17 04:05:39 +02:00
|
|
|
[workspace.package]
|
2023-08-26 15:59:51 +02:00
|
|
|
license = "MIT OR Apache-2.0"
|
2023-07-17 04:05:39 +02:00
|
|
|
edition = "2021"
|
|
|
|
rust-version = "1.65"
|
|
|
|
|
2019-09-25 06:00:54 +02:00
|
|
|
[patch.crates-io]
|
2020-12-29 01:38:41 +01:00
|
|
|
actix-codec = { path = "actix-codec" }
|
2019-11-25 16:49:11 +01:00
|
|
|
actix-macros = { path = "actix-macros" }
|
2022-10-31 19:09:45 +01:00
|
|
|
actix-proxy-protocol = { path = "actix-proxy-protocol" }
|
2020-12-31 03:29:27 +01:00
|
|
|
actix-rt = { path = "actix-rt" }
|
2019-09-25 06:00:54 +02:00
|
|
|
actix-server = { path = "actix-server" }
|
2020-12-29 01:38:41 +01:00
|
|
|
actix-service = { path = "actix-service" }
|
2019-12-02 06:30:27 +01:00
|
|
|
actix-tls = { path = "actix-tls" }
|
2020-01-15 22:35:07 +01:00
|
|
|
actix-tracing = { path = "actix-tracing" }
|
2020-12-29 01:38:41 +01:00
|
|
|
actix-utils = { path = "actix-utils" }
|
2020-12-31 03:29:27 +01:00
|
|
|
bytestring = { path = "bytestring" }
|
2021-03-30 14:39:10 +02:00
|
|
|
local-channel = { path = "local-channel" }
|
|
|
|
local-waker = { path = "local-waker" }
|
2021-07-17 02:06:23 +02:00
|
|
|
|
|
|
|
[profile.release]
|
|
|
|
lto = true
|
|
|
|
opt-level = 3
|
|
|
|
codegen-units = 1
|