# 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 = "coveralls" version = "0.1.5" authors = ["Frédéric Meyer "] exclude = [".gitignore"] description = "Send job to Coveralls (coveralls.io)" homepage = "https://github.com/corebreaker/coveralls-rust" readme = "README.md" keywords = [ "ci", "coverage", "coveralls", ] categories = [ "command-line-utilities", "development-tools::profiling", "development-tools::build-utils", ] license = "LGPL-3.0" repository = "https://github.com/corebreaker/coveralls-rust" [dependencies.clap] version = "4.5.4" features = [ "wrap_help", "color", "derive", ] [dependencies.const_format] version = "0.2.32" [dependencies.git2] version = "0.18.3" optional = true [dependencies.itertools] version = "0.12.1" [dependencies.regex] version = "1.10.4" [dependencies.reqwest] version = "0.12.4" features = [ "blocking", "multipart", ] [dependencies.serde] version = "1.0.200" features = ["derive"] [dependencies.serde_json] version = "1.0.116" [dependencies.simple-error] version = "0.3.0" [features] libgit = ["git2"] std = []