nanodock 0.1.0

Zero-dependency-light Docker/Podman daemon client for container detection, port mapping, and lifecycle control
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"
name = "nanodock"
version = "0.1.0"
authors = ["Ehsan Khan"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Zero-dependency-light Docker/Podman daemon client for container detection, port mapping, and lifecycle control"
homepage = "https://github.com/ehsan18t/nanodock"
documentation = "https://docs.rs/nanodock"
readme = "README.md"
keywords = [
    "docker",
    "podman",
    "container",
    "port",
    "daemon",
]
categories = [
    "os",
    "network-programming",
]
license = "MIT"
repository = "https://github.com/ehsan18t/nanodock"

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

[[bench]]
name = "benchmarks"
path = "benches/benchmarks.rs"
test = false
harness = false

[dependencies.httparse]
version = "1"
default-features = false

[dependencies.log]
version = "0.4"

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

[dependencies.serde_json]
version = "1"

[dev-dependencies.gungraun]
version = "0.18.1"

[dev-dependencies.tempfile]
version = "3"

[target."cfg(unix)".dependencies.libc]
version = "0.2"

[lints.clippy]
missing_errors_doc = "allow"
missing_panics_doc = "allow"

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

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

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

[lints.rust]
let_underscore_drop = "deny"
missing_docs = "deny"
non_ascii_idents = "deny"
unsafe_op_in_unsafe_fn = "deny"

[profile.bench]
debug = 2