ntrace 0.2.0

A fast and secure network port scanner and protocol analyzer
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 = "ntrace"
version = "0.2.0"
authors = ["Suraj <suraj410401@gmail.com>"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A fast and secure network port scanner and protocol analyzer"
readme = "README.md"
keywords = [
    "network",
    "security",
    "scanner",
    "port-scanner",
    "protocol-analyzer",
]
categories = [
    "command-line-utilities",
    "network-programming",
]
license = "MIT"
repository = "https://github.com/surajk-m/ntrace"

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

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

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

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

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

[dependencies.anyhow]
version = "1.0"

[dependencies.chrono]
version = "0.4"
features = ["serde"]

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

[dependencies.clap_builder]
version = "4.5.42"

[dependencies.colored]
version = "3.0"

[dependencies.csv]
version = "1.3"

[dependencies.env_logger]
version = "0.11"

[dependencies.futures]
version = "0.3.31"

[dependencies.indicatif]
version = "0.18"

[dependencies.libc]
version = "0.2.174"

[dependencies.log]
version = "0.4"

[dependencies.once_cell]
version = "1.21"

[dependencies.pnet]
version = "0.35"

[dependencies.rand]
version = "0.9.2"

[dependencies.regex]
version = "1.11.1"

[dependencies.rustls]
version = "0.23"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.thiserror]
version = "1.0"

[dependencies.tokio]
version = "1.47"
features = ["full"]

[dependencies.trust-dns-resolver]
version = "0.23"

[dependencies.webpki]
version = "0.22"

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

[dev-dependencies.tokio-test]
version = "0.4"