[dependencies.env_logger]
default-features = false
optional = true
version = "0.11.3"
[dependencies.libsyslog]
version = "0.1.1"
[dependencies.log]
version = "0.4.22"
[features]
default = ["tty"]
tty = ["env_logger/auto-color"]
[lib]
name = "acap_logging"
path = "src/lib.rs"
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Logging utilities for ACAP applications"
edition = "2021"
homepage = "https://github.com/AxisCommunications/acap-rs"
license = "MIT"
name = "acap-logging"
readme = "README.md"
repository = "https://github.com/AxisCommunications/acap-rs"
version = "0.1.1"