rusqlite/Cargo.toml
John Gallagher c3bc8b594a Bump version to 0.3.0.
Updates Changelog and CONTRIBUTORS for changes in this version.
2015-09-21 10:39:13 -04:00

29 lines
621 B
TOML

[package]
name = "rusqlite"
version = "0.3.0"
authors = ["John Gallagher <jgallagher@bignerdranch.com>"]
description = "Ergonomic wrapper for SQLite"
repository = "https://github.com/jgallagher/rusqlite"
documentation = "http://jgallagher.github.io/rusqlite/rusqlite/index.html"
readme = "README.md"
keywords = ["sqlite", "database", "ffi"]
license = "MIT"
[lib]
name = "rusqlite"
[features]
load_extension = ["libsqlite3-sys/load_extension"]
[dependencies]
time = "~0.1.0"
bitflags = "~0.1"
libc = "~0.1"
[dev-dependencies]
tempdir = "~0.3.4"
[dependencies.libsqlite3-sys]
path = "libsqlite3-sys"
version = "0.2.0"