openqbw 0.1.1

QuickBooks .qbw file parser built on opensqlany page-store.
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.87"
name = "openqbw"
version = "0.1.1"
authors = ["Nathan Riley"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "QuickBooks .qbw file parser built on opensqlany page-store."
homepage = "https://sigilweaver.app/openqbw/"
documentation = "https://sigilweaver.app/openqbw/docs/"
readme = "README.md"
keywords = [
    "quickbooks",
    "qbw",
    "accounting",
    "parser",
]
categories = ["parser-implementations"]
license = "Apache-2.0"
repository = "https://github.com/Sigilweaver/OpenQBW"

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

[dependencies.opensqlany]
version = "0.1.0"

[dependencies.thiserror]
version = "1"

[lints.rust]
unsafe_code = "forbid"