ociman 0.4.0

Unified API for OCI container runtimes (Docker, Podman)
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 = "2024"
rust-version = "1.93"
name = "ociman"
version = "0.4.0"
authors = ["Markus Schirp <mbj@schirp-dso.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Unified API for OCI container runtimes (Docker, Podman)"
readme = "README.md"
keywords = [
    "docker",
    "podman",
    "container",
    "oci",
]
categories = ["development-tools"]
license = "MIT"
repository = "https://github.com/mbj/mrs/tree/main/ociman"

[features]
test-utils = ["dep:env_logger"]

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

[[test]]
name = "integration"
path = "tests/integration.rs"

[dependencies.clap]
version = "4.5"
features = ["derive"]

[dependencies.cmd-proc]
version = "0.5.0"

[dependencies.dirs]
version = "6"

[dependencies.env_logger]
version = "0.11"
optional = true

[dependencies.hex]
version = "0.4.3"

[dependencies.ipnet]
version = "2"
features = ["serde"]

[dependencies.log]
version = "0.4"

[dependencies.nom]
version = "8"

[dependencies.semver]
version = "1"

[dependencies.serde]
version = "1.0"
features = ["derive"]

[dependencies.serde_json]
version = "1.0"
features = [
    "arbitrary_precision",
    "indexmap",
]

[dependencies.sha2]
version = "0.11"

[dependencies.thiserror]
version = "2"

[dependencies.tokio]
version = "1"
features = [
    "io-std",
    "macros",
    "rt",
]

[dependencies.toml]
version = "1.0"
features = ["preserve_order"]

[dependencies.walkdir]
version = "2.5"

[dev-dependencies.indoc]
version = "2"

[lints.clippy]
multiple_crate_versions = "deny"
must_use_candidate = "deny"
uninlined_format_args = "deny"

[lints.clippy.all]
level = "deny"
priority = -1

[lints.rust]
unexpected_cfgs = "deny"