ci_info 0.8.0

Provides current CI environment information.
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 believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
name = "ci_info"
version = "0.8.0"
authors = ["Sagie Gur-Ari <sagiegurari@gmail.com>"]
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.6"

[dependencies.serde]
version = "1"
optional = true

[dependencies.serde_derive]
version = "1"
optional = true

[features]
serde-1 = ["serde", "serde_derive"]
[badges.appveyor]
branch = "master"
project_name = "sagiegurari/ci-info"
repository = "sagiegurari/ci_info"
service = "github"

[badges.codecov]
branch = "master"
repository = "sagiegurari/ci_info"
service = "github"

[badges.travis-ci]
branch = "master"
repository = "sagiegurari/ci_info"