cratestack-client-store-sqlite 0.4.13

Rust-native schema-first framework for typed HTTP APIs, generated clients, and backend services.
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"
name = "cratestack-client-store-sqlite"
version = "0.4.13"
authors = ["Stephane Segning <selastlambou@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Rust-native schema-first framework for typed HTTP APIs, generated clients, and backend services."
homepage = "https://cratestack.dev"
documentation = "https://rust-doc.cratestack.dev/cratestack"
readme = "README.md"
keywords = [
    "api",
    "schema",
    "codegen",
    "axum",
    "sqlx",
]
categories = [
    "web-programming",
    "development-tools",
]
license = "MIT"
repository = "https://github.com/cratestack/cratestack"

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

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

[dependencies.chrono]
version = "0"
features = ["serde"]

[dependencies.cratestack-client-rust]
version = "0.4.13"
default-features = false

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

[dev-dependencies.axum]
version = "0"

[dev-dependencies.cratestack-codec-cbor]
version = "0.4.13"

[dev-dependencies.cratestack-core]
version = "0.4.13"

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

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

[dev-dependencies.url]
version = "2"