[dependencies.async-trait]
version = "0.1.56"
[dependencies.dunce]
version = "1.0.4"
[dependencies.libsql]
default-features = false
features = ["core", "remote"]
version = "0.9"
[dependencies.serde]
features = ["derive"]
version = "1"
[dependencies.shuttle-service]
version = "0.57.0"
[dependencies.url]
features = ["serde"]
version = "2.3.1"
[dev-dependencies.tempfile]
version = "3.3.0"
[dev-dependencies.tokio]
features = ["rt-multi-thread", "macros"]
version = "1.28.2"
[lib]
name = "shuttle_turso"
path = "src/lib.rs"
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Plugin to obtain a client connected to a Turso database"
edition = "2021"
keywords = ["shuttle-service", "turso"]
license = "Apache-2.0"
name = "shuttle-turso"
readme = "README.md"
repository = "https://github.com/shuttle-hq/shuttle"
version = "0.57.0"