# 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.74" name = "hexyl" version = "0.15.0" authors = ["David Peter "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A command-line hex viewer" homepage = "https://github.com/sharkdp/hexyl" readme = "README.md" categories = ["command-line-utilities"] license = "MIT/Apache-2.0" repository = "https://github.com/sharkdp/hexyl" [profile.release] lto = true codegen-units = 1 [lib] name = "hexyl" path = "src/lib.rs" [[bin]] name = "hexyl" path = "src/main.rs" [[example]] name = "simple" path = "examples/simple.rs" [[test]] name = "integration_tests" path = "tests/integration_tests.rs" [dependencies.anyhow] version = "1.0" [dependencies.clap] version = "4" features = [ "derive", "wrap_help", ] [dependencies.const_format] version = "0.2" [dependencies.libc] version = "0.2" [dependencies.owo-colors] version = "4" [dependencies.supports-color] version = "3" [dependencies.terminal_size] version = "0.4" [dependencies.thiserror] version = "1.0" [dev-dependencies.assert_cmd] version = "2.0" [dev-dependencies.predicates] version = "3.0" [dev-dependencies.pretty_assertions] version = "1.4.0"