wirecrab 0.2.0

Agent-first CLI network analysis platform
# 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 = "wirecrab"
version = "0.2.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Agent-first CLI network analysis platform"
readme = "README.md"
keywords = [
    "network",
    "pcap",
    "capture",
    "analysis",
    "cli",
]
categories = [
    "command-line-utilities",
    "network-programming",
]
license = "Apache-2.0"
repository = "https://github.com/douglance/wirecrab"

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

[dependencies.anyhow]
version = "1.0.102"

[dependencies.base64]
version = "0.22.1"

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

[dependencies.csv]
version = "1.4.0"

[dependencies.dirs]
version = "6.0.0"

[dependencies.dns-parser]
version = "0.8.0"

[dependencies.etherparse]
version = "0.19.0"

[dependencies.hex]
version = "0.4.3"

[dependencies.pcap]
version = "2.4.0"

[dependencies.rusqlite]
version = "0.38.0"
features = [
    "bundled",
    "functions",
]

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

[dependencies.serde_json]
version = "1.0.149"

[dependencies.serde_yaml]
version = "0.9.34"

[dependencies.uuid]
version = "1.21.0"
features = [
    "v4",
    "serde",
]