[features]
alloc = []
default = ["std"]
std = ["alloc"]
[lib]
name = "atlas_msg"
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 = "Atlas msg macro."
documentation = "https://docs.rs/atlas-msg"
edition = "2021"
homepage = "https://anza.xyz/"
license = "Apache-2.0"
name = "atlas-msg"
readme = false
repository = "https://github.com/anza-xyz/atlas-sdk"
version = "3.0.1"
[package.metadata.docs.rs]
targets = ["x86_64-unknown-linux-gnu"]
[target.'cfg(target_os = "atlas")'.dependencies.atlas-define-syscall]
version = "4.0.0"