# 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 = "image_to_space_engineers_lcd" version = "1.0.2" include = [ "src/**/*.rs", "Cargo.toml", "README.md", ] description = "A crate that allows you to convert an image to a string that can be displayed in a Space Engineers LCD panel" readme = "README.md" keywords = ["space_engineers"] license = "MIT" repository = "https://github.com/tigerros-se/image_to_lcd" [dependencies.image] version = "0.24.0"