# 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 = "2021" rust-version = "1.63" name = "yara" version = "0.29.0" authors = ["Hugo Laloge "] description = "Rust bindings for VirusTotal/yara" readme = "README.md" keywords = ["yara"] categories = ["api-bindings"] license = "MIT OR Apache-2.0" repository = "https://github.com/Hugal31/yara-rust" [package.metadata.docs.rs] features = ["bundled-4_5_2"] no-default-features = true [dependencies.bitflags] version = "2.4" [dependencies.serde] version = "1.0" features = ["derive"] optional = true [dependencies.thiserror] version = "1.0" [dependencies.yara-sys] version = "0.29.0" default-features = false [dev-dependencies.crossbeam] version = "0.8" [dev-dependencies.libflate] version = "2.0" [dev-dependencies.tempfile] version = "3.9" [features] bindgen = ["yara-sys/bindgen"] bundled-4_5_2 = ["yara-sys/bundled-4_5_2"] default = [ "bindgen", "module-dotnet", "module-dex", "module-macho", "module-hash", "ndebug", ] module-cuckoo = ["yara-sys/module-cuckoo"] module-debug-dex = ["yara-sys/module-debug-dex"] module-dex = ["yara-sys/module-dex"] module-dotnet = ["yara-sys/module-dotnet"] module-hash = ["yara-sys/module-hash"] module-macho = ["yara-sys/module-macho"] module-magic = ["yara-sys/module-magic"] ndebug = ["yara-sys/ndebug"] openssl-static = ["yara-sys/openssl-static"] profiling = ["yara-sys/profiling"] vendored = ["yara-sys/vendored"] yara-static = ["yara-sys/yara-static"]