[package] name = "simple-term-renderer" version = "0.5.0" edition = "2021" repository = "https://github.com/Khusheete/simple-term-renderer" description = "A *linux* terminal renderer library in rust." license-file = "LICENSE" keywords = [ "graphics", "terminal", "linux", "2d" ] readme = "README.md" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] termios = "0.3" libc = "0.2" image = "0.24.2" palette = "0.7.6"