rusqlcipher 0.14.1

Ergonomic wrapper for SQLCipher
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 = "rusqlcipher"
version = "0.14.1"
authors = ["John Gallagher <jgallagher@bignerdranch.com>", "Mike Lodder <mike.lodder@evernym.com>"]
description = "Ergonomic wrapper for SQLCipher"
documentation = "http://mikelodder7.github.io/rusqlcipher/rusqlcipher/index.html"
readme = "README.md"
keywords = ["sqlite", "sqlcipher", "database", "ffi"]
categories = ["database"]
license = "MIT"
repository = "https://github.com/mikelodder7/rusqlcipher"

[lib]
name = "rusqlcipher"

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

[[test]]
name = "deny_single_threaded_sqlite_config"
[dependencies.bitflags]
version = "0.9"

[dependencies.libsqlcipher-sys]
version = "0.8"

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

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

[dependencies.time]
version = "0.1.0"

[dependencies.lru-cache]
version = "0.1"
[dev-dependencies.lazy_static]
version = "0.2"

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

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

[features]
bundled = ["libsqlcipher-sys/bundled"]
functions = ["libsqlcipher-sys/min_sqlite_version_3_7_3"]
blob = ["libsqlcipher-sys/min_sqlite_version_3_7_4"]
trace = ["libsqlcipher-sys/min_sqlite_version_3_6_23"]
backup = ["libsqlcipher-sys/min_sqlite_version_3_6_11"]
limits = []
load_extension = []
buildtime_bindgen = ["libsqlcipher-sys/buildtime_bindgen"]
[badges.appveyor]
repository = "jgallagher/rusqlite"

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