# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "linfb" version = "0.2.1" authors = ["Maximilian Siling "] description = "Library for interaction with Linux framebuffer" homepage = "https://github.com/GoldsteinE/linfb" keywords = ["Linux", "framebuffer"] license = "MIT" [dependencies.derive_builder] version = "~0.7.2" [dependencies.downcast-rs] version = "~1.0.4" [dependencies.font-loader] version = "~0.8.0" optional = true [dependencies.image] version = "~0.22.2" optional = true [dependencies.lazy_static] version = "~1.4.0" optional = true [dependencies.memmap] version = "~0.7.0" [dependencies.nix] version = "~0.15.0" [dependencies.rusttype] version = "~0.8.0" optional = true [dependencies.xi-unicode] version = "~0.2" optional = true [features] default = ["text", "images"] images = ["image"] text = ["rusttype", "font-loader", "lazy_static", "xi-unicode"]