yesser-todo-errors 0.2.0

Error library for yesser-todo
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 = "2024"
name = "yesser-todo-errors"
version = "0.2.0"
authors = ["Yesser Studios <yesseruseryt@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Error library for yesser-todo"
homepage = "https://github.com/Yesser-Studios/yesser-todo-cli"
readme = "README.md"
keywords = [
    "todo",
    "tasks",
    "tasklist",
    "todolist",
    "cli",
]
categories = ["development-tools"]
license = "AGPL-3.0"
repository = "https://github.com/Yesser-Studios/yesser-todo-cli"

[features]
client = ["dep:ureq"]
server = ["dep:axum"]

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

[dependencies.axum]
version = "0.8.8"
features = [
    "macros",
    "json",
]
optional = true
default-features = false

[dependencies.http]
version = "1"

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

[dependencies.serde_json]
version = "1"

[dependencies.thiserror]
version = "2"

[dependencies.ureq]
version = "3"
features = ["json"]
optional = true
default-features = false