dnetmap 0.1.0

A CLI tool to inspect Docker networks using Rust.
[badges.maintenance]
status = "actively-developed"

[[bin]]
name = "dnetmap"
path = "src/main.rs"

[dependencies.chrono]
version = "0.4"

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

[dependencies.colored]
version = "3.0.0"

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

[dependencies.serde_json]
version = "1.0"

[package]
authors = ["Aguacero7 <naps@teamnaps.fr>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-utilities", "development-tools", "network-programming"]
description = "A CLI tool to inspect Docker networks using Rust."
edition = "2024"
exclude = ["/.github", "/target", "/.gitignore", "*.tar.gz"]
homepage = "https://github.com/aguacero7/dnetmap"
keywords = ["docker", "cli", "network", "inspect", "rust"]
license = "MIT"
name = "dnetmap"
readme = "README.md"
repository = "https://github.com/aguacero7/dnetmap"
version = "0.1.0"