# 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 = "xv" version = "0.1.1" authors = ["Chris Vest "] description = "A hex viewer for the terminal, with a visual text user interface." homepage = "https://chrisvest.github.io/xv/" readme = "Readme.adoc" keywords = ["hex", "binary", "ncurses"] license = "Apache-2.0" repository = "https://github.com/chrisvest/xv" [profile.release] opt-level = "s" lto = true codegen-units = 1 panic = "abort" overflow-checks = true [dependencies.backtrace] version = "0.3.15" [dependencies.cursive] version = "0.12.0" default-features = false [dependencies.directories] version = "1.0.2" [dependencies.rmp-serde] version = "0.13.7" [dependencies.serde] version = "1.0.89" [dependencies.serde_derive] version = "1.0.89" [dependencies.time] version = "0.1.42" [dependencies.unicode-width] version = "0.1.5" [dev-dependencies.tempfile] version = "3.0.7" [features] blt-backend = ["cursive/blt-backend"] crossterm-backend = ["cursive/crossterm-backend"] default = ["ncurses-backend"] ncurses-backend = ["cursive/ncurses-backend"] pancurses-backend = ["cursive/pancurses-backend"] termion-backend = ["cursive/termion-backend"] [badges.travis-ci] repository = "chrisvest/xv"