[package] name = "saika" version = "0.1.1" edition = "2021" authors = ["PwnWriter < hey@pwnwriter.xyz >"] description = "A hexdump like tool but less bloated " readme = "README.md" repository = "https://github.com/pwnwriter/saika" homepage = "https://github.com/pwnwriter/saika" license = "MIT" keywords = ["bug-bounty", "hexdump", "ctf", "reverse-engineering"] categories = ["accessibility", "command-line-utilities"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] clap = { version = "4.2.4", features = ["derive"] } [profile.release] lto = true panic = "abort"