# 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" rust-version = "1.66" name = "binocle" version = "0.3.2" authors = ["David Peter "] description = "A graphical tool to visualize binary data" homepage = "https://github.com/sharkdp/binocle" readme = "README.md" license = "MIT/Apache-2.0" repository = "https://github.com/sharkdp/binocle" [dependencies.anyhow] version = "1.0" [dependencies.clap] version = "3.0" features = ["derive"] [dependencies.colorgrad] version = "0.5" [dependencies.egui] version = "0.22" [dependencies.egui-wgpu] version = "0.22.0" [dependencies.egui-winit] version = "0.22" default-features = false [dependencies.env_logger] version = "0.9" [dependencies.humansize] version = "1.1" [dependencies.log] version = "0.4" [dependencies.memmap2] version = "0.5.0" [dependencies.pixels] version = "0.13" [dependencies.proc-macro2] version = "1.0.69" [dependencies.winit] version = "0.28" [dependencies.winit_input_helper] version = "0.14" [features] default = ["optimize"] optimize = ["log/release_max_level_warn"]