[package] name = "libfa-sys" version = "0.1.3" description = "Native bindings to the Augeas libfa Finite Automata library" authors = ["Daniel Trebbien "] license = "LGPL-3.0+" repository = "https://github.com/dtrebbien/fa-rs" links = "fa" build = "build.rs" [lib] name = "libfa_sys" [dependencies] libc = "0.2" [build-dependencies] pkg-config = "0.3"