[package] name = "libfuzzy-sys" version = "0.6.0" authors = ["Petr Zemek "] description = "Native bindings to the libfuzzy library" homepage = "https://github.com/s3rvac/ssdeep-rs" repository = "https://github.com/s3rvac/ssdeep-rs" license = "GPL-3.0+" build = "build.rs" links = "libfuzzy" [lib] name = "libfuzzy_sys" path = "lib.rs" [dependencies] libc = "0.2" [build-dependencies] cc = "1.0"