nvis 0.1.2

A very simple input visualizer
# 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 = "nvis"
version = "0.1.2"
authors = ["William Woodruff <william@yossarian.net>"]
description = "A very simple input visualizer"
homepage = "https://github.com/woodruffw/nvis"
license = "MIT"
[dependencies.base32]
version = "0.4.0"

[dependencies.base64]
version = "0.10.1"

[dependencies.byteorder]
version = "1.3.2"

[dependencies.clipboard]
version = "0.5.0"

[dependencies.cursive]
version = "0.12"

[dependencies.hex]
version = "0.3.2"
[badges.maintenance]
status = "experimental"

[badges.travis-ci]
branch = "master"
repository = "woodruffw/nvis"