rusqlite 0.14.0

Ergonomic wrapper for SQLite
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g. crates.io) dependencies
#
# If you believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
name = "rusqlite"
version = "0.14.0"
authors = ["John Gallagher <jgallagher@bignerdranch.com>"]
description = "Ergonomic wrapper for SQLite"
documentation = "http://docs.rs/rusqlite/"
readme = "README.md"
keywords = ["sqlite", "database", "ffi"]
categories = ["database"]
license = "MIT"
repository = "https://github.com/jgallagher/rusqlite"
[package.metadata.docs.rs]
all-features = false
default-target = "x86_64-unknown-linux-gnu"
features = ["backup", "blob", "chrono", "functions", "limits", "load_extension", "serde_json", "trace", "vtab"]
no-default-features = true

[lib]
name = "rusqlite"

[[test]]
name = "config_log"
harness = false

[[test]]
name = "deny_single_threaded_sqlite_config"

[[test]]
name = "vtab"
[dependencies.bitflags]
version = "1.0"

[dependencies.chrono]
version = "0.4"
optional = true

[dependencies.csv]
version = "1.0"
optional = true

[dependencies.lazy_static]
version = "1.0"
optional = true

[dependencies.libsqlite3-sys]
version = "0.9"

[dependencies.lru-cache]
version = "0.1"

[dependencies.serde_json]
version = "1.0"
optional = true

[dependencies.time]
version = "0.1.0"
[dev-dependencies.lazy_static]
version = "1.0"

[dev-dependencies.regex]
version = "1.0"

[dev-dependencies.tempdir]
version = "0.3"

[features]
array = ["vtab", "bundled"]
backup = ["libsqlite3-sys/min_sqlite_version_3_6_11"]
blob = ["libsqlite3-sys/min_sqlite_version_3_7_4"]
buildtime_bindgen = ["libsqlite3-sys/buildtime_bindgen"]
bundled = ["libsqlite3-sys/bundled"]
csvtab = ["csv", "vtab"]
functions = ["libsqlite3-sys/min_sqlite_version_3_7_3"]
hooks = []
limits = []
load_extension = []
sqlcipher = ["libsqlite3-sys/sqlcipher"]
trace = ["libsqlite3-sys/min_sqlite_version_3_6_23"]
unlock_notify = ["libsqlite3-sys/unlock_notify"]
vtab = ["libsqlite3-sys/min_sqlite_version_3_7_7", "lazy_static"]
[badges.appveyor]
repository = "jgallagher/rusqlite"

[badges.travis-ci]
repository = "jgallagher/rusqlite"