[lib]
name = "atlas_program_memory"
path = "src/lib.rs"
[lints.rust.unexpected_cfgs]
check-cfg = ['cfg(target_os, values("atlas"))', 'cfg(feature, values("frozen-abi", "no-entrypoint"))']
level = "warn"
priority = 0
[package]
authors = ["Anza Maintainers <maintainers@anza.xyz>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Basic low-level memory operations for Atlas."
documentation = "https://docs.rs/atlas-program-memory"
edition = "2021"
homepage = "https://anza.xyz/"
license = "Apache-2.0"
name = "atlas-program-memory"
readme = false
repository = "https://github.com/anza-xyz/atlas-sdk"
version = "3.1.0"
[package.metadata.docs.rs]
targets = ["x86_64-unknown-linux-gnu"]
[target.'cfg(any(target_os = "atlas", target_arch = "bpf"))'.dependencies.atlas-define-syscall]
version = "4.0.0"