# 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-bytes" version = "0.2.3" authors = ["Benjamin Große "] default-run = "test-sixel" description = "Encode an image with sixel-sys/libsixel" readme = "README.md" categories = [ "graphics", "multimedia::images", ] license = "MIT" repository = "https://github.com/benjajaja/sixel-bytes" [[bin]] name = "sixel" path = "src/bin/sixel.rs" required-features = ["image"] [[bin]] name = "test-sixel" path = "src/bin/test-sixel.rs" [dependencies.image] version = "0.24.5" optional = true [dependencies.sixel-sys] version = "0.3.2" package = "sixel-sys-static" [features] default = [] image = ["dep:image"]