[dependencies.actix-error-derive]
version = "0.1.0"
[dependencies.actix-web]
version = "4.2"
[dependencies.poreader]
optional = true
version = "1.1"
[dependencies.proc-macro2]
version = "1.0"
[dependencies.serde]
features = ["derive"]
version = "1.0"
[dependencies.serde_json]
version = "1.0"
[features]
actix = ["actix-error-derive/actix"]
all = ["po", "verbose", "json"]
json = ["actix-error-derive/json"]
po = ["actix-error-derive/po"]
verbose = ["actix-error-derive/verbose"]
[package]
authors = ["Dimitri Timoz <dimitri.timoz@protonmail.com>, INSAgenda <devs@insagenda.fr>"]
categories = ["actix", "rest", "api", "web-programming", "error"]
description = "A simple library to handle REST errors, with a derive macro to generate the error type. It also provides a compatibility layer with actix-web."
edition = "2021"
license = "MIT"
name = "actix-error"
readme = "README.md"
repository = "https://github.com/INSAgenda/resterror"
version = "0.1.3"