# https://doc.rust-lang.org/cargo/reference/manifest.html # ============================================================================== [package] # Name and description. # ============================================================================== name = "nutty" authors = ["Matan Lurey "] description = "Build terminal-based applications with a modern Rust API" repository = "https://github.com/matanlurey/NuTTY" # Editions and versioning. # ============================================================================== version = "0.0.0" edition = "2021" # Metadata for publishing. # ============================================================================== license = "MIT" categories = [ "command-line-interface", "external-ffi-bindings", "os", "text-processing" ] keywords = [ "ansi", "cli", "input", "terminal", "tty", ]