newt 0.3.0

Rust bindings for the Newt console UI library
Documentation
[package]
name = "newt"
version = "0.3.0"
authors = ["Robert Gill <locke@sdf.lonestar.org>"]
description = "Rust bindings for the Newt console UI library"
repository = "https://github.com/xelkarin/newt-rs"
license = "LGPL-2.0-only"
categories = ["api-bindings", "os::unix-apis"]
keywords = ["bindings", "tui"]
readme = "README.md"
edition = "2018"

[features]
static = ["newt-sys/static"]

[dependencies]
libc     = "0.2.0"
newt-sys = "0.1.3"
newt_component_derive = { path = "./newt_component_derive", version = "0.0.0" }

[dev-dependencies]
chrono   = "0.4"
tempfile = "3.0"