neuxdb 0.3.1

A super simple, embedded, encrypted database like SQLite, using pipe-separated files and age encryption.
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.0"
name = "neuxdb"
version = "0.3.1"
authors = ["neuxdotdev <neuxdev1@gmail.com>"]
build = false
exclude = [
    "/.github",
    "/.vscode",
    "/.idea",
    "/target",
    "/.git",
    "*.rs.bak",
    "Cargo.lock",
    "tests/fixtures/*.tmp",
    "bench/**/*",
    "example/**/*",
]
include = [
    "/src/**/*",
    "/Cargo.toml",
    "/README.md",
    "/LICENSE*",
    "/CODE_OF_CONDUCT.md",
    "/CONTRIBUTING.md",
    "/SECURITY.md",
    "CHANGELOG.md",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A super simple, embedded, encrypted database like SQLite, using pipe-separated files and age encryption."
homepage = "https://github.com/neuxdotdev/neuxdb"
documentation = "https://docs.rs/neuxdb"
readme = "README.md"
keywords = [
    "database",
    "embedded",
    "encryption",
    "age",
    "cli",
]
categories = [
    "database",
    "command-line-utilities",
    "cryptography",
]
license = "MIT"
repository = "https://github.com/neuxdotdev/neuxdb"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = [
    "--cfg",
    "docsrs",
]

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

[dependencies.age]
version = "0.11.3"

[dependencies.age-crypto]
version = "0.2.0"

[dependencies.age-setup]
version = "0.2.1"

[dependencies.csv]
version = "1.4.0"

[dependencies.fs2]
version = "0.4.3"

[dependencies.hex]
version = "0.4"

[dependencies.hmac]
version = "0.13.0"

[dependencies.pbkdf2]
version = "0.13.0"

[dependencies.regex]
version = "1.12.3"

[dependencies.serde]
version = "1"
features = ["derive"]

[dependencies.serde_json]
version = "1"

[dependencies.sha2]
version = "0.11.0"

[dependencies.tempfile]
version = "3.27.0"

[dependencies.thiserror]
version = "2"

[dependencies.zeroize]
version = "1"

[lints.rust]
deprecated = "warn"
unsafe_code = "warn"
unused = "warn"