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 = "rhosql"
version = "0.1.1"
authors = ["ariaandika"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "SQLite Toolkit"
documentation = "https://docs.rs/rhosql"
readme = "README.md"
keywords = [
    "sqlite",
    "database",
]
categories = ["database"]
license = "MIT"
repository = "https://github.com/ariaandika/rhosql"

[features]
bundled = ["libsqlite3-sys/bundled"]
log = ["dep:log"]

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

[dependencies.libsqlite3-sys]
version = "0.32.0"

[dependencies.log]
version = "0.4.27"
optional = true

[dependencies.lru]
version = "0.13.0"
default-features = false

[dependencies.rhosql-macros]
version = "0.1.0"