2025-01-25 17:40:47 -05:00
|
|
|
[package]
|
|
|
|
name = "auth"
|
|
|
|
version = "0.1.0"
|
|
|
|
edition = "2021"
|
|
|
|
|
2025-01-26 00:23:07 -05:00
|
|
|
[features]
|
|
|
|
steam = ["steamworks"]
|
|
|
|
default = []
|
|
|
|
|
2025-01-25 17:40:47 -05:00
|
|
|
[dependencies]
|
|
|
|
rocket.workspace = true
|
|
|
|
libfj.workspace = true
|
|
|
|
log.workspace = true
|
|
|
|
env_logger.workspace = true
|
|
|
|
uuid = { version = "1.12", features = [ "v4", "fast-rng" ] }
|
|
|
|
rocket-client-addr = "0.5"
|
2025-01-26 00:23:07 -05:00
|
|
|
steamworks = { version = "0.11", optional = true }
|
|
|
|
hex = "0.4"
|