mirror of https://github.com/OISF/suricata
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
448 B
TOML
18 lines
448 B
TOML
[package]
|
|
name = "suricatactl"
|
|
version = "@PACKAGE_VERSION@"
|
|
edition = "2021"
|
|
license = "GPL-2.0-only"
|
|
description = "Suricata control tools"
|
|
|
|
[[bin]]
|
|
name = "suricatactl"
|
|
|
|
[dependencies]
|
|
regex = "~1.5.6"
|
|
tracing = "0.1"
|
|
tracing-subscriber = "0.3"
|
|
once_cell = { version = "1.21.3" }
|
|
# clap 4.5.58 requires clap_lex 1 which requires edition2024
|
|
clap = { version = "=4.5.57", default-features = false, features = ["std", "derive", "help", "usage"] }
|