codecov 0.3.4

Codecov API client for Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "codecov"
version = "0.3.4"
edition = "2021"
authors = ["Yui Kitsu <kitsuyui+github@kitsuyui.com>"]
description = "Codecov API client for Rust"
license = "BSD-3-Clause"
readme = "README.md"
repository = "https://github.com/kitsuyui/rust-codecov"
documentation = "https://docs.rs/codecov"
categories = ["api-bindings"]

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

[dependencies]
reqwest = { version = "^0.11.20", features = ["blocking", "json"] }
serde = { version = "^1.0.188", features = ["derive"] }
serde_json = { version = "^1.0.105", features = ["raw_value"] }