2018-04-13 09:18:42 +08:00
|
|
|
[package]
|
|
|
|
name = "actix-web-cors"
|
2019-12-16 13:09:54 +06:00
|
|
|
version = "1.0.0"
|
2022-01-31 08:15:53 +05:30
|
|
|
edition = "2021"
|
2018-04-13 09:18:42 +08:00
|
|
|
|
|
|
|
[dependencies]
|
2022-01-31 08:15:53 +05:30
|
|
|
actix-web = { version = "4.0.0-beta.21", features = ["rustls"] }
|
|
|
|
actix-cors = "0.6.0-beta.8"
|
2020-09-12 16:49:45 +01:00
|
|
|
|
2020-01-12 14:04:02 +01:00
|
|
|
serde = { version = "1.0", features = ["derive"] }
|
2018-04-13 09:18:42 +08:00
|
|
|
serde_json = "1.0"
|
2022-01-31 08:15:53 +05:30
|
|
|
env_logger = "0.9"
|
2019-12-16 13:09:54 +06:00
|
|
|
futures = "0.3"
|