# 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.9" authors = ["John Gallagher ", "Mike Lodder "] 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" [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"] no-default-features = true [lib] name = "rusqlcipher" [[test]] name = "config_log" harness = false [[test]] name = "deny_single_threaded_sqlite_config" [dependencies.bitflags] version = "1.0" [dependencies.chrono] version = "0.4" optional = true [dependencies.libsqlcipher-sys] version = "0.9.0" [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] backup = ["libsqlcipher-sys/min_sqlite_version_3_6_11"] blob = ["libsqlcipher-sys/min_sqlite_version_3_7_4"] buildtime_bindgen = ["libsqlcipher-sys/buildtime_bindgen"] bundled = ["libsqlcipher-sys/bundled"] functions = ["libsqlcipher-sys/min_sqlite_version_3_7_3"] hooks = [] limits = [] load_extension = [] sqlcipher = ["libsqlcipher-sys/sqlcipher"] trace = ["libsqlcipher-sys/min_sqlite_version_3_6_23"] [badges.appveyor] repository = "jgallagher/rusqlite" [badges.travis-ci] repository = "jgallagher/rusqlite"