jetdb-cli 0.3.0

CLI tool for reading Microsoft Access (.mdb/.accdb) files
# 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-cli"
version = "0.3.0"
build = false
exclude = [
    "testdata/",
    "AGENTS*",
    "CLAUDE*",
    ".claude/",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "CLI tool for reading Microsoft Access (.mdb/.accdb) files"
readme = "README.md"
keywords = [
    "access",
    "mdb",
    "accdb",
    "jet",
    "cli",
]
categories = [
    "command-line-utilities",
    "database",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/dominion525/jetdb"

[[bin]]
name = "jetdb"
path = "src/main.rs"
doc = false

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

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

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

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

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

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

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

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

[dependencies.clap]
version = "4"
features = ["derive"]

[dependencies.env_logger]
version = "0.11"

[dependencies.jetdb]
version = "0.3.0"

[dependencies.log]
version = "0.4"