libsqlite3-sys 0.6.2

Native bindings to the libsqlite3 library
Documentation
[package]
name = "libsqlite3-sys"
version = "0.6.2"
authors = ["John Gallagher <jgallagher@bignerdranch.com>"]
repository = "https://github.com/jgallagher/rusqlite"
description = "Native bindings to the libsqlite3 library"
license = "MIT"
links = "sqlite3"
build = "build.rs"

[features]
bundled = []

[build-dependencies]
pkg-config = "0.3"
gcc = "0.3"

[dependencies]
libc = "0.2"