2026-05-02 11:03:49 -04:00
|
|
|
[package]
|
|
|
|
|
name = "oj_rc_society"
|
|
|
|
|
version.workspace = true
|
|
|
|
|
edition.workspace = true
|
|
|
|
|
repository.workspace = true
|
|
|
|
|
license.workspace = true
|
|
|
|
|
authors.workspace = true
|
|
|
|
|
readme.workspace = true
|
|
|
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
|
actix-web = { workspace = true, features = [ "secure-cookies" ] }
|
|
|
|
|
actix-session = { version = "0.11", features = [ "cookie-session" ], default-features = false }
|
|
|
|
|
actix-identity = "0.9"
|
2026-06-15 01:02:52 +00:00
|
|
|
actix-multipart = "0.7"
|
2026-05-04 21:53:29 -04:00
|
|
|
cookie = "0.18"
|
2026-05-02 11:03:49 -04:00
|
|
|
actix-files.workspace = true
|
2026-05-04 21:53:29 -04:00
|
|
|
#actix-ws = "0.3"
|
2026-05-02 11:03:49 -04:00
|
|
|
log.workspace = true
|
|
|
|
|
env_logger.workspace = true
|
|
|
|
|
tokio = { version = "1.43", features = [ "rt-multi-thread" ] }
|
|
|
|
|
#futures.workspace = true
|
|
|
|
|
clap.workspace = true
|
|
|
|
|
handlebars = { version = "6", features = ["dir_source"] }
|
|
|
|
|
oj_rc_core = { version = "*", path = "../rc_core" }
|
2026-06-15 01:02:52 +00:00
|
|
|
oj_rc_plugins = { version = "*", path = "../rc_plugins" }
|
2026-06-20 21:48:09 +00:00
|
|
|
oj_rc_factory = { version = "*", path = "../rc_factory" }
|
2026-06-15 01:02:52 +00:00
|
|
|
oj_convert.workspace = true
|
2026-07-05 15:45:36 -04:00
|
|
|
oj_serdes.workspace = true
|
2026-05-02 11:03:49 -04:00
|
|
|
libfj.workspace = true
|
|
|
|
|
git-version.workspace = true
|
|
|
|
|
serde.workspace = true
|
|
|
|
|
serde_json.workspace = true
|
2026-06-15 01:02:52 +00:00
|
|
|
base64.workspace = true
|
2026-05-02 11:03:49 -04:00
|
|
|
chrono.workspace = true
|