# 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" name = "termal-term" version = "0.1.0" authors = ["Prox"] description = "Termal is a terminal emulator for x11" readme = "README.md" keywords = [ "terminal", "emulator", "shell", "command", "x11", ] categories = [ "command-line-utilities", "emulators", "gui", ] license = "MIT OR Apache-2.0" repository = "https://github.com/proxin187/termal" [dependencies.arboard] version = "3.3.2" [dependencies.font-kit] version = "0.11" [dependencies.minifb] version = "0.25.0" [dependencies.nix] version = "0.28.0" features = [ "process", "term", "fs", "ioctl", ] [dependencies.raqote] version = "0.8.3" [dependencies.rodio] version = "0.17.3" [dependencies.toml] version = "0.8.12" [dependencies.utf8parse] version = "0.2.1" [dependencies.vt100] version = "0.15.2" [dependencies.vte] version = "0.13.0" [dependencies.x11] version = "2.21.0" [features] debugger = [] default = ["debugger"]