skerry 0.1.7

Super Kool ERRors Yoh - A type-safe, zero-boilerplate error management framework.
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 = "skerry"
version = "0.1.7"
authors = ["Zkojin <zkojin@proton.me>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Super Kool ERRors Yoh - A type-safe, zero-boilerplate error management framework."
documentation = "https://docs.rs/skerry"
readme = "README.md"
keywords = [
    "error",
    "proc-macro",
    "result",
    "boilerplate",
    "type-safety",
]
categories = [
    "rust-patterns",
    "development-tools",
]
license = "MIT"
repository = "https://github.com/zko-jin/skerry"

[features]
custom_result = ["skerry_macros/custom_result"]
default = []

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

[dependencies.paste]
version = "1.0.15"

[dependencies.skerry_macros]
version = "0.1.5"