[build-dependencies.cc]
version = "1.0"
[build-dependencies.lazy_static]
version = "1.0"
[build-dependencies.pkg-config]
version = "0.3"
[build-dependencies.regex]
version = "1.0"
[features]
static = []
[lib]
name = "newt_sys"
path = "src/lib.rs"
[package]
authors = ["Robert Gill <rtgill82@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = "build/build.rs"
categories = ["external-ffi-bindings", "os::unix-apis"]
description = "Low-level bindings for the Newt console UI library"
edition = "2018"
keywords = ["bindings", "ffi", "tui"]
license = "LGPL-2.0-only"
links = "newt"
name = "newt-sys"
readme = "README.md"
repository = "https://github.com/rtgill82/newt-sys"
version = "0.2.2"
[[test]]
name = "link_tests"
path = "tests/link_tests.rs"