nahpu_db 0.1.1

A utility crate for handling database schema and models, auto-generating Rust structs from the NAHPU SQLite Drift schema.
# 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 = "nahpu_db"
version = "0.1.1"
authors = ["Heru Handika <herubiolog@gmail.com>"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A utility crate for handling database schema and models, auto-generating Rust structs from the NAHPU SQLite Drift schema."
homepage = "https://www.nahpu.app/"
readme = "README.md"
keywords = [
    "nahpu",
    "database",
    "sqlite",
    "drift",
    "schema",
]
categories = [
    "data-structures",
    "science",
]
license = "MIT"
repository = "https://github.com/hhandika/nahpu_api"

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

[dependencies.calamine]
version = "0.35.0"
features = ["dates"]

[dependencies.csv]
version = "1.3"

[dependencies.rust_xlsxwriter]
version = "0.95.0"
features = ["serde"]

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

[dependencies.serde_json]
version = "1.0.150"

[dev-dependencies.serde_json]
version = "1.0.150"

[build-dependencies.heck]
version = "0.5.0"

[build-dependencies.reqwest]
version = "0.13.4"
features = ["blocking"]

[build-dependencies.sqlparser]
version = "0.62.0"