[package] name = "sql-support" edition = "2021" version = "0.1.0" authors = ["Thom Chiovoloni "] license = "MPL-2.0" [features] default = [] [dependencies] log = "0.4" lazy_static = "1.4" interrupt-support = { path = "../interrupt" } ffi-support = "0.4" thiserror = "1.0" tempfile = "3.1.0" [dependencies.rusqlite] version = "0.28.0" features = ["functions", "limits", "bundled", "unlock_notify"] [dev-dependencies] env_logger = {version = "0.7", default-features = false} [build-dependencies] nss_build_common = { path = "../rc_crypto/nss/nss_build_common" }