# 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 = "wrecked" version = "1.2.0" authors = ["Quintin Smith "] description = "A terminal graphics library" homepage = "https://burnsomni.net/software/wrecked" readme = "README.md" keywords = [ "tui", "ui", "terminal", ] categories = [ "GUI", "Command-line-interface", ] license = "GPL-2.0-or-later" repository = "https://burnsomni.net/git/wrecked" [lib] name = "wrecked" crate-type = ["rlib"] [dependencies.terminal_size] version = "0.1.13" [target."cfg(unix)".dependencies.libc] version = "0.2.132" [target."cfg(unix)".dependencies.termios] version = "0.3" [target."cfg(windows)".dependencies.windows] version = "0.39.0" features = [ "Win32_System_Console", "Win32_Foundation", ]