coi-actix-web 0.4.0

coi-actix-web provides integration support between coi and actix-web
Documentation
[package]
name = "coi-actix-web"
version = "0.4.0"
authors = ["Paul Daniel Faria <Nashenas88@users.noreply.github.com>"]
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-web = "2.0.0"
coi = "0.8.0"
futures = "0.3.4"
log = "0.4.8"
coi-actix-web-derive = { path = "coi-actix-web-derive", version = "0.1.0" }

[features]
default = []
debug = ["coi/debug"]