[dependencies.serde]
optional = true
version = "1.0.217"
[dependencies.serde_bytes]
optional = true
version = "0.11.15"
[dependencies.serde_derive]
optional = true
version = "1.0.217"
[dependencies.trezoa-frozen-abi]
features = ["frozen-abi"]
optional = true
version = "3.2.2"
[dependencies.trezoa-frozen-abi-macro]
features = ["frozen-abi"]
optional = true
version = "3.2.2"
[dependencies.trezoa-instruction]
default-features = false
features = ["std"]
version = "3.2.2"
[dependencies.trezoa-pubkey]
default-features = false
features = ["curve25519"]
version = "3.2.2"
[dependencies.trezoa-sdk-ids]
version = "3.2.2"
[dependencies.trezoa-system-interface]
features = ["bincode"]
optional = true
version = "3.2.2"
[dev-dependencies.bincode]
version = "1.3.3"
[features]
bincode = ["dep:trezoa-system-interface", "serde", "trezoa-instruction/bincode"]
dev-context-only-utils = ["bincode"]
frozen-abi = ["dep:trezoa-frozen-abi", "dep:trezoa-frozen-abi-macro", "serde"]
serde = ["dep:serde", "dep:serde_bytes", "dep:serde_derive", "trezoa-pubkey/serde"]
[lib]
name = "trezoa_loader_v3_interface"
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 loader V3 interface."
documentation = "https://docs.rs/trezoa-loader-v3-interface"
edition = "2021"
homepage = "https://trezoa.xyz/"
license = "Apache-2.0"
name = "trezoa-loader-v3-interface"
readme = false
repository = "https://github.com/Trezoa-team/trezoa-loader-v3-interface"
version = "3.2.2"
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg=docsrs"]
targets = ["x86_64-unknown-linux-gnu"]