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.
22 lines
300 B
TOML
22 lines
300 B
TOML
[package]
|
|
name = "suricata"
|
|
version = "@PACKAGE_VERSION@"
|
|
|
|
[lib]
|
|
crate-type = ["staticlib"]
|
|
|
|
[profile.release]
|
|
debug = true
|
|
|
|
[features]
|
|
lua = []
|
|
experimental = ["ntp-parser"]
|
|
strict = []
|
|
|
|
[dependencies]
|
|
nom = "~3.0"
|
|
libc = "~0.2.0"
|
|
crc = "~1.4.0"
|
|
|
|
ntp-parser = { version = "0.2.0", optional = true }
|