[package] name = "ccv" version = "0.1.0" authors = ["David Rajchenbach-Teller "] build = "build.rs" description = "Idiomatic bindings for the CCV C image-processing library." repository = "https://github.com/Yoric/ccv.rs" readme = "README.md" keywords = ["bindings", "image"] license = "MPL-2.0" exclude = [ "ccv/site/*", "ccv/.git/*", "ccv/samples/*", "ccv/test/*", ] [dependencies] libc = "0.2" [build-dependencies] pkg-config = "0.3"