[dependencies.quote]
version = "1.0.35"
[dependencies.regex]
version = "1.11"
[dependencies.syn]
features = ["extra-traits", "full"]
version = "2.0.87"
[lib]
name = "atlas_program_log_macro"
path = "src/lib.rs"
proc-macro = true
[package]
authors = ["Anza Maintainers <maintainers@anza.xyz>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Macro for atlas program log utility"
documentation = "https://docs.rs/atlas-program-log-macro"
edition = "2021"
homepage = "https://anza.xyz/"
license = "Apache-2.0"
name = "atlas-program-log-macro"
readme = "README.md"
repository = "https://github.com/anza-xyz/atlas-sdk"
version = "1.0.1"
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg=docsrs"]
targets = ["x86_64-unknown-linux-gnu"]