# 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 = "ci_info" version = "0.14.14" authors = ["Sagie Gur-Ari "] include = [ "/benches/*", "/docs/*", "/examples/*", "/src/*", "/tests/*", "/Cargo.toml", "/LICENSE", "/README.md", "/Makefile.toml", ] description = "Provides current CI environment information." homepage = "http://github.com/sagiegurari/ci_info" documentation = "https://sagiegurari.github.io/ci_info/api/ci_info/index.html" readme = "README.md" keywords = [ "ci", "build", ] categories = [ "development-tools", "development-tools::build-utils", "development-tools::testing", ] license = "Apache-2.0" repository = "https://github.com/sagiegurari/ci_info.git" [dependencies.envmnt] version = "^0.10" [dependencies.serde] version = "1" optional = true [dependencies.serde_derive] version = "1" optional = true [dev-dependencies.doc-comment] version = "^0.3" [dev-dependencies.lazy_static] version = "^1" [features] serde-1 = [ "serde", "serde_derive", ] [badges.codecov] branch = "master" repository = "sagiegurari/ci_info" service = "github"