yara-sys 0.9.0

Native bindings to the libyara library
Documentation
[build-dependencies.bindgen]
optional = true
version = "0.58"

[build-dependencies.cc]
optional = true
version = "1.0"

[build-dependencies.globwalk]
optional = true
version = "0.8"

[build-dependencies.libloading]
optional = true
version = "0.7"

[features]
bundled-4_1_1 = []
default = ["bindgen"]
vendored = ["cc", "globwalk", "libloading"]

[package]
authors = ["Hugo Laloge <hugo.laloge@gmail.com>"]
categories = ["external-ffi-bindings"]
description = "Native bindings to the libyara library"
edition = "2018"
keywords = ["yara", "ffi"]
license = "MIT OR Apache-2.0"
links = "yara"
name = "yara-sys"
readme = "README.md"
repository = "https://github.com/Hugal31/yara-rust"
version = "0.9.0"
[package.metadata.docs.rs]
features = ["bundled-4_1_1"]
no-default-features = true