lattice-sql-client 1.1.0

Typed Rust client SDK for lattice-sql — SQL frontend for lattice-db
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.85"
name = "lattice-sql-client"
version = "1.1.0"
authors = ["Taika 3D Oy"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Typed Rust client SDK for lattice-sql — SQL frontend for lattice-db"
readme = "README.md"
keywords = [
    "lattice-db",
    "lattice-sql",
    "sql",
    "nats",
    "wasi",
]
categories = [
    "database",
    "wasm",
]
license = "Apache-2.0"
repository = "https://github.com/Taika-3D-Oy/lattice-db"

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

[[example]]
name = "smoke_test"
crate-type = ["cdylib"]
path = "examples/smoke_test.rs"

[dependencies.nats-wasi]
version = "0.8"
package = "nats-wasip3"

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

[dependencies.serde_json]
version = "1"

[dependencies.wasip3]
version = "0.5"

[dependencies.wit-bindgen]
version = "0.54"
features = [
    "async",
    "async-spawn",
    "macros",
]
default-features = false