# 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-proto-yaml" version = "0.10.0" authors = ["Victor M. Alvarez "] build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = """ Library the converts protocol buffers into YAML. """ homepage = "https://virustotal.github.io/yara-x" readme = "README.md" license = "BSD-3-Clause" [lib] name = "yara_x_proto_yaml" path = "src/lib.rs" [dependencies.chrono] version = "0.4.38" [dependencies.itertools] version = "0.13.0" [dependencies.protobuf] version = "3.5.1" [dependencies.protobuf-support] version = "3.5.1" [dependencies.yansi] version = "1.0.1" [dev-dependencies.globwalk] version = "0.9.1" [dev-dependencies.goldenfile] version = "1.6.1" [build-dependencies.protobuf] version = "3.5.1" [build-dependencies.protobuf-codegen] version = "3.5.1" [build-dependencies.protobuf-parse] version = "3.5.1"