ClamAV is an open source (GPLv2) anti-virus toolkit.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
clamav/libclamav_rust/Cargo.toml

37 lines
769 B

[package]
authors = ["The ClamAV Team <clamav-bugs@external.cisco.com>"]
edition = "2018"
name = "clamav_rust"
version = "0.0.1"
[dependencies]
flate2 = "1"
hex = "0.4"
libc = "0.2"
log = { version = "0.4", features = ["std"] }
sha2 = "0.10"
tempfile = "3"
thiserror = "1"
image = "0.25"
rustdct = "0.7"
transpose = "0.2"
num-traits = "0.2"
base64 = "0.21"
sha1 = "0.10"
unicode-segmentation = "1.10"
bindgen = "0.65"
onenote_parser = { git = "https://github.com/Cisco-Talos/onenote.rs.git", branch = "CLAM-2329-new-from-slice" }
hex-literal = "0.4"
inflate = "0.4"
bzip2-rs = "0.1"
byteorder = "1.5"
delharc = "0.6"
[lib]
crate-type = ["staticlib"]
name = "clamav_rust"
[build-dependencies]
cbindgen = { version ="0.25", default-features = false }
bindgen = "0.65"