[dependencies.log]
version = "0.4.0"
[lib]
name = "logcap"
path = "src/lib.rs"
[package]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "A library for capturing log output."
edition = "2021"
homepage = "https://github.com/kormide/logcap"
keywords = ["log", "capture"]
license-file = "LICENSE"
name = "logcap"
readme = "README.md"
repository = "https://github.com/kormide/logcap"
version = "0.1.0"
[[test]]
name = "consume_before_setup"
path = "tests/consume_before_setup.rs"
[[test]]
name = "process"
path = "tests/process.rs"