# 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 = "xxv" version = "0.1.2" authors = ["Chris Vest "] exclude = ["docs/*", ".gitignore", ".travis.yml"] description = "A hex viewer for the terminal, with a visual text user interface." homepage = "https://chrisvest.github.io/xxv/" readme = "Readme.adoc" keywords = ["hex", "binary", "ncurses"] categories = ["command-line-utilities", "development-tools"] license = "GPL-3.0" repository = "https://github.com/chrisvest/xxv" [profile.release] opt-level = "s" lto = true codegen-units = 1 panic = "abort" overflow-checks = true [dependencies.backtrace] version = "0.3.35" [dependencies.bstr] version = "0.2.10" features = ["std"] default-features = false [dependencies.cursive] version = "0.14.0" default-features = false [dependencies.directories] version = "2.0.2" [dependencies.rmp-serde] version = "0.13.7" [dependencies.serde] version = "1.0.99" [dependencies.serde_derive] version = "1.0.99" [dependencies.time] version = "0.1.42" [dependencies.unicode-width] version = "0.1.6" [dev-dependencies.tempfile] version = "3.1.0" [features] crossterm = ["cursive/crossterm-backend"] default = ["cursive/ncurses-backend"] [target."cfg(target_os = \"linux\")".dependencies.rio] version = "0.9.2" [badges.travis-ci] repository = "chrisvest/xxv"