solana-program-log 1.2.0

Lightweight log utility for Solana programs
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2021"
name = "solana-program-log"
version = "1.2.0"
authors = ["Anza Maintainers <maintainers@anza.xyz>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Lightweight log utility for Solana programs"
homepage = "https://anza.xyz/"
readme = "README.md"
license = "Apache-2.0"
repository = "https://github.com/anza-xyz/solana-sdk"

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

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

[lib]
name = "solana_program_log"
crate-type = ["rlib"]
path = "src/lib.rs"

[dependencies.solana-program-log-macro]
version = "1.1.0"
optional = true

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

[lints.rust.unexpected_cfgs]
level = "warn"
priority = 0
check-cfg = [
    'cfg(target_os, values("solana"))',
    'cfg(feature, values("frozen-abi", "no-entrypoint"))',
]