trezoa-program-memory 3.2.2

Basic low-level memory operations for Trezoa.
Documentation
[lib]
name = "trezoa_program_memory"
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 = "Basic low-level memory operations for Trezoa."
documentation = "https://docs.rs/trezoa-program-memory"
edition = "2021"
homepage = "https://trezoa.xyz/"
license = "Apache-2.0"
name = "trezoa-program-memory"
readme = false
repository = "https://github.com/Trezoa-team/trezoa-program-memory"
version = "3.2.2"

[package.metadata.docs.rs]
targets = ["x86_64-unknown-linux-gnu"]

[target.'cfg(target_os = "trezoa")'.dependencies.trezoa-define-syscall]
version = "3.2.2"