2015-02-23 15:22:34 -05:00
|
|
|
[package]
|
|
|
|
name = "libsqlite3-sys"
|
2017-02-07 20:37:52 -05:00
|
|
|
version = "0.7.0"
|
2015-02-23 15:22:34 -05:00
|
|
|
authors = ["John Gallagher <jgallagher@bignerdranch.com>"]
|
2015-02-23 21:54:46 -05:00
|
|
|
repository = "https://github.com/jgallagher/rusqlite"
|
2015-02-23 15:22:34 -05:00
|
|
|
description = "Native bindings to the libsqlite3 library"
|
|
|
|
license = "MIT"
|
|
|
|
links = "sqlite3"
|
|
|
|
build = "build.rs"
|
2017-02-23 21:07:10 +01:00
|
|
|
keywords = ["sqlite", "database", "ffi"]
|
|
|
|
categories = ["database", "external-ffi-bindings"]
|
2015-02-23 15:22:34 -05:00
|
|
|
|
2016-06-15 16:34:13 +02:00
|
|
|
[features]
|
|
|
|
bundled = []
|
|
|
|
|
2015-02-23 15:22:34 -05:00
|
|
|
[build-dependencies]
|
2017-02-07 20:37:52 -05:00
|
|
|
bindgen = "0.21"
|
2017-01-25 18:01:03 -05:00
|
|
|
pkg-config = "0.3"
|
|
|
|
gcc = "0.3"
|