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

14 lines
395 B

[package]
name = "clamav-sys"
description = "ClamAV low level bindings for Rust"
version = "0.0.1"
authors = ["Jonas Zaddach <jonas.zaddach@gmail.com>"]
edition = "2018"
license = "GPL-2.0"
categories = ["external-ffi-bindings"]
homepage = "https://github.com/zaddach/clamav-sys/"
repository = "https://github.com/zaddach/clamav-sys/"
[build-dependencies]
pkg-config = "0.3"
bindgen = "0.53.1"