notcurses/rust/libnotcurses-sys/Cargo.toml

40 lines
970 B
TOML
Raw Normal View History

[package]
name = "libnotcurses-sys"
version = "1.6.11"
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."
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.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]
libc = {version = "0.2.74", default-features = false}
cty = "0.2.1"
# blocked by: https://github.com/Amanieu/cstr_core/issues/4
# cstr_core = "0.2"
cstr_core = {path = "../../../../_temp_clones/cstr_core"}
libc-print = "0.1.13"
[build-dependencies]
2020-04-14 15:59:41 +00:00
bindgen = ">= 0.52.0"
2020-02-05 10:28:35 +00:00
cc = "1.0"
pkg-config = "0.3.18"
[dev-dependencies]
serial_test = ">= 0.4.0"
serial_test_derive = ">= 0.4.0"
[lib]
doctest = false