error-info 0.3.1

Centralized error information ready for internationalization
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 = "error-info"
version = "0.3.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Centralized error information ready for internationalization"
readme = "README.md"
keywords = [
    "error",
    "info",
    "code",
]
categories = [
    "internationalization",
    "rust-patterns",
    "web-programming",
]
license = "Apache-2.0"
repository = "https://github.com/lasantosr/error-info"

[features]
default = []
summary = [
    "error-info-macros/summary",
    "dep:linkme",
    "dep:serde",
]

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

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

[dependencies.error-info-macros]
version = "=0.3.1"

[dependencies.http]
version = "1"

[dependencies.linkme]
version = "0.3"
optional = true

[dependencies.serde]
version = "1"
features = ["derive"]
optional = true

[dev-dependencies]