# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "hexed" version = "0.2.0" authors = ["Adolfo H. Wernke "] description = "A Rusty hexdump" readme = "README.md" keywords = ["hexdump", "hex"] categories = ["command-line-interface", "command-line-utilities", "development-tools", "visualization"] license = "MIT" repository = "https://github.com/adolfohw/hexed" [profile.release] opt-level = 3 lto = "fat" codegen-units = 1 debug = 0 panic = "abort" [dependencies.crossterm] version = "0.17" [dependencies.ctrlc] version = "3.1" [dependencies.structopt] version = "0.3" features = ["suggestions", "wrap_help"] default-features = false