actix-cors 0.7.0

Cross-Origin Resource Sharing (CORS) controls for Actix Web
Documentation
[dependencies.actix-utils]
version = "3"

[dependencies.actix-web]
default-features = false
version = "4"

[dependencies.derive_more]
version = "0.99.7"

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

[dependencies.log]
version = "0.4"

[dependencies.once_cell]
version = "1"

[dependencies.smallvec]
version = "1"

[features]
draft-private-network-access = []

[package]
authors = ["Nikolay Kim <fafhrd91@gmail.com>", "Rob Ede <robjtede@icloud.com>"]
description = "Cross-Origin Resource Sharing (CORS) controls for Actix Web"
edition = "2021"
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/tree/master/actix-cors"
rust-version = "1.75"
version = "0.7.0"
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]