lz_cov 0.1.10

A byted rust coverage crates
Documentation
[package]
name = "lz_cov"
version = "0.1.10"
edition = "2021"
homepage = "https://code.byted.org/liaozhou/rust_cov"
repository = "https://code.byted.org/liaozhou/rust_cov"
description = "A byted rust coverage crates"
license = "MIT OR Apache-2.0"
documentation = "https://code.byted.org/liaozhou/rust_cov"
readme = "README.md"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
reqwest = { version = "0.11.20", features = ["blocking", "multipart", "stream", "json"] }
tokio-util = { version = "0.7.9", features = ["codec"] }
tokio = { version = "1.32.0", features = ["full"] }
minicov = "0.3"
chrono = "0.4.31"
tracing = "0.1"
anyhow = "1"