quick-oxibooks-sql 0.4.3

A library to construct type-checked and safe SQL queries for Oxibooks.
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 = "quick-oxibooks-sql"
version = "0.4.3"
authors = ["@exotik850"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A library to construct type-checked and safe SQL queries for Oxibooks."
readme = "README.md"
keywords = [
    "quickbooks",
    "quickbooks-online",
    "api",
    "client",
    "rust",
]
categories = [
    "api-bindings",
    "web-programming",
]
license = "MIT"
repository = "https://github.com/exotik850/quick-oxibooks-sql"

[features]
api = [
    "dep:quick-oxibooks",
    "dep:ureq",
]
default = [
    "api",
    "macros",
]
macros = [
    "dep:quick-oxibooks-sql-macro",
    "dep:pastey",
]

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

[dependencies.pastey]
version = "0.2"
optional = true

[dependencies.quick-oxibooks]
version = "0.2"
optional = true

[dependencies.quick-oxibooks-sql-macro]
version = "0.3"
optional = true

[dependencies.quickbooks-types]
version = "0.1.1"

[dependencies.quote]
version = "1.0"

[dependencies.ureq]
version = "3.2"
optional = true