# 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.29.0" authors = ["Hugo Laloge "] links = "yara" 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] features = ["bundled-4_5_2"] no-default-features = true [build-dependencies.bindgen] version = "0.68" 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 [features] bundled-4_5_2 = [] 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 = []