storeit_libsql 0.1.7

LibSQL/Turso backend adapter for the storeit repository framework
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 = "2021"
rust-version = "1.70"
name = "storeit_libsql"
version = "0.1.7"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "LibSQL/Turso backend adapter for the storeit repository framework"
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/dahankzter/storeit-rs/"

[features]
default = []
libsql = ["dep:libsql"]
libsql-backend = [
    "dep:libsql",
    "dep:tokio",
]
libsql_returning = ["storeit_sql_builder/libsql_returning"]
metrics = ["dep:metrics"]
tokio = ["dep:tokio"]
tracing = ["dep:tracing"]
unstable = []

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

[[example]]
name = "basic_libsql"
path = "examples/basic_libsql.rs"

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

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

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

[dependencies.libsql]
version = "0.9.20"
optional = true

[dependencies.metrics]
version = "0.21"
optional = true

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

[dependencies.serde_json]
version = "1"

[dependencies.storeit_core]
version = "0.1"
package = "storeit_core"

[dependencies.storeit_sql_builder]
version = "0.1"
features = ["libsql"]
package = "storeit_sql_builder"

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

[dependencies.tracing]
version = ">=0.1, <0.2"
optional = true

[dev-dependencies.criterion]
version = "0.5"

[dev-dependencies.storeit_macros]
version = "0.1"
package = "storeit_macros"

[dev-dependencies.tempfile]
version = "3"