wb_sqlite 0.3.0

Derive map of struct/field to SQLite table/column. Generate const/fn for create-table, insert, select, update.
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"
rust-version = "1.85"
name = "wb_sqlite"
version = "0.3.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Derive map of struct/field to SQLite table/column. Generate const/fn for create-table, insert, select, update."
readme = "README.md"
keywords = [
    "database",
    "derive",
    "orm",
    "sqlite",
]
categories = ["database"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/wbcat/wb_sqlite"

[lib]
name = "wb_sqlite"
path = "src/lib.rs"
proc-macro = true

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

[dependencies.convert_case]
version = "0.11.0"

[dependencies.virtue]
version = "0.0.19"

[dev-dependencies.rusqlite]
version = "0.32.1"
features = ["bundled"]

[dev-dependencies.sqlx]
version = "0.8.6"
features = [
    "runtime-tokio",
    "sqlite",
]

[dev-dependencies.tokio]
version = "1.52.3"
features = [
    "macros",
    "rt",
]