[package] name = "coi-actix-web" version = "0.7.1" authors = ["Paul Daniel Faria "] edition = "2018" license = "MIT OR Apache-2.0" repository = "https://github.com/Nashenas88/coi-actix-web" description = "coi-actix-web provides integration support between coi and actix-web" readme = "README.md" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] actix-http = "3.2.2" actix-web = "4.2.1" actix-service = "2.0.2" coi = "0.10.1" futures = "0.3.25" log = "0.4.8" coi-actix-web-derive = { path = "coi-actix-web-derive", version = "0.4.0" } [features] default = [] debug = ["coi/debug"] [dev-dependencies] actix-rt = "2.7.0"