[package] name = "sixel-rs" version = "0.4.0" description = "A safe Rust wrapper for libsixel (active fork)" authors = ["rabite0", "AdnoC ", "Orhun Parmaksız "] homepage = "https://github.com/orhun/sixel-rs" repository = "https://github.com/orhun/sixel-rs" license = "MIT" keywords = ["terminal", "graphics", "image", "sixel"] categories = ["api-bindings", "graphics", "multimedia::images"] edition = "2021" [dependencies] sixel-sys = "0.3.1" [dev-dependencies] image = "0.25"