[package]
edition = "2021"
rust-version = "1.75"
name = "pcf-debug"
version = "0.0.4"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Inspection and visualisation tool for Partitioned Container Format (PCF) files"
homepage = "https://github.com/kduma-OSS/Partitioned-Container-Format"
readme = "README.md"
keywords = [
"pcf",
"container",
"debug",
"inspector",
"binary",
]
categories = [
"command-line-utilities",
"development-tools::debugging",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/kduma-OSS/Partitioned-Container-Format"
[lib]
name = "pcf_debug"
path = "src/lib.rs"
[[bin]]
name = "pcf-debug"
path = "src/main.rs"
[[test]]
name = "cli_snapshot"
path = "tests/cli_snapshot.rs"
[[test]]
name = "decode_pfs"
path = "tests/decode_pfs.rs"
[[test]]
name = "diagnostics"
path = "tests/diagnostics.rs"
[[test]]
name = "html_smoke"
path = "tests/html_smoke.rs"
[dependencies.pcf]
version = "0.0.4"