2025-01-25 17:40:47 -05:00
|
|
|
[package]
|
2025-06-03 21:09:03 -04:00
|
|
|
name = "oj_auth"
|
2025-04-02 20:59:52 -04:00
|
|
|
version.workspace = true
|
|
|
|
|
edition.workspace = true
|
|
|
|
|
readme.workspace = true
|
|
|
|
|
license.workspace = true
|
|
|
|
|
repository.workspace = true
|
|
|
|
|
authors.workspace = true
|
2025-01-25 17:40:47 -05:00
|
|
|
|
2025-01-26 00:23:07 -05:00
|
|
|
[features]
|
|
|
|
|
steam = ["steamworks"]
|
2025-01-27 19:52:57 -05:00
|
|
|
cardlife = []
|
2025-07-27 16:12:20 -04:00
|
|
|
default = ["cardlife"]
|
2025-01-26 00:23:07 -05:00
|
|
|
|
2025-01-25 17:40:47 -05:00
|
|
|
[dependencies]
|
|
|
|
|
rocket.workspace = true
|
2025-05-12 20:56:24 -04:00
|
|
|
rocket_dyn_templates = { version = "0.2", features = [ "handlebars" ] }
|
2025-01-25 17:40:47 -05:00
|
|
|
libfj.workspace = true
|
|
|
|
|
log.workspace = true
|
|
|
|
|
env_logger.workspace = true
|
|
|
|
|
uuid = { version = "1.12", features = [ "v4", "fast-rng" ] }
|
2025-01-26 00:23:07 -05:00
|
|
|
steamworks = { version = "0.11", optional = true }
|
|
|
|
|
hex = "0.4"
|
2025-01-27 19:52:57 -05:00
|
|
|
jsonwebtoken = "9"
|
2025-04-01 19:38:03 -04:00
|
|
|
clap.workspace = true
|
2025-05-12 20:56:24 -04:00
|
|
|
serde.workspace = true
|
2025-05-30 23:11:51 -04:00
|
|
|
git-version.workspace = true
|