# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2018" name = "coi-actix-web" version = "0.7.1" authors = ["Paul Daniel Faria "] description = "coi-actix-web provides integration support between coi and actix-web" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/Nashenas88/coi-actix-web" [dependencies.actix-http] version = "3.2.2" [dependencies.actix-service] version = "2.0.2" [dependencies.actix-web] version = "4.2.1" [dependencies.coi] version = "0.10.1" [dependencies.coi-actix-web-derive] version = "0.4.0" [dependencies.futures] version = "0.3.25" [dependencies.log] version = "0.4.8" [dev-dependencies.actix-rt] version = "2.7.0" [features] debug = ["coi/debug"] default = []