zdbview 0.10.0

Terminal inspector and CRUD editor for rkyv archives and SQLite databases
# 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"
name = "zdbview"
version = "0.10.0"
authors = ["MenkeTechnologies <linux.dev25@gmail.com>"]
build = false
exclude = [
    "/docs",
    "/screenshots",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Terminal inspector and CRUD editor for rkyv archives and SQLite databases"
homepage = "https://menketechnologies.github.io/zdbview"
documentation = "https://docs.rs/zdbview"
readme = "README.md"
keywords = [
    "sqlite",
    "rkyv",
    "tui",
    "database",
    "viewer",
]
categories = [
    "command-line-utilities",
    "database",
]
license = "MIT"
repository = "https://github.com/MenkeTechnologies/zdbview"

[features]
default = ["disasm"]
disasm = [
    "dep:fusevm",
    "dep:bincode",
]

[[bin]]
name = "zdbview"
path = "src/main.rs"

[[example]]
name = "decode"
path = "examples/decode.rs"

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

[dependencies.anyhow]
version = "1"

[dependencies.bincode]
version = "1"
optional = true

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

[dependencies.crossterm]
version = "0.29"

[dependencies.fusevm]
version = "0.14"
optional = true
default-features = false

[dependencies.ratatui]
version = "0.30"

[dependencies.rkyv]
version = "0.7"
features = [
    "validation",
    "archive_le",
    "size_32",
]

[dependencies.rusqlite]
version = "0.40"
features = [
    "bundled",
    "hooks",
]

[profile.release]
lto = true
strip = true