eadkp 0.20.0

Rust library for developing applications for NumWorks calculators running Epsilon OS. Provides low-level hardware interaction and high-level abstractions for display, input, battery, storage, and more.
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 = "2021"
name = "eadkp"
version = "0.20.0"
authors = ["Oignontom8283 <www.github.com/Oignontom8283>"]
build = "build.rs"
exclude = [
    "epsilon_simulator/",
    "build/",
    "target/",
    ".git/",
    "docs/",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Rust library for developing applications for NumWorks calculators running Epsilon OS. Provides low-level hardware interaction and high-level abstractions for display, input, battery, storage, and more."
homepage = "https://github.com/Oignontom8283/eadkp"
documentation = "https://docs.rs/eadkp"
readme = "README.md"
keywords = [
    "numworks",
    "calculator",
    "embedded",
    "epsilon",
    "no-std",
]
categories = [
    "embedded",
    "no-std",
    "hardware-support",
]
license = "LGPL-3.0"
repository = "https://github.com/Oignontom8283/eadkp"

[features]
build-tools = [
    "dep:image",
    "dep:cc",
    "dep:regex",
]

[lib]
name = "eadkp"
crate-type = [
    "rlib",
    "cdylib",
]
path = "src/lib.rs"
test = false
bench = false

[[example]]
name = "device"
path = "examples/eadkp_example.rs"
test = false
doctest = false
bench = false

[[example]]
name = "simulator"
crate-type = ["cdylib"]
path = "examples/eadkp_example.rs"
test = false
doctest = false
bench = false

[dependencies.cc]
version = "1.2.27"
optional = true

[dependencies.embedded-alloc]
version = "0.6.0"

[dependencies.enum-iterator]
version = "2.3.0"

[dependencies.heapless]
version = "0.8.0"

[dependencies.image]
version = "0.25.6"
optional = true

[dependencies.postcard]
version = "1.1.2"
features = ["alloc"]

[dependencies.regex]
version = "1.11.1"
optional = true

[dependencies.serde]
version = "1.0.219"
default-features = false

[build-dependencies.cc]
version = "1.2.27"

[build-dependencies.image]
version = "0.25.6"

[build-dependencies.regex]
version = "1.11.1"

[profile.dev]
opt-level = "z"
lto = true
codegen-units = 1
panic = "abort"
strip = true

[profile.release]
opt-level = 3
lto = true
codegen-units = 1
panic = "abort"
strip = true