[package] name = "fa" version = "0.1.4" description = "Foreign-function interface wrapper of the Augeas libfa Finite Automata library" authors = ["Daniel Trebbien "] license = "LGPL-3.0+" repository = "https://github.com/dtrebbien/fa-rs" [lib] name = "fa" [dependencies] libc = "0.2" [dependencies.libfa-sys] path = "libfa-sys" version = "0.1.3"