2020-06-10 15:39:02 +02:00

38 lines
1015 B
TOML

[package]
name = "sqlite"
version = "0.25.3"
license = "Apache-2.0/MIT"
authors = [
"Daniel Dulaney <ddy@vitronic.com>",
"Ivan Stankovic <pokemon@fly.srk.fer.hr>",
"Ivan Ukhov <ivan.ukhov@gmail.com>",
"Jake Kerr <kodafox@gmail.com>",
"Jayson Reis <santosdosreis@gmail.com>",
"Pierre Krieger <pierre.krieger1708@gmail.com>",
"Sean Klein <seanmarionklein@gmail.com>",
"Sophie Tauchert <999eagle@999eagle.moe>",
"Tomoki Aonuma <uasi@uasi.jp>",
"Yorhel <git@yorhel.nl>",
]
description = "The package provides an interface to SQLite."
documentation = "https://docs.rs/sqlite"
homepage = "https://github.com/stainless-steel/sqlite"
repository = "https://github.com/stainless-steel/sqlite"
readme = "README.md"
categories = ["api-bindings", "database"]
keywords = ["database"]
[features]
default = ["linkage"]
linkage = ["sqlite3-sys/linkage"]
[dependencies]
libc = "0.2"
[dependencies.sqlite3-sys]
version = "0.12"
default-features = false
[dev-dependencies]
temporary = "0.6"