yara-mapper 0.1.1

Safe Rust wrapper for the YARA read mapper
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4

[[package]]
name = "cc"
version = "1.2.56"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "aebf35691d1bfb0ac386a69bac2fde4dd276fb618cf8bf4f5318fe285e821bb2"
dependencies = [
 "find-msvc-tools",
 "shlex",
]

[[package]]
name = "find-msvc-tools"
version = "0.1.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5baebc0774151f905a1a2cc41989300b1e6fbb29aff0ceffa1064fdd3088d582"

[[package]]
name = "shlex"
version = "1.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"

[[package]]
name = "yara-mapper"
version = "0.1.1"
dependencies = [
 "yara-mapper-sys",
]

[[package]]
name = "yara-mapper-sys"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d63b5be9261dcac61833c2847efd678da49da0d91fd9bc812674adc0e3781f37"
dependencies = [
 "cc",
 "yara-seqan2-sys",
]

[[package]]
name = "yara-seqan2-sys"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8496079429ef2bbe867d61c4bf5b04989a30b723862cac081b578f45e3d75fb7"