oraclemcp-error 0.3.0

Structured, agent-facing error envelope for the oraclemcp Oracle MCP server (Apache-2.0 OR MIT)
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 = "oraclemcp-error"
version = "0.3.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Structured, agent-facing error envelope for the oraclemcp Oracle MCP server (Apache-2.0 OR MIT)"
homepage = "https://github.com/MuhDur/oraclemcp"
readme = false
keywords = [
    "oracle",
    "mcp",
    "database",
    "sql",
]
categories = [
    "database",
    "development-tools",
]
license = "Apache-2.0 OR MIT"
repository = "https://github.com/MuhDur/oraclemcp"
resolver = "2"

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

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

[dependencies.serde_json]
version = "1"

[dependencies.thiserror]
version = "2"

[lints.clippy]
dbg_macro = "deny"
todo = "deny"

[lints.rust]
unsafe_code = "forbid"