turbohex 0.1.1

Interactive terminal hex-viewer with plugin-based decoders
# 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 = "2024"
name = "turbohex"
version = "0.1.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Interactive terminal hex-viewer with plugin-based decoders"
homepage = "https://github.com/nmbr7/turbohex"
documentation = "https://docs.rs/turbohex"
readme = "README.md"
keywords = [
    "hexviewer",
    "tui",
    "binary",
    "wasm",
    "cli",
]
categories = [
    "command-line-utilities",
    "development-tools::debugging",
    "visualization",
    "encoding",
    "wasm",
]
license = "MIT"
repository = "https://github.com/nmbr7/turbohex"

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

[dependencies.chrono]
version = "0.4.44"
features = ["clock"]
default-features = false

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

[dependencies.crossterm]
version = "0.29.0"

[dependencies.memmap2]
version = "0.9.10"

[dependencies.mlua]
version = "0.11.6"
features = [
    "lua54",
    "vendored",
]

[dependencies.ratatui]
version = "0.30.0"

[dependencies.wasmtime]
version = "43.0.0"
features = [
    "cranelift",
    "runtime",
]