# Copyright (c) 2016 Leon Barrett # # Licensed under the Apache License, Version 2.0 # or the MIT # license , at your # option. All files in the project carrying such notice may not be copied, # modified, or distributed except according to those terms. [package] name = "mtbl-sys" version = "0.2.0" authors = ["Leon Barrett "] description = "FFI Bindings to the MTBL C library (https://github.com/farsightsec/mtbl)" repository = "https://github.com/leon-barrett/mtbl-sys" homepage = "https://github.com/leon-barrett/mtbl-sys" documentation = "https://leon-barrett.github.io/mtbl-sys/" readme = "README.md" keywords = ["bindings", "database", "mtbl", "cdb"] license = "MIT/Apache-2.0" [dependencies] libc = "0.2.19" [dev-dependencies] tempfile = "2.1.4"