Source code

Revision control

Copy as Markdown

Other Tools

# 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 = "rusqlite"
version = "0.30.0"
authors = ["The rusqlite developers"]
exclude = [
"/.github/*",
"/.gitattributes",
"/appveyor.yml",
"/Changelog.md",
"/clippy.toml",
"/codecov.yml",
]
description = "Ergonomic wrapper for SQLite"
documentation = "https://docs.rs/rusqlite/"
readme = "README.md"
keywords = [
"sqlite",
"database",
"ffi",
]
categories = ["database"]
license = "MIT"
[package.metadata.docs.rs]
all-features = false
default-target = "x86_64-unknown-linux-gnu"
features = [
"modern-full",
"rusqlite-macros",
]
no-default-features = true
rustdoc-args = [
"--cfg",
"docsrs",
]
[package.metadata.playground]
all-features = false
features = ["bundled-full"]
[lib]
name = "rusqlite"
[[example]]
name = "loadable_extension"
crate-type = ["cdylib"]
required-features = [
"loadable_extension",
"modern_sqlite",
"functions",
"vtab",
"trace",
]
[[example]]
name = "load_extension"
required-features = [
"load_extension",
"bundled",
"functions",
"vtab",
"trace",
]
[[test]]
name = "config_log"
harness = false
[[test]]
name = "deny_single_threaded_sqlite_config"
[[test]]
name = "vtab"
[[bench]]
name = "cache"
harness = false
[[bench]]
name = "exec"
harness = false
[dependencies.bitflags]
version = "2.0"
[dependencies.chrono]
version = "0.4"
features = ["clock"]
optional = true
default-features = false
[dependencies.csv]
version = "1.1"
optional = true
[dependencies.fallible-iterator]
version = "0.3"
[dependencies.fallible-streaming-iterator]
version = "0.1"
[dependencies.hashlink]
version = "0.8"
[dependencies.libsqlite3-sys]
version = "0.27.0"
[dependencies.rusqlite-macros]
version = "0.1.0"
optional = true
[dependencies.serde_json]
version = "1.0"
optional = true
[dependencies.smallvec]
version = "1.6.1"
[dependencies.time]
version = "0.3.0"
features = [
"formatting",
"macros",
"parsing",
]
optional = true
[dependencies.url]
version = "2.1"
optional = true
[dependencies.uuid]
version = "1.0"
optional = true
[dev-dependencies.bencher]
version = "0.1"
[dev-dependencies.doc-comment]
version = "0.3"
[dev-dependencies.lazy_static]
version = "1.4"
[dev-dependencies.regex]
version = "1.5.5"
[dev-dependencies.tempfile]
version = "3.1.0"
[dev-dependencies.unicase]
version = "2.6.0"
[dev-dependencies.uuid]
version = "1.0"
features = ["v4"]
[features]
array = ["vtab"]
backup = []
blob = []
buildtime_bindgen = ["libsqlite3-sys/buildtime_bindgen"]
bundled = [
"libsqlite3-sys/bundled",
"modern_sqlite",
]
bundled-full = [
"modern-full",
"bundled",
]
bundled-sqlcipher = [
"libsqlite3-sys/bundled-sqlcipher",
"bundled",
]
bundled-sqlcipher-vendored-openssl = [
"libsqlite3-sys/bundled-sqlcipher-vendored-openssl",
"bundled-sqlcipher",
]
bundled-windows = ["libsqlite3-sys/bundled-windows"]
collation = []
column_decltype = []
csvtab = [
"csv",
"vtab",
]
extra_check = []
functions = []
hooks = []
i128_blob = []
in_gecko = [
"modern_sqlite",
"libsqlite3-sys/in_gecko",
]
limits = []
load_extension = []
loadable_extension = ["libsqlite3-sys/loadable_extension"]
modern-full = [
"array",
"backup",
"blob",
"modern_sqlite",
"chrono",
"collation",
"column_decltype",
"csvtab",
"extra_check",
"functions",
"hooks",
"i128_blob",
"limits",
"load_extension",
"serde_json",
"series",
"time",
"trace",
"unlock_notify",
"url",
"uuid",
"vtab",
"window",
]
modern_sqlite = ["libsqlite3-sys/bundled_bindings"]
release_memory = []
serialize = ["modern_sqlite"]
series = ["vtab"]
session = [
"libsqlite3-sys/session",
"hooks",
]
sqlcipher = ["libsqlite3-sys/sqlcipher"]
trace = []
unlock_notify = ["libsqlite3-sys/unlock_notify"]
vtab = []
wasm32-wasi-vfs = ["libsqlite3-sys/wasm32-wasi-vfs"]
window = ["functions"]
winsqlite3 = ["libsqlite3-sys/winsqlite3"]
with-asan = ["libsqlite3-sys/with-asan"]
[badges.appveyor]
repository = "rusqlite/rusqlite"
[badges.codecov]
repository = "rusqlite/rusqlite"
[badges.maintenance]
status = "actively-developed"