2018-04-13 21:32:15 +02:00
|
|
|
[workspace]
|
|
|
|
members = [
|
2022-02-18 03:01:48 +01:00
|
|
|
"auth/casbin",
|
|
|
|
"auth/cookie-auth",
|
|
|
|
"auth/cookie-session",
|
|
|
|
"auth/redis-session",
|
|
|
|
"auth/simple-auth-server",
|
2022-12-30 17:23:24 +01:00
|
|
|
"background-jobs",
|
2021-02-26 01:57:58 +01:00
|
|
|
"basics/basics",
|
2022-02-18 03:22:58 +01:00
|
|
|
"basics/error-handling",
|
2021-02-26 01:57:58 +01:00
|
|
|
"basics/hello-world",
|
|
|
|
"basics/nested-routing",
|
|
|
|
"basics/state",
|
2022-02-18 03:22:58 +01:00
|
|
|
"basics/static-files",
|
2023-07-09 03:05:10 +02:00
|
|
|
"basics/todo",
|
2022-02-18 03:01:48 +01:00
|
|
|
"cors/backend",
|
2022-02-18 03:22:58 +01:00
|
|
|
"data-factory",
|
2022-09-11 00:33:09 +02:00
|
|
|
"databases/diesel",
|
2022-02-18 03:01:48 +01:00
|
|
|
"databases/mongodb",
|
2023-07-17 18:55:17 +02:00
|
|
|
"databases/mysql",
|
2022-02-18 03:01:48 +01:00
|
|
|
"databases/postgres",
|
|
|
|
"databases/redis",
|
|
|
|
"databases/sqlite",
|
|
|
|
"docker",
|
2021-02-26 01:57:58 +01:00
|
|
|
"forms/form",
|
|
|
|
"forms/multipart-s3",
|
2022-02-02 03:03:54 +01:00
|
|
|
"forms/multipart",
|
2022-02-17 22:29:55 +01:00
|
|
|
"graphql/async-graphql",
|
2021-02-26 01:57:58 +01:00
|
|
|
"graphql/juniper-advanced",
|
2022-02-02 03:03:54 +01:00
|
|
|
"graphql/juniper",
|
2022-03-05 15:28:43 +01:00
|
|
|
"guards",
|
2022-02-18 03:01:48 +01:00
|
|
|
"http-proxy",
|
2023-09-11 01:45:01 +02:00
|
|
|
"https-tls/acme-letsencrypt",
|
2022-02-18 03:22:58 +01:00
|
|
|
"https-tls/awc-https",
|
2022-02-18 03:01:48 +01:00
|
|
|
"https-tls/openssl",
|
|
|
|
"https-tls/rustls-client-cert",
|
|
|
|
"https-tls/rustls",
|
2022-02-18 03:22:58 +01:00
|
|
|
"json/json-decode-error",
|
|
|
|
"json/json-error",
|
|
|
|
"json/json-validation",
|
2022-02-02 03:03:54 +01:00
|
|
|
"json/json",
|
2021-02-26 01:57:58 +01:00
|
|
|
"json/jsonrpc",
|
2022-12-18 22:10:03 +01:00
|
|
|
"middleware/middleware-encrypted-payloads",
|
2022-02-18 03:01:48 +01:00
|
|
|
"middleware/middleware-ext-mut",
|
|
|
|
"middleware/middleware-http-to-https",
|
|
|
|
"middleware/middleware",
|
|
|
|
"protobuf",
|
|
|
|
"run-in-thread",
|
|
|
|
"server-sent-events",
|
|
|
|
"shutdown-server",
|
|
|
|
"templating/askama",
|
2022-07-10 04:48:11 +02:00
|
|
|
"templating/fluent",
|
2022-02-18 03:01:48 +01:00
|
|
|
"templating/handlebars",
|
2022-10-16 22:20:01 +02:00
|
|
|
"templating/minijinja",
|
2022-07-10 00:39:21 +02:00
|
|
|
"templating/sailfish",
|
2022-02-18 03:01:48 +01:00
|
|
|
"templating/tera",
|
|
|
|
"templating/tinytemplate",
|
|
|
|
"templating/yarte",
|
|
|
|
"unix-socket",
|
2021-02-26 01:57:58 +01:00
|
|
|
"websockets/autobahn",
|
2022-07-11 21:19:29 +02:00
|
|
|
"websockets/chat-actorless",
|
2022-02-18 02:44:53 +01:00
|
|
|
"websockets/chat-broker",
|
|
|
|
"websockets/chat-tcp",
|
2022-02-18 03:01:48 +01:00
|
|
|
"websockets/chat",
|
2022-07-11 02:44:46 +02:00
|
|
|
"websockets/echo-actorless",
|
2022-02-18 02:44:53 +01:00
|
|
|
"websockets/echo",
|
2018-04-13 21:32:15 +02:00
|
|
|
]
|
2022-10-16 22:20:01 +02:00
|
|
|
resolver = "2"
|
2022-12-21 15:49:28 +01:00
|
|
|
|
2023-09-11 01:50:09 +02:00
|
|
|
[workspace.package]
|
|
|
|
edition = "2021"
|
|
|
|
|
2022-12-21 15:49:28 +01:00
|
|
|
[workspace.dependencies]
|
|
|
|
actix = "0.13"
|
2023-02-26 22:01:15 +01:00
|
|
|
actix-broker = "0.4"
|
2022-12-21 15:49:28 +01:00
|
|
|
actix-codec = "0.5"
|
|
|
|
actix-cors = "0.6"
|
|
|
|
actix-files = "0.6"
|
2023-08-29 19:28:12 +02:00
|
|
|
actix-http = "3.4"
|
2023-10-29 02:06:58 +02:00
|
|
|
actix-identity = "0.6"
|
2023-02-26 22:56:55 +01:00
|
|
|
actix-multipart = "0.6"
|
|
|
|
actix-multipart-derive = "0.6"
|
2023-10-29 01:55:43 +02:00
|
|
|
actix-protobuf = "0.10"
|
2023-10-29 02:06:58 +02:00
|
|
|
actix-session = "0.8"
|
2022-12-21 15:49:28 +01:00
|
|
|
actix-test = "0.1"
|
2023-08-29 19:49:21 +02:00
|
|
|
actix-tls = "3.1.1"
|
2022-12-21 15:49:28 +01:00
|
|
|
actix-utils = "3"
|
2023-08-29 19:28:12 +02:00
|
|
|
actix-web = "4.4"
|
2022-12-21 15:49:28 +01:00
|
|
|
actix-web-actors = "4.1"
|
2023-10-29 02:06:58 +02:00
|
|
|
actix-web-lab = "0.20"
|
2022-12-21 15:49:28 +01:00
|
|
|
actix-ws = "0.2.5"
|
2023-08-29 19:28:12 +02:00
|
|
|
awc = "3.2"
|
2022-12-30 17:23:24 +01:00
|
|
|
|
2023-07-09 01:56:56 +02:00
|
|
|
chrono = { version = "0.4.20", default-features = false, features = ["clock", "serde"] }
|
2023-01-02 21:38:03 +01:00
|
|
|
derive_more = "0.99.7"
|
2023-10-29 02:17:49 +02:00
|
|
|
dotenvy = "0.15"
|
2022-12-30 17:23:24 +01:00
|
|
|
env_logger = "0.10"
|
2023-01-02 21:33:43 +01:00
|
|
|
futures-util = { version = "0.3.17", default-features = false, features = ["std"] }
|
2022-12-30 17:25:40 +01:00
|
|
|
log = "0.4"
|
2023-07-18 17:26:47 +02:00
|
|
|
openssl = { version = "0.10.55", features = ["v110"] }
|
2023-01-02 21:35:37 +01:00
|
|
|
rand = "0.8"
|
2023-08-29 19:28:12 +02:00
|
|
|
rustls = "0.21"
|
2023-01-02 21:35:11 +01:00
|
|
|
serde = { version = "1", features = ["derive"] }
|
|
|
|
serde_json = "1"
|
2023-07-18 17:20:43 +02:00
|
|
|
tokio = { version = "1.24.2", features = ["sync", "io-util"] }
|
2023-07-09 01:56:56 +02:00
|
|
|
tokio-util = "0.7.4"
|
2023-10-29 02:06:58 +02:00
|
|
|
tokio-stream = "0.1.1"
|