kobo 0.4.1

A library for interacting with Kobo devices
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 = "kobo"
version = "0.4.1"
authors = ["Evan Pratten <ewpratten@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A library for interacting with Kobo devices"
homepage = "https://git.ewpratten.com/evan/kobo-rs"
documentation = "https://docs.rs/kobo"
readme = "README.md"
keywords = [
    "fbink",
    "kobo",
    "eink",
]
categories = [
    "api-bindings",
    "embedded",
    "hardware-support",
    "rendering::graphics-api",
]
license = "GPL-3.0"
repository = "https://git.ewpratten.com/evan/kobo-rs"

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

[[example]]
name = "display"
path = "examples/display.rs"

[[example]]
name = "gui"
path = "examples/gui.rs"

[[example]]
name = "touch2coord"
path = "examples/touch2coord.rs"

[dependencies.chrono]
version = "0.4.19"

[dependencies.evdev-rs]
version = "0.5.0"

[dependencies.nalgebra]
version = "0.30.1"

[dependencies.regex]
version = "1.5.5"

[dependencies.thiserror]
version = "1.0.30"

[dev-dependencies.tokio]
version = "1.17.0"
features = [
    "macros",
    "rt",
]

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