coveralls-api 0.7.1

API Bindings for coveralls.io. Deals with report creation and submission.
Documentation
# 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 = "2018"
name = "coveralls-api"
version = "0.7.1"
authors = ["Daniel McKenna <danielmckenna93@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "API Bindings for coveralls.io. Deals with report creation and submission."
readme = "README.md"
keywords = [
    "API",
    "coveralls",
]
categories = [
    "api-bindings",
    "web-programming::http-client",
]
license = "MIT/Apache-2.0"
repository = "https://github.com/xd009642/coveralls-api"

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

[[test]]
name = "fill_in_example"
path = "tests/fill_in_example.rs"

[dependencies.deflate]
version = "1.0.0"
features = ["gzip"]

[dependencies.md5]
version = "0.8"

[dependencies.reqwest]
version = "0.12.4"
features = [
    "default-tls",
    "blocking",
    "json",
    "multipart",
    "macos-system-configuration",
]
default-features = false

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

[dependencies.serde_json]
version = "1.0.2"

[dependencies.thiserror]
version = "2.0"