imd 1.4.0

A discovery tool for CTF-style hacking challenges
Documentation
[dependencies.clap]
features = ["cargo"]
version = ">=3.2.17"

[dependencies.crossterm]
version = ">=0.25.0"

[dependencies.indicatif]
version = ">=0.17.0"

[dependencies.nix]
version = ">=0.24.2"

[package]
authors = ["Kevin Conley <koins@duck.com>"]
description = "A discovery tool for CTF-style hacking challenges"
documentation = "https://kmanc.github.io/intelligent_machine_discovery/"
edition = "2021"
license = "MIT"
name = "imd"
readme = "README.md"
repository = "https://github.com/kmanc/intelligent_machine_discovery"
resolver = "2"
version = "1.4.0"
[profile.release]
lto = true
strip = true