anchor-lang-error 1.1.2

Error definitions for anchor-lang
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"
name = "anchor-lang-error"
version = "1.1.2"
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Error definitions for anchor-lang"
readme = false
license = "Apache-2.0"
repository = "https://github.com/otter-sec/anchor"

[package.metadata.docs.rs]
workspace = true

[features]
borsh = [
    "dep:borsh",
    "solana-program-error/borsh",
]
default = ["borsh"]

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

[dependencies.anchor-attribute-error]
version = "=1.1.2"

[dependencies.borsh]
version = "1.5.7"
optional = true

[dependencies.solana-msg]
version = "3.1.0"

[dependencies.solana-program-error]
version = "3.0.0"

[dependencies.solana-pubkey]
version = "3.0.0"