is_ci 1.2.0

Super lightweight CI environment checker. Just tells you if you're in CI or not without much fuss.
Documentation
[package]
name = "is_ci"
version = "1.2.0"
edition = "2018"
authors = ["Kat Marchán <kzm@zkat.tech>"]
description = "Super lightweight CI environment checker. Just tells you if you're in CI or not without much fuss."
repository = "https://github.com/zkat/is_ci"
documentation = "https://docs.rs/is_ci"
license = "ISC"
keywords = ["ci", "build"]
categories = [
  "development-tools",
  "development-tools::build-utils",
  "development-tools::testing",
]
readme = "README.md"

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

[dependencies]

[profile.release]
panic = "abort"
strip = true
codegen-units = 1
lto = true