atlas-program-log 1.0.2

Lightweight log utility for Atlas programs
Documentation
[dependencies.atlas-program-log-macro]
optional = true
version = "1.0.0"

[features]
default = ["macro"]
macro = ["dep:atlas-program-log-macro"]
std = []

[lib]
crate-type = ["rlib"]
name = "atlas_program_log"
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 = "Lightweight log utility for Atlas programs"
edition = "2021"
homepage = "https://anza.xyz/"
license = "Apache-2.0"
name = "atlas-program-log"
readme = "README.md"
repository = "https://github.com/anza-xyz/atlas-sdk"
version = "1.0.2"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg=docsrs"]
targets = ["x86_64-unknown-linux-gnu"]

[target.'cfg(any(target_os = "atlas", target_arch = "bpf"))'.dependencies.atlas-define-syscall]
version = "4.0.0"