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.
suricata/rust/Cargo.toml.in

36 lines
505 B
TOML

[package]
name = "suricata"
version = "@PACKAGE_VERSION@"
[lib]
crate-type = ["staticlib"]
path = "@e_rustdir@/src/lib.rs"
[profile.release]
debug = true
[features]
lua = []
strict = []
debug = []
[dependencies]
nom = "4.2"
bitflags = "1.0"
byteorder = "1.3"
crc = "1.8"
memchr = "2.2"
num = "0.2"
num-derive = "0.2"
num-traits = "0.2"
widestring = "0.4"
der-parser = "1.1"
kerberos-parser = "0.2"
ntp-parser = "0.3"
ipsec-parser = "0.4"
snmp-parser = "0.3.0"
tls-parser = "0.8"
x509-parser = "0.4"