This repository has been archived on 2024-10-16. You can view files and clone it, but cannot push or open issues or pull requests.
2023-09-15 17:00:22 +02:00
|
|
|
[package]
|
2023-09-29 18:24:19 +02:00
|
|
|
name = "libpt-log"
|
2023-09-20 15:37:50 +02:00
|
|
|
publish.workspace = true
|
2024-09-08 01:14:35 +02:00
|
|
|
version = "0.6.2-alpha.1"
|
2023-09-20 15:37:50 +02:00
|
|
|
edition.workspace = true
|
|
|
|
authors.workspace = true
|
|
|
|
license.workspace = true
|
|
|
|
description.workspace = true
|
|
|
|
readme.workspace = true
|
|
|
|
homepage.workspace = true
|
|
|
|
repository.workspace = true
|
|
|
|
keywords.workspace = true
|
|
|
|
categories.workspace = true
|
2023-09-15 17:00:22 +02:00
|
|
|
|
|
|
|
[dependencies]
|
2024-09-08 00:35:19 +02:00
|
|
|
tracing = "0.1.40"
|
|
|
|
tracing-appender = "0.2.3"
|
|
|
|
tracing-subscriber = { version = "0.3.18", features = ["env-filter"] }
|
2024-01-16 10:18:29 +01:00
|
|
|
anyhow = { workspace = true }
|
|
|
|
thiserror = { workspace = true }
|
2024-08-30 17:39:53 +02:00
|
|
|
libpt-core = { workspace = true, optional = false }
|
2024-09-08 00:35:19 +02:00
|
|
|
chrono = "0.4.38"
|
2023-09-15 17:15:09 +02:00
|
|
|
|
|
|
|
[dev-dependencies]
|
|
|
|
gag = "1.0.0"
|
2024-08-30 17:49:40 +02:00
|
|
|
|
|
|
|
[package.metadata.docs.rs]
|
|
|
|
all-features = true
|
|
|
|
rustdoc-args = ["--cfg", "docsrs"]
|