notcurses/rust/libnotcurses-sys/Cargo.toml

19 lines
520 B
TOML
Raw Normal View History

[package]
name = "libnotcurses-sys"
2020-01-15 06:46:21 +00:00
authors = ["nick black <dankamongmen@gmail.com>"]
license = "Apache-2.0"
description = "Low-level rust bindings for the notcurses C library."
repository = "https://github.com/dankamongmen/notcurses"
homepage = "https://nick-black.com/dankwiki/index.php/Notcurses"
2020-04-27 01:25:23 +00:00
version = "1.3.3"
links = "notcurses"
build = "build.rs"
edition = "2018"
2020-03-27 10:27:26 +00:00
categories = ["external-ffi-bindings"]
2020-02-05 10:28:35 +00:00
[dependencies]
libc = "0.2.66"
[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.17"