[package] name = "saxx" version = "0.1.2" authors = ["Yuta Taniguchi "] description = "Rust bindings to C++ suffix array libraries." license = "MIT" repository = "https://github.com/yuttie/saxx" [dependencies] libc = "0.2" [build-dependencies] cc = "1.0"