libsql-rusqlite 0.10.0-pre.4

Ergonomic wrapper for SQLite (libsql fork)
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 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 = "2018"
name = "libsql-rusqlite"
version = "0.10.0-pre.4"
authors = ["The rusqlite developers"]
build = false
exclude = [
    "/.github/*",
    "/.gitattributes",
    "/appveyor.yml",
    "/Changelog.md",
    "/clippy.toml",
    "/codecov.yml",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Ergonomic wrapper for SQLite (libsql fork)"
documentation = "http://docs.rs/rusqlite/"
readme = "README.md"
keywords = [
    "sqlite",
    "database",
    "ffi",
]
categories = ["database"]
license = "MIT"
resolver = "3"

[package.metadata.dist]
dist = false

[package.metadata.docs.rs]
all-features = false
default-target = "x86_64-unknown-linux-gnu"
features = ["modern-full"]
no-default-features = true
rustdoc-args = [
    "--cfg",
    "docsrs",
]

[package.metadata.playground]
all-features = false
features = ["bundled-full"]

[badges.appveyor]
repository = "rusqlite/rusqlite"

[badges.codecov]
repository = "rusqlite/rusqlite"

[badges.maintenance]
status = "actively-developed"

[features]
array = ["vtab"]
backup = []
blob = []
bundled = []
collation = []
column_decltype = []
csvtab = [
    "csv",
    "vtab",
]
extra_check = []
functions = []
hooks = []
i128_blob = []
libsql-experimental = []
libsql-wasm-experimental = ["libsql-experimental"]
limits = []
load_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",
    "url",
    "uuid",
    "vtab",
    "window",
]
modern_sqlite = []
release_memory = []
series = ["vtab"]
session = [
    "libsql-ffi/session",
    "hooks",
]
sqlcipher = []
trace = []
unlock_notify = []
vtab = []
window = ["functions"]

[lib]
name = "rusqlite"
path = "src/lib.rs"

[[test]]
name = "config_log"
path = "tests/config_log.rs"
harness = false

[[test]]
name = "deny_single_threaded_sqlite_config"
path = "tests/deny_single_threaded_sqlite_config.rs"

[[test]]
name = "vtab"
path = "tests/vtab.rs"

[[bench]]
name = "cache"
path = "benches/cache.rs"
harness = false

[[bench]]
name = "exec"
path = "benches/exec.rs"
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.2"

[dependencies.fallible-streaming-iterator]
version = "0.1"

[dependencies.hashlink]
version = "0.8"

[dependencies.libsql-ffi]
version = "0.10.0-pre.4"

[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"]