cursive_hexview 0.1.1

A simple hexviewer for cursive
Documentation
# 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]
name = "cursive_hexview"
version = "0.1.1"
authors = ["Marcel Hellwig <git@cookiesoft.de>"]
description = "A simple hexviewer for cursive"
readme = "Readme.md"
keywords = ["cursive", "hexview"]
license = "MIT"
repository = "https://github.com/hellow554/cursive_hexview.git"
[dependencies.cursive]
version = "0.7"
default-features = false

[dependencies.itertools]
version = "0.7"

[features]
blt-backend = ["cursive/blt-backend"]
default = ["ncurses-backend"]
ncurses-backend = ["cursive/ncurses-backend"]
pancurses-backend = ["cursive/pancurses-backend"]
termion-backend = ["cursive/termion-backend"]
[badges.travis-ci]
repository = "hellow554/cursive_hexview"