opensqlany 0.1.0

Reader for SAP SQL Anywhere on-disk page-store files
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 = "opensqlany"
version = "0.1.0"
authors = ["Nathan Riley"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Reader for SAP SQL Anywhere on-disk page-store files"
homepage = "https://sigilweaver.app/opensqlanywhere/"
documentation = "https://sigilweaver.app/opensqlanywhere/docs/"
readme = "README.md"
keywords = [
    "sqlanywhere",
    "database",
    "parser",
    "sap",
]
categories = [
    "parser-implementations",
    "database",
]
license = "Apache-2.0"
repository = "https://github.com/Sigilweaver/OpenSQLAnywhere"

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

[[test]]
name = "synthetic"
path = "tests/synthetic.rs"

[dependencies.crc32fast]
version = "1.4"

[dependencies.thiserror]
version = "1"

[dev-dependencies.crc32fast]
version = "1.4"

[lints.rust]
unsafe_code = "forbid"