jetdb 0.2.1

Pure Rust library for reading Microsoft Access (.mdb/.accdb) 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 = "2021"
rust-version = "1.85"
name = "jetdb"
version = "0.2.1"
build = false
exclude = [
    "testdata/",
    "AGENTS*",
    "CLAUDE*",
    ".claude/",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Pure Rust library for reading Microsoft Access (.mdb/.accdb) files"
documentation = "https://docs.rs/jetdb"
readme = "README.md"
keywords = [
    "access",
    "mdb",
    "accdb",
    "jet",
    "database",
]
categories = [
    "database",
    "parser-implementations",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/dominion525/jetdb"

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

[dependencies.aes]
version = "0.8"

[dependencies.base64]
version = "0.22"

[dependencies.cbc]
version = "0.1"

[dependencies.cfb]
version = "0.14"

[dependencies.ecb]
version = "0.1"

[dependencies.log]
version = "0.4"

[dependencies.ovba]
version = "0.7"

[dependencies.quick-xml]
version = "0.37"

[dependencies.sha1]
version = "0.10"

[dependencies.sha2]
version = "0.10"

[dependencies.subtle]
version = "2.6"

[dependencies.zeroize]
version = "1.8"