2015-02-23 15:22:34 -05:00
|
|
|
[package]
|
|
|
|
name = "libsqlite3-sys"
|
2015-03-12 21:33:29 +01:00
|
|
|
version = "0.0.10"
|
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"
|
|
|
|
|
2015-02-23 19:32:53 -05:00
|
|
|
[features]
|
|
|
|
load_extension = []
|
|
|
|
|
2015-02-23 15:22:34 -05:00
|
|
|
[build-dependencies]
|
2015-03-12 21:32:40 +01:00
|
|
|
pkg-config = "~0.3"
|