# 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 = "hx" version = "0.6.0" authors = ["sitkevij"] include = [ "src/**/*", "Cargo.toml", "Cargo.lock", "README.md", "hx.1", "tests/**/*", ] description = "Futuristic take on hexdump, made in Rust." readme = "README.md" keywords = [ "hexdump", "hexadecimal", "tools", "ascii", "hex", ] categories = [ "command-line-utilities", "development-tools", ] license = "MIT" repository = "https://github.com/sitkevij/hex" [profile.dev] opt-level = 0 codegen-units = 16 panic = "unwind" [profile.release] opt-level = 3 [dependencies.ansi_term] version = "0.12" [dependencies.clap] version = "4.4" [dependencies.no_color] version = "0.1" [dev-dependencies.assert_cmd] version = "2.0" [dev-dependencies.rusty-hook] version = "^0.11"