# 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 = "2018" name = "newt" version = "0.6.8" authors = ["Robert Gill "] description = "Rust bindings for the Newt console UI library" readme = "README.md" keywords = [ "bindings", "tui", ] categories = [ "api-bindings", "os::unix-apis", ] license = "LGPL-2.1-only" repository = "https://github.com/rtgill82/newt-rs" [package.metadata.docs.rs] features = ["asm"] [dependencies.libc] version = "0.2" [dependencies.newt-sys] version = "~0.1.9" [dependencies.newt_proc_macros] version = "=0.0.9" [dev-dependencies.chrono] version = "0.4" [dev-dependencies.tempfile] version = "3.0" [features] asm = [] static = ["newt-sys/static"]