virtual-lcd-core 0.1.7

Virtual LCD firmware core library for Rust projects.
Documentation
# 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 = "2024"
rust-version = "1.85"
name = "virtual-lcd-core"
version = "0.1.7"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Virtual LCD firmware core library for Rust projects."
homepage = "https://github.com/fhfelipefh/Virtual-LCD-Firmware-Simulator"
documentation = "https://docs.rs/virtual-lcd-core"
readme = "README.md"
keywords = [
    "lcd",
    "embedded",
    "display",
    "framebuffer",
    "simulator",
]
license = "MIT"
repository = "https://github.com/fhfelipefh/Virtual-LCD-Firmware-Simulator"
resolver = "2"

[lib]
name = "virtual_lcd_core"
path = "src/lib.rs"

[dependencies.instant]
version = "0.1"
features = ["wasm-bindgen"]
default-features = false

[dependencies.virtual-lcd-sdk]
version = "0.1.5"