error_dashboard_rust 0.1.0

A Rust library for error tracking and reporting to a dashboard.
Documentation
[dependencies.async-trait]
version = "0.1.81"

[dependencies.chrono]
version = "0.4.38"

[dependencies.once_cell]
version = "1.19.0"

[dependencies.reqwest]
features = ["json", "rustls-tls"]
version = "0.12.7"

[dependencies.serde]
features = ["derive"]
version = "1.0.209"

[dependencies.serde_json]
version = "1.0.127"

[dependencies.thiserror]
version = "1.0.63"

[dependencies.tokio]
version = "1.40.0"

[lib]
name = "error_dashboard_rust"
path = "src/lib.rs"

[package]
authors = ["Derek Li derekli11204@gmail.com"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "A Rust library for error tracking and reporting to a dashboard."
edition = "2021"
homepage = "https://higuard-error-dashboard.shuttleapp.rs"
license = "MIT"
name = "error_dashboard_rust"
readme = "README.md"
repository = "https://github.com/HiQ-Apps/error_dashboard_sdk_rust"
version = "0.1.0"