[package] edition = "2021" name = "binary2treemap" version = "0.0.2" description = "Create a treemap of the source code of each byte in a binary. Investigate binary bloat." homepage = "https://github.com/Enselic/binary2treemap" documentation = "https://docs.rs/binary2treemap" readme = "README.md" # TODO keywords = ["foo", "bar"] # TODO categories = ["baz", "bom"] license = "MIT" repository = "https://github.com/Enselic/binary2treemap" [dependencies] addr2line = "0.21.0" axum = "0.7.4" handlebars = "5.1.0" serde_derive = "1.0.196" serde_json = "1.0.113" [dependencies.tokio] version = "1.36.0" features = ["macros", "rt"] [dependencies.clap] version = "4.4.10" features = ["derive", "wrap_help"] [dependencies.object] version = "0.32.2" default-features = false features = ["read"] [dependencies.serde] version = "1.0.196" [profile.release] # So we can use this tool on our own release builds. Note that codgen is still # optimized, thus just adds debug info to the binary. debug = true