toasty-driver-sqlite 0.4.0

SQLite driver for Toasty
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"
rust-version = "1.94"
name = "toasty-driver-sqlite"
version = "0.4.0"
authors = ["Carl Lerche <me@carllerche.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "SQLite driver for Toasty"
homepage = "https://github.com/tokio-rs/toasty"
documentation = "https://docs.rs/toasty-driver-sqlite"
readme = "README.md"
keywords = [
    "orm",
    "database",
    "sql",
    "nosql",
    "async",
]
categories = ["database"]
license = "MIT"
repository = "https://github.com/tokio-rs/toasty"
resolver = "2"

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

[dependencies.async-trait]
version = "0.1.89"

[dependencies.rusqlite]
version = "0.39"
features = ["bundled"]

[dependencies.serde]
version = "1.0.228"
features = ["derive"]

[dependencies.serde_json]
version = "1.0.149"

[dependencies.toasty-core]
version = "0.4.0"

[dependencies.toasty-sql]
version = "0.4.0"

[dependencies.tracing]
version = "0.1"

[dependencies.url]
version = "2.5.8"

[dependencies.uuid]
version = "1.23.0"
features = [
    "v4",
    "v7",
    "fast-rng",
]

[lints.rust]
unsafe_code = "deny"