tank-sqlite 0.22.0

SQLite driver implementation for Tank: the Rust data layer
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 = "2024"
name = "tank-sqlite"
version = "0.22.0"
authors = ["barsdeveloper <barsdeveloper@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "SQLite driver implementation for Tank: the Rust data layer"
readme = "README.md"
categories = ["database"]
license = "Apache-2.0"
repository = "https://github.com/TankHQ/tank"

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

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

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

[dependencies.async-stream]
version = "0"

[dependencies.flume]
version = "0"

[dependencies.libsqlite3-sys]
version = "0"
features = ["bundled"]

[dependencies.log]
version = "0"

[dependencies.rust_decimal]
version = "1"

[dependencies.tank-core]
version = "0"
default-features = false

[dependencies.tokio]
version = "1"
features = [
    "fs",
    "macros",
    "rt-multi-thread",
    "sync",
]

[dependencies.url]
version = "2"

[dependencies.urlencoding]
version = "2"

[dependencies.uuid]
version = "1"

[dev-dependencies]