mirror of https://github.com/Cisco-Talos/clamav
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.
19 lines
497 B
19 lines
497 B
[package]
|
|
name = "clamav-sys"
|
|
description = "ClamAV low level bindings for Rust"
|
|
version = "0.0.3"
|
|
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]
|
|
bindgen = "0.56.0"
|
|
|
|
[target.'cfg(unix)'.build-dependencies]
|
|
pkg-config = "0.3"
|
|
|
|
[target.'cfg(windows)'.build-dependencies]
|
|
vcpkg = "0.2.10"
|
|
|