# 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.78.0" name = "yara-x-parser" version = "0.10.0" authors = ["Victor M. Alvarez "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = """ A parsing library for YARA rules. """ homepage = "https://virustotal.github.io/yara-x" readme = "README.md" license = "BSD-3-Clause" repository = "https://github.com/VirusTotal/yara-x" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [lib] name = "yara_x_parser" path = "src/lib.rs" [dependencies.ascii_tree] version = "0.1.1" [dependencies.bitmask] version = "0.5.0" [dependencies.bstr] version = "1.9.1" [dependencies.indexmap] version = "2.2.6" [dependencies.itertools] version = "0.13.0" [dependencies.log] version = "0.4.22" optional = true [dependencies.logos] version = "0.14.1" [dependencies.num-traits] version = "0.2.19" [dependencies.rowan] version = "0.15.15" [dependencies.rustc-hash] version = "2.0.0" [dependencies.serde] version = "1.0" features = ["derive"] optional = true [dependencies.yansi] version = "1.0.1" [dev-dependencies.anyhow] version = "1.0.86" [dev-dependencies.env_logger] version = "0.11.3" features = ["auto-color"] [dev-dependencies.globwalk] version = "0.9.1" [dev-dependencies.goldenfile] version = "1.6.1" [dev-dependencies.pretty_assertions] version = "1.4.0" [dev-dependencies.rayon] version = "1.10.0" [features] logging = ["dep:log"] serde = ["dep:serde"]