# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "lz_cov" version = "0.1.10" description = "A byted rust coverage crates" homepage = "https://code.byted.org/liaozhou/rust_cov" documentation = "https://code.byted.org/liaozhou/rust_cov" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://code.byted.org/liaozhou/rust_cov" [dependencies.anyhow] version = "1" [dependencies.chrono] version = "0.4.31" [dependencies.minicov] version = "0.3" [dependencies.reqwest] version = "0.11.20" features = [ "blocking", "multipart", "stream", "json", ] [dependencies.tokio] version = "1.32.0" features = ["full"] [dependencies.tokio-util] version = "0.7.9" features = ["codec"] [dependencies.tracing] version = "0.1"