actor-system-error 2.0.0-pre.1

Helper crate for implementation of errors on gear backend
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"
rust-version = "1.91"
name = "actor-system-error"
version = "2.0.0-pre.1"
authors = ["Gear Technologies"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Helper crate for implementation of errors on gear backend"
homepage = "https://gear-tech.io"
documentation = "https://docs.rs/actor-system-error"
readme = false
keywords = [
    "gear",
    "actor-system",
    "errors",
    "result",
    "no-std",
]
categories = [
    "no-std",
    "rust-patterns",
]
license = "GPL-3.0"
repository = "https://github.com/gear-tech/gear"

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

[dependencies.derive_more]
version = "2.0.1"
features = ["full"]
default-features = false

[dependencies.gear-workspace-hack]
version = "0.1.0"