[dependencies.num-traits]
optional = true
version = "0.2.18"
[dependencies.serde]
optional = true
version = "1.0.217"
[dependencies.serde_derive]
optional = true
version = "1.0.217"
[dependencies.trezoa-frozen-abi]
optional = true
version = "3.2.2"
[dependencies.trezoa-frozen-abi-macro]
optional = true
version = "3.2.2"
[dependencies.trezoa-program-error]
version = "3.2.2"
[features]
frozen-abi = ["dep:trezoa-frozen-abi", "dep:trezoa-frozen-abi-macro", "serde"]
num-traits = ["dep:num-traits"]
serde = ["dep:serde", "dep:serde_derive"]
[lib]
name = "trezoa_instruction_error"
path = "src/lib.rs"
[lints.rust.unexpected_cfgs]
check-cfg = ['cfg(target_os, values("trezoa"))', 'cfg(feature, values("frozen-abi", "no-entrypoint"))']
level = "warn"
priority = 0
[package]
authors = ["Trezoa-team <foundation@trezoa.xyz>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Trezoa Instruction Error type."
documentation = "https://docs.rs/trezoa-instruction-error"
edition = "2021"
homepage = "https://trezoa.xyz/"
license = "Apache-2.0"
name = "trezoa-instruction-error"
readme = false
repository = "https://github.com/Trezoa-team/trezoa-instruction-error"
rust-version = "1.81.0"
version = "3.2.2"
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg=docsrs"]
targets = ["x86_64-unknown-linux-gnu"]