cartel-sqlite 0.1.2

SQLite driver for the dope runtime
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 = "cartel-sqlite"
version = "0.1.2"
authors = ["inq <gofiri@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "SQLite driver for the dope runtime"
readme = false
license = "MIT"
repository = "https://github.com/dope-rs/cartel"
resolver = "2"

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

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

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

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

[dependencies.cartel-gen]
version = "0.1.2"

[dependencies.rusqlite]
version = "0.32"
features = ["bundled"]