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.
15 lines
300 B
TOML
15 lines
300 B
TOML
[package]
|
|
name = "suricata-ffi"
|
|
version = "@PACKAGE_VERSION@"
|
|
edition = "2021"
|
|
license = "GPL-2.0-only"
|
|
description = "Nice wrappers around Suricata C interface"
|
|
|
|
[dependencies]
|
|
suricata-sys = { path = "../sys", version = "@PACKAGE_VERSION@" }
|
|
|
|
[features]
|
|
debug = []
|
|
debug-validate = []
|
|
testing = []
|