actix-cors 0.5.4

Cross-Origin Resource Sharing (CORS) controls for Actix Web
Documentation
[dependencies.actix-web]
default-features = false
version = "3.0.0"

[dependencies.derive_more]
version = "0.99.5"

[dependencies.futures-util]
default-features = false
version = "0.3.7"

[dependencies.log]
version = "0.4"

[dependencies.once_cell]
version = "1"

[dependencies.tinyvec]
features = ["alloc"]
version = "1"
[dev-dependencies.actix-rt]
version = "1"

[dev-dependencies.actix-service]
version = "1"

[dev-dependencies.pretty_env_logger]
version = "0.4"

[dev-dependencies.regex]
version = "1.4"

[lib]
name = "actix_cors"
path = "src/lib.rs"

[package]
authors = ["Nikolay Kim <fafhrd91@gmail.com>", "Rob Ede <robjtede@icloud.com>"]
description = "Cross-Origin Resource Sharing (CORS) controls for Actix Web"
documentation = "https://docs.rs/actix-cors/"
edition = "2018"
homepage = "https://actix.rs"
keywords = ["actix", "cors", "web", "security", "crossorigin"]
license = "MIT OR Apache-2.0"
name = "actix-cors"
readme = "README.md"
repository = "https://github.com/actix/actix-extras.git"
version = "0.5.4"