# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [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" license = "MIT" repository = "https://github.com/Enselic/binary2treemap" [profile.release] debug = 2 [dependencies.addr2line] version = "0.21.0" [dependencies.axum] version = "0.7.4" [dependencies.clap] version = "4.4.10" features = [ "derive", "wrap_help", ] [dependencies.handlebars] version = "5.1.0" [dependencies.object] version = "0.32.2" features = ["read"] default-features = false [dependencies.serde] version = "1.0.196" [dependencies.serde_derive] version = "1.0.196" [dependencies.serde_json] version = "1.0.113" [dependencies.tokio] version = "1.36.0" features = [ "macros", "rt", ]