2018-04-13 09:18:42 +08:00
|
|
|
[package]
|
2019-07-11 15:27:17 -04:00
|
|
|
name = "redis_session"
|
2019-12-16 11:23:36 +06:00
|
|
|
version = "2.0.0"
|
2020-03-01 08:55:00 -05:00
|
|
|
authors = ["Nikolay Kim <fafhrd91@gmail.com>", "dowwie <dkcdkg@gmail.com>"]
|
2019-03-29 13:43:03 -07:00
|
|
|
edition = "2018"
|
2018-04-13 09:18:42 +08:00
|
|
|
|
|
|
|
[dependencies]
|
2019-12-16 11:23:36 +06:00
|
|
|
actix-rt = "1.0.0"
|
2019-12-25 20:48:33 +04:00
|
|
|
actix-web = "2.0.0"
|
2019-12-20 22:30:26 +06:00
|
|
|
actix-session = "0.3.0"
|
|
|
|
actix-redis = { version = "0.8.0", features = ["web"] }
|
2019-03-29 13:43:03 -07:00
|
|
|
env_logger = "0.6"
|
2019-07-11 15:10:09 -04:00
|
|
|
serde = { version = "^1.0", features = ["derive"] }
|
2019-12-16 11:23:36 +06:00
|
|
|
actix-service = "1.0.0"
|
|
|
|
actix-http = "1.0.0"
|
2019-07-11 15:10:09 -04:00
|
|
|
serde_json = "1.0.40"
|
|
|
|
time = "0.1.42"
|