# 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 = "sixel-rs" version = "0.4.0" authors = [ "rabite0", "AdnoC ", "Orhun Parmaksız ", ] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A safe Rust wrapper for libsixel (active fork)" homepage = "https://github.com/orhun/sixel-rs" readme = "README.md" keywords = [ "terminal", "graphics", "image", "sixel", ] categories = [ "api-bindings", "graphics", "multimedia::images", ] license = "MIT" repository = "https://github.com/orhun/sixel-rs" [lib] name = "sixel_rs" path = "src/lib.rs" [[example]] name = "encode-bytes" path = "examples/encode-bytes.rs" [[example]] name = "encode-file" path = "examples/encode-file.rs" [dependencies.sixel-sys] version = "0.3.1" [dev-dependencies.image] version = "0.25"