alien-error 1.2.6

Error types for the Alien platform
Documentation
# 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 = "alien-error"
version = "1.2.6"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Error types for the Alien platform"
readme = false
license = "MIT"

[features]
anyhow = ["dep:anyhow"]
axum = ["dep:axum"]
default = []
openapi = ["utoipa"]

[lib]
name = "alien_error"
path = "src/lib.rs"

[[test]]
name = "test"
path = "tests/test.rs"

[dependencies.alien-error-derive]
version = "1.2.6"

[dependencies.anyhow]
version = "1.0"
optional = true

[dependencies.axum]
version = "0.8"
features = ["json"]
optional = true
default-features = false

[dependencies.serde]
version = "1.0.219"
features = ["derive"]

[dependencies.serde_json]
version = "1.0.140"

[dependencies.utoipa]
version = "5.4"
features = [
    "indexmap",
    "chrono",
    "chrono",
]
optional = true

[dev-dependencies.tokio]
version = "1.48"
features = [
    "sync",
    "macros",
    "io-util",
    "rt",
    "time",
    "sync",
    "macros",
    "rt",
]