evectl 0.1.1

EveCtl with Suricata and EveBox
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"
rust-version = "1.80.1"
name = "evectl"
version = "0.1.1"
authors = ["Jason Ish <jason@codemonkey.net>"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "EveCtl with Suricata and EveBox"
homepage = "https://evebox.org/evectl/"
readme = "README.md"
license = "MIT"
repository = "https://github.com/jasonish/evectl"

[profile.release]
opt-level = "z"
lto = "fat"
codegen-units = 1
strip = true

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

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

[dependencies.anyhow]
version = "1.0.95"

[dependencies.clap]
version = "4.5.29"
features = [
    "derive",
    "color",
]

[dependencies.colored]
version = "3.0.0"

[dependencies.crossterm]
version = "0.28.1"

[dependencies.ctrlc]
version = "3.4.5"

[dependencies.inquire]
version = "0.7.5"

[dependencies.libc]
version = "0.2.169"

[dependencies.regex]
version = "1.11.1"

[dependencies.reqwest]
version = "0.12.12"
features = [
    "blocking",
    "rustls-tls",
]
default-features = false

[dependencies.semver]
version = "1.0.25"

[dependencies.serde]
version = "1.0.217"
features = ["derive"]
default-features = false

[dependencies.serde_json]
version = "1.0.138"

[dependencies.serde_yaml]
version = "0.9.34"

[dependencies.sha2]
version = "0.10.8"

[dependencies.tempfile]
version = "3.16.0"

[dependencies.time]
version = "0.3.37"
features = ["macros"]

[dependencies.toml]
version = "0.8.20"

[dependencies.tracing]
version = "0.1.41"

[dependencies.tracing-subscriber]
version = "0.3.19"
features = [
    "time",
    "local-time",
]