# 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 = "libsixel-rs" version = "0.1.0" authors = ["rmsyn "] description = "Sixel terminal-graphics protocol encoding" readme = "README.md" keywords = [ "sixel", "tui", "terminal", ] categories = [ "graphics", "rendering", "encoding", ] license = "GPL-3.0-only" repository = "https://github.com/rmsyn/libsixel-rs" [[example]] name = "encoder" path = "examples/encoder.rs" [dependencies.hashbrown] version = "0.14" [dependencies.image] version = "0.24" optional = true [dependencies.log] version = "0.4" [dev-dependencies.env_logger] version = "0.10" [dev-dependencies.image] version = "0.24" [features] e2e-tests = [] std = ["image"]