[dependencies.env_logger]
version = "0.11.8"
[dependencies.log]
version = "0.4.28"
[features]
agave-unstable-api = []
[lib]
name = "agave_logger"
path = "src/lib.rs"
[package]
authors = ["Anza Maintainers <maintainers@anza.xyz>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Agave Logger"
documentation = "https://docs.rs/agave-logger"
edition = "2021"
homepage = "https://anza.xyz/"
license = "Apache-2.0"
name = "agave-logger"
readme = false
repository = "https://github.com/anza-xyz/agave"
version = "3.1.7"
[package.metadata.docs.rs]
targets = ["x86_64-unknown-linux-gnu"]
[target."cfg(unix)".dependencies.libc]
version = "0.2.177"
[target."cfg(unix)".dependencies.signal-hook]
version = "0.3.18"