# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" rust-version = "1.65.0" name = "libnotcurses-sys" version = "3.11.0" authors = [ "nick black ", "José Luis Cruz ", ] build = "build/build.rs" links = "notcurses" include = [ "/build/", "/examples/hello-world-*.rs", "/src/**/*.rs", "/LICENSE-*", "/README.md", ] description = "Low-level Rust bindings for the notcurses C library." homepage = "https://nick-black.com/dankwiki/index.php/Notcurses" documentation = "https://docs.rs/libnotcurses-sys/" readme = "./README.md" keywords = [ "tui", "cli", "terminal", "ncurses", "ffi", ] categories = [ "external-ffi-bindings", "command-line-interface", "visualization", "multimedia", "rendering", ] license = "MIT OR Apache-2.0" repository = "https://github.com/dankamongmen/libnotcurses-sys" [package.metadata.docs.rs] features = ["nightly_docs"] [dependencies.libc] version = "0.2.152" optional = true default-features = false [dev-dependencies.rand] version = "0.8" [dev-dependencies.serial_test] version = "1.0.0" [build-dependencies.bindgen] version = "0.66.1" features = ["runtime"] default-features = false [build-dependencies.cc] version = "1.0" optional = true [build-dependencies.pkg-config] version = "0.3.25" [features] compile_csource = [ "cc", "keep_vendored", ] default = [ "libc", "keep_vendored", ] keep_vendored = [] nightly = [] nightly_docs = [ "nightly", "std", "use_vendored_bindings", ] std = ["libc"] use_vendored_bindings = ["keep_vendored"] vendor_bindings = [] vendor_csource = [] [badges.maintenance] status = "passively-maintained"