# 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 = "2021" rust-version = "1.71.1" name = "error_mapper" version = "0.3.11" authors = ["Tomas Ponce "] exclude = ["todo_list.md"] description = "Simple and standardized Results and Errors handling accross all your projects" readme = "README.md" keywords = [ "error", "handling", "macro", "simple", ] categories = [ "config", "data-structures", "development-tools", "rust-patterns", ] license = "MIT" repository = "https://github.com/tommyHellraiser/error_mapper" [dependencies.actix-web] version = "4.4.0" features = [] [dependencies.chrono] version = "0.4.26" [dependencies.lazy_static] version = "1.4.0" [dependencies.mysql_async] version = "0.32.2" features = ["default"] [dependencies.reqwest] version = "0.11.20" [dependencies.serde] version = "1.0.188" [dependencies.serde_json] version = "1.0.107" features = [] [dependencies.tokio] version = "1.29.1" features = ["full"] [features] actix-web = [] chrono = [] full = [ "mysql_async", "chrono", "tokio", "actix-web", "reqwest", "serde_json", "serde", ] mysql_async = [] no_std = [] reqwest = [] serde = [] serde_json = [] tokio = []