anti 0.1.2

Unified CLI toolbox
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 = "2021"
name = "anti"
version = "0.1.2"
authors = ["Wouter Coppieters"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Unified CLI toolbox"
readme = "README.md"
keywords = [
    "networking",
    "ping",
    "icmp",
    "udp",
    "tcp",
]
categories = [
    "network-programming",
    "command-line-utilities",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/wouterken/anti"

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

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

[dependencies.anti-common]
version = "0.1.0"

[dependencies.anti-fs]
version = "0.1.0"

[dependencies.anti-ping]
version = "0.1.0"

[dependencies.anti-scan]
version = "0.1.0"

[dependencies.anti-sec]
version = "0.1.0"

[dependencies.anti-sys]
version = "0.1.0"

[dependencies.anti-traceroute]
version = "0.1.0"

[dependencies.anti-web]
version = "0.1.0"

[dependencies.base64]
version = "0.21"

[dependencies.bytesize]
version = "1.3"

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

[dependencies.console]
version = "0.15"

[dependencies.eyre]
version = "0.6"

[dependencies.humantime]
version = "2.1"

[dependencies.ipnet]
version = "2"

[dependencies.rayon]
version = "1"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.tokio]
version = "1.0"
features = [
    "net",
    "time",
    "rt-multi-thread",
    "macros",
    "sync",
]

[dev-dependencies.criterion]
version = "0.5"

[profile.release]
lto = true
codegen-units = 1
panic = "abort"
strip = true