container-pid 2.0.0

Resolve container names to their PIDs
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 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 = "2018"
name = "container-pid"
version = "2.0.0"
authors = ["Jörg Thalheim <joerg@thalheim.io>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Resolve container names to their PIDs"
readme = "README.md"
categories = ["os::linux-apis"]
license = "MIT"
repository = "https://github.com/Mic92/container-pid"

[lib]
name = "container_pid"
path = "src/lib.rs"

[[example]]
name = "container-pid"
path = "examples/container-pid.rs"

[dependencies.rustix]
version = "1"
features = ["fs"]

[dependencies.thiserror]
version = "2"