notcurses/rust/Cargo.toml

33 lines
869 B
TOML
Raw Normal View History

[package]
name = "libnotcurses-sys"
2020-12-16 22:42:06 +00:00
version = "2.1.1"
2020-01-15 06:46:21 +00:00
authors = ["nick black <dankamongmen@gmail.com>"]
license = "Apache-2.0"
edition = "2018"
description = "Low-level Rust bindings for the notcurses C library."
documentation = "https://dankamongmen.github.io/notcurses/rustdoc/libnotcurses_sys/"
2020-01-15 06:46:21 +00:00
repository = "https://github.com/dankamongmen/notcurses"
homepage = "https://nick-black.com/dankwiki/index.php/Notcurses"
links = "notcurses"
build = "build/build.rs"
categories = [
"external-ffi-bindings",
"command-line-interface",
"visualization",
"multimedia",
"rendering",
]
keywords = ["tui", "cli", "terminal", "ncurses", "ffi"]
2020-02-05 10:28:35 +00:00
[dependencies]
2020-11-04 11:02:13 +00:00
libc = {version = "0.2.80", default-features = false}
cty = "0.2.1"
[build-dependencies]
bindgen = ">= 0.55.1"
pkg-config = ">= 0.3.18"
[dev-dependencies]
2020-11-04 11:02:13 +00:00
serial_test = ">= 0.5.0"
serial_test_derive = ">= 0.5.0"