Do this by upgrading `application-services` repos to a commit that _only_ differs from the current one in its `rusqlite` dependency. Differential Revision: https://phabricator.services.mozilla.com/D244233
119 lines
2.3 KiB
TOML
119 lines
2.3 KiB
TOML
# 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 are reading this file be aware that the original Cargo.toml
|
|
# will likely look very different (and much more reasonable).
|
|
# See Cargo.toml.orig for the original contents.
|
|
|
|
[package]
|
|
edition = "2021"
|
|
name = "libsqlite3-sys"
|
|
version = "0.31.0"
|
|
authors = ["The rusqlite developers"]
|
|
build = "build.rs"
|
|
links = "sqlite3"
|
|
autolib = false
|
|
autobins = false
|
|
autoexamples = false
|
|
autotests = false
|
|
autobenches = false
|
|
description = "Native bindings to the libsqlite3 library"
|
|
readme = "README.md"
|
|
keywords = [
|
|
"sqlite",
|
|
"sqlcipher",
|
|
"ffi",
|
|
]
|
|
categories = ["external-ffi-bindings"]
|
|
license = "MIT"
|
|
repository = "https://github.com/rusqlite/rusqlite"
|
|
|
|
[features]
|
|
buildtime_bindgen = [
|
|
"bindgen",
|
|
"pkg-config",
|
|
"vcpkg",
|
|
]
|
|
bundled = [
|
|
"cc",
|
|
"bundled_bindings",
|
|
]
|
|
bundled-sqlcipher = ["bundled"]
|
|
bundled-sqlcipher-vendored-openssl = [
|
|
"bundled-sqlcipher",
|
|
"openssl-sys/vendored",
|
|
]
|
|
bundled-windows = [
|
|
"cc",
|
|
"bundled_bindings",
|
|
]
|
|
bundled_bindings = []
|
|
default = ["min_sqlite_version_3_14_0"]
|
|
in_gecko = []
|
|
loadable_extension = [
|
|
"prettyplease",
|
|
"quote",
|
|
"syn",
|
|
]
|
|
min_sqlite_version_3_14_0 = [
|
|
"pkg-config",
|
|
"vcpkg",
|
|
]
|
|
preupdate_hook = ["buildtime_bindgen"]
|
|
session = [
|
|
"preupdate_hook",
|
|
"buildtime_bindgen",
|
|
]
|
|
sqlcipher = []
|
|
unlock_notify = []
|
|
wasm32-wasi-vfs = []
|
|
with-asan = []
|
|
|
|
[lib]
|
|
name = "libsqlite3_sys"
|
|
path = "src/lib.rs"
|
|
|
|
[dependencies.openssl-sys]
|
|
version = "0.9.103"
|
|
optional = true
|
|
|
|
[build-dependencies.bindgen]
|
|
version = "0.71"
|
|
features = ["runtime"]
|
|
optional = true
|
|
default-features = false
|
|
|
|
[build-dependencies.cc]
|
|
version = "1.1.6"
|
|
optional = true
|
|
|
|
[build-dependencies.pkg-config]
|
|
version = "0.3.19"
|
|
optional = true
|
|
|
|
[build-dependencies.prettyplease]
|
|
version = "0.2.20"
|
|
optional = true
|
|
|
|
[build-dependencies.quote]
|
|
version = "1.0.36"
|
|
optional = true
|
|
default-features = false
|
|
|
|
[build-dependencies.syn]
|
|
version = "2.0.72"
|
|
features = [
|
|
"full",
|
|
"extra-traits",
|
|
"visit-mut",
|
|
]
|
|
optional = true
|
|
|
|
[build-dependencies.vcpkg]
|
|
version = "0.2.15"
|
|
optional = true
|