[dependencies.goblin]
version = "0.8.0"
[package]
authors = ["Spangled"]
categories = ["command-line-utilities"]
description = "[DISCONTINUED/DEPRECATED] Bytez analyzes binary files to determine their format, architecture, and programming language."
edition = "2021"
homepage = "https://github.com/bedwaring/bytez"
keywords = ["cli", "bytes"]
license = "MIT"
name = "bytez"
readme = "README.md"
repository = "https://github.com/bedwaring/bytez"
version = "0.1.2"
[profile.dev]
codegen-units = 16
debug = 0
debug-assertions = false
incremental = true
lto = false
opt-level = 3
overflow-checks = true
panic = "unwind"
strip = "debuginfo"
[profile.release]
codegen-units = 16
debug = 0
debug-assertions = false
incremental = false
lto = false
opt-level = 3
overflow-checks = true
panic = "unwind"
strip = "debuginfo"