rsql_driver_libsql 0.20.0

rsql libsql driver
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.97.1"
name = "rsql_driver_libsql"
version = "0.20.0"
authors = ["Brian Heineman <brian.heineman@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "rsql libsql driver"
readme = false
keywords = [
    "database",
    "mysql",
    "postgresql",
    "sql",
    "sqlite",
]
categories = [
    "command-line-interface",
    "command-line-utilities",
    "database",
]
license = "Apache-2.0 OR MIT"
repository = "https://github.com/theseus-rs/rsql"

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

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

[dependencies.file_type]
version = "0.9.0"

[dependencies.indoc]
version = "2.0.7"

[dependencies.libsql]
version = "0.9.30"
features = [
    "core",
    "remote",
    "replication",
    "sync",
]
default-features = false

[dependencies.rsql_driver]
version = "0.20.0"

[dependencies.url]
version = "2.5.8"

[dev-dependencies.tokio]
version = "1.53.1"
features = [
    "macros",
    "rt",
]

[lints.clippy]
allow_attributes = "deny"
expect_used = "deny"
fallible_impl_from = "deny"
indexing_slicing = "deny"
large_stack_arrays = "allow"
mod_module_files = "deny"
panic = "deny"
panic_in_result_fn = "deny"
todo = "deny"
unimplemented = "deny"
unreachable = "deny"
unwrap_in_result = "deny"
unwrap_used = "deny"

[lints.clippy.pedantic]
level = "deny"
priority = -1

[lints.rust]
dead_code = "allow"
missing_debug_implementations = "deny"
unsafe_code = "deny"
unused_qualifications = "deny"
warnings = "deny"