[package]
edition = "2018"
name = "yara-sys"
version = "0.32.0"
authors = ["Hugo Laloge <hugo.laloge@gmail.com>"]
build = "build.rs"
links = "yara"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Native bindings to the libyara library"
readme = "README.md"
keywords = [
"yara",
"ffi",
]
categories = ["external-ffi-bindings"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/Hugal31/yara-rust"
resolver = "2"
[package.metadata.docs.rs]
no-default-features = true
features = ["bundled-4_5_5"]
[features]
bundled-4_5_5 = []
default = [
"bindgen",
"module-dotnet",
"module-dex",
"module-macho",
"module-hash",
"ndebug",
]
module-cuckoo = []
module-debug-dex = []
module-dex = []
module-dotnet = []
module-hash = []
module-macho = []
module-magic = []
ndebug = []
openssl-static = []
profiling = []
vendored = [
"cc",
"glob",
"fs_extra",
]
yara-static = []
[lib]
name = "yara_sys"
path = "src/lib.rs"
[[test]]
name = "tests"
path = "tests/tests.rs"
[build-dependencies.bindgen]
version = "0.72"
features = ["runtime"]
optional = true
default-features = false
[build-dependencies.cc]
version = "1.0"
optional = true
[build-dependencies.fs_extra]
version = "1.2"
optional = true
[build-dependencies.glob]
version = "0.3"
optional = true