other-error 0.1.1

Small wrapper for sharing or combining errors
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"
rust-version = "1.81"
name = "other-error"
version = "0.1.1"
authors = ["Darius Clark"]
build = false
exclude = [".gitignore"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Small wrapper for sharing or combining errors"
readme = "README.md"
keywords = [
    "error",
    "error-handling",
]
categories = [
    "rust-patterns",
    "no-std::no-alloc",
]
license = "Apache-2.0 OR MIT"
repository = "https://github.com/dariusc93/other-error"

[features]
alloc = []
default = ["std"]
std = [
    "either/std",
    "alloc",
]

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

[dependencies.either]
version = "1"
default-features = false