zarja 0.1.3

Extract Protocol Buffer definitions from compiled binaries
[[bin]]
name = "zarja"
path = "src/main.rs"

[dependencies.anyhow]
version = "1.0"

[dependencies.blake3]
version = "1.5"

[dependencies.clap]
features = ["derive", "env", "wrap_help"]
version = "4.5"

[dependencies.tracing]
version = "0.1"

[dependencies.tracing-subscriber]
features = ["env-filter"]
version = "0.3"

[dependencies.walkdir]
version = "2.5"

[dependencies.zarja-core]
version = "0.1.0"

[dev-dependencies.tempfile]
version = "3.10"

[package]
authors = ["Kenan Sulayman"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-utilities", "development-tools"]
description = "Extract Protocol Buffer definitions from compiled binaries"
documentation = "https://docs.rs/zarja"
edition = "2021"
homepage = "https://github.com/19h/zarja"
keywords = ["protobuf", "reverse-engineering", "binary-analysis"]
license = "MIT"
name = "zarja"
readme = "README.md"
repository = "https://github.com/19h/zarja"
rust-version = "1.75"
version = "0.1.3"