[package]
edition = "2021"
name = "isdocker"
version = "1.0.0"
authors = ["Shahnoor Mujawar"]
build = false
exclude = [".github/"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Detect whether the current process is running inside a Docker or OCI container"
documentation = "https://docs.rs/isdocker"
readme = "README.md"
keywords = [
"docker",
"container",
"environment",
"runtime",
"detection",
]
categories = [
"development-tools",
"os",
]
license = "MIT"
repository = "https://github.com/shahnoormujawar/isdocker"
[lib]
name = "isdocker"
path = "src/lib.rs"
[[test]]
name = "detection"
path = "tests/detection.rs"