[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"