[[bin]]
name = "whatsyoursign"
path = "src/main.rs"
[dependencies.atty]
version = "0.2"
[dependencies.clap]
features = ["derive"]
version = "4.5.53"
[dependencies.owo-colors]
version = "4.0"
[dependencies.serde]
features = ["derive"]
version = "1.0"
[dependencies.serde_json]
version = "1.0"
[dependencies.which]
version = "8.0.0"
[lints.clippy]
all = "warn"
cargo = "warn"
nursery = "warn"
pedantic = "warn"
style = "warn"
[lints.clippy.module_name_repetitions]
level = "allow"
priority = 1
[lints.clippy.struct_excessive_bools]
level = "allow"
priority = 1
[lints.clippy.unnecessary_debug_formatting]
level = "allow"
priority = 1
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-utilities"]
description = "A tool to inspect the signature of a file"
edition = "2024"
keywords = ["macos", "signature", "inspect", "debug"]
license = "AGPL-3.0"
name = "whatsyoursign"
readme = "README.md"
repository = "https://github.com/anhkhoakz/some-rust-scripts/tree/main/whatsyoursign"
version = "0.1.1"
[profile.release]
codegen-units = 1
debug = 0
incremental = false
lto = true
opt-level = 3
panic = "abort"
strip = true