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/clamav-sys/Cargo.toml

23 lines
548 B

[package]
authors = [
"Jonas Zaddach <jzaddach@cisco.com>",
"Scott Hutton <schutton@cisco.com>",
]
categories = ["external-ffi-bindings"]
description = "ClamAV low level bindings for Rust"
edition = "2021"
homepage = "https://github.com/Cisco-Talos/clamav-sys/"
license = "GPL-2.0"
name = "clamav-sys"
repository = "https://github.com/Cisco-Talos/clamav-sys/"
version = "1.0.0"
[build-dependencies]
bindgen = "0.64.0"
[target.'cfg(unix)'.build-dependencies]
pkg-config = "0.3"
[target.'cfg(windows)'.build-dependencies]
vcpkg = "0.2.10"