# 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" name = "crab-errors-rs" version = "0.1.6" authors = ["Edgardo Yoliani"] description = "A library to handle errors in rust" documentation = "https://docs.rs/crab-errors-rs" readme = "README.md" keywords = [ "errors", "error-handling", "error-management", "error-reporting", ] license = "MIT" repository = "https://github.com/Yoliani/crab-errors-rs" [dependencies.anyhow] version = "1.0.66" [dependencies.async-graphql] version = "7.0.0" optional = true [dependencies.axum] version = "0.7.3" optional = true [dependencies.libsql] version = "0.2.0" optional = true [dependencies.strum] version = "0.25.0" features = ["derive"] [dependencies.strum_macros] version = "0.25.3" [dependencies.thiserror] version = "1.0.56" [features] async_graphql = ["async-graphql"] axum_error = ["axum"] libsql_error = ["libsql"]