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