ovlach_pdf/Cargo.toml

32 lines
950 B
TOML
Raw Normal View History

2023-11-27 19:38:32 +00:00
[package]
name = "ovlach_pdf"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
serde_yaml = "0.9.27"
serde = { version = "1.0", features = ["derive"] }
log = "0.4.20"
fern = "0.6.2"
rocket = { version = "0.5.0", features = ["json"] }
headless_chrome = "1.0.8"
ovlach_data = { git = "ssh://git@gitlab.nanobyte.cz/ondrej/ov-site-api-data.git", branch = "add_missing_fields"}
2023-11-27 21:56:10 +00:00
async-trait = "0.1.74"
async-mutex = "1.4.0"
2023-11-28 08:45:03 +00:00
tokio = { version = "1.34.0", features = ["macros"] }
tracing = "0.1.37"
tracing-appender = "0.2.2"
tracing-log = "0.2.0"
tracing-subscriber = {version="0.3.17", features=["env-filter", "json", "registry", "smallvec"]}
tracing-opentelemetry = "0.22.0"
opentelemetry = "0.21"
opentelemetry_sdk = "0.21"
opentelemetry-stdout = { version = "0.2.0", features = ["trace"] }
uuid = {version="1.4.1", features = ["v4"]}
yansi = "0.5.1"