# 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 = "hexxd" version = "0.1.4" authors = ["Zachary Frost "] description = "Standalone `xxd` replacement intended for Neovim users" homepage = "https://github.com/zfzackfrost/hexxd" readme = "README.md" keywords = ["developer", "utility", "hexdump", "text-editor", "command-line"] categories = ["command-line-utilities", "development-tools", "text-editors", "emulators", "encoding"] license = "MIT" repository = "https://github.com/zfzackfrost/hexxd" resolver = "2" [dependencies.quick-error] version = "2.0.1" [dependencies.structopt] version = "0.3.25"