[package] name = "barnacl_sys" description = "FFI binding to libsodium" repository = "https://github.com/rustyhorde/barnacl-sys.git" keywords = ["libsodium", "NaCl", "crypto", "barnacl-sys"] version = "0.1.1" authors = ["dnaq", "Jason Ozias"] links = "sodium" build = "build.rs" license = "MIT" [lib] name = "barnacl_sys" path = "lib.rs" [build-dependencies] pkg-config = "*" [dependencies] libc = "*"