yara-sys 0.32.0

Native bindings to the libyara library
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[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