quickbooks-types 0.1.2

Type definitions for QuickBooks Online API
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 = "2021"
name = "quickbooks-types"
version = "0.1.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Type definitions for QuickBooks Online API"
readme = "README.md"
keywords = [
    "quickbooks",
    "quickbooks-online",
    "api",
    "types",
    "rust",
]
categories = [
    "api-bindings",
    "web-programming",
]
license = "MIT"
repository = "https://github.com/exotik850/quickbooks-types"

[features]
builder = ["dep:derive_builder"]
polars = ["dep:polars"]

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

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

[dependencies.chrono]
version = "0.4"
features = ["serde"]

[dependencies.derive_builder]
version = "0.20"
optional = true

[dependencies.paste]
version = "1.0"

[dependencies.polars]
version = "0.49"
optional = true

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

[dependencies.serde_json]
version = "1.0"

[dependencies.serde_with]
version = "3.12"

[dependencies.thiserror]
version = "2.0"