2020-01-30 00:31:25 +00:00
|
|
|
[workspace]
|
2021-08-30 23:28:11 +01:00
|
|
|
resolver = "2"
|
2020-01-30 00:31:25 +00:00
|
|
|
members = [
|
2021-06-27 07:02:38 +01:00
|
|
|
"actix-cors",
|
|
|
|
"actix-identity",
|
2022-03-18 17:00:33 +00:00
|
|
|
"actix-limitation",
|
2021-06-27 07:02:38 +01:00
|
|
|
"actix-protobuf",
|
|
|
|
"actix-session",
|
2022-07-31 15:44:45 +02:00
|
|
|
"actix-settings",
|
2021-06-27 07:02:38 +01:00
|
|
|
"actix-web-httpauth",
|
2023-11-03 22:49:18 +00:00
|
|
|
"actix-ws",
|
2020-01-30 00:31:25 +00:00
|
|
|
]
|
2020-07-21 02:20:23 +09:00
|
|
|
|
2023-09-16 00:30:38 +01:00
|
|
|
[workspace.package]
|
2024-06-11 04:02:32 +01:00
|
|
|
repository = "https://github.com/actix/actix-extras"
|
2024-01-04 04:10:46 +00:00
|
|
|
homepage = "https://actix.rs"
|
2023-09-16 00:30:38 +01:00
|
|
|
license = "MIT OR Apache-2.0"
|
|
|
|
edition = "2021"
|
2024-01-04 04:10:46 +00:00
|
|
|
rust-version = "1.75"
|
2023-03-22 21:17:30 +00:00
|
|
|
|
2024-06-20 02:14:35 +01:00
|
|
|
[workspace.lints.rust]
|
|
|
|
rust-2018-idioms = { level = "deny" }
|
|
|
|
nonstandard-style = { level = "deny" }
|
|
|
|
future-incompatible = { level = "deny" }
|
|
|
|
|
2020-07-21 02:20:23 +09:00
|
|
|
[patch.crates-io]
|
2022-03-05 23:22:14 +00:00
|
|
|
actix-cors = { path = "./actix-cors" }
|
|
|
|
actix-identity = { path = "./actix-identity" }
|
2022-03-18 17:00:33 +00:00
|
|
|
actix-limitation = { path = "./actix-limitation" }
|
2022-03-05 23:22:14 +00:00
|
|
|
actix-protobuf = { path = "./actix-protobuf" }
|
|
|
|
actix-session = { path = "./actix-session" }
|
2022-07-31 15:44:45 +02:00
|
|
|
actix-settings = { path = "./actix-settings" }
|
2022-03-05 23:22:14 +00:00
|
|
|
actix-web-httpauth = { path = "./actix-web-httpauth" }
|
2021-12-29 10:22:56 +00:00
|
|
|
|
|
|
|
# uncomment to quickly test against local actix-web repo
|
|
|
|
# actix-http = { path = "../actix-web/actix-http" }
|
2022-01-19 17:05:38 +00:00
|
|
|
# actix-router = { path = "../actix-web/actix-router" }
|
2021-12-29 10:22:56 +00:00
|
|
|
# actix-web = { path = "../actix-web" }
|
|
|
|
# awc = { path = "../actix-web/awc" }
|