libremarkable 0.1.12

The only publicly available Framework for developing applications for the Remarkable Paper Tablet w/ Low Latency Partial Refresh Support
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 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]
name = "libremarkable"
version = "0.1.12"
authors = ["Can Selcik <contact@cselcik.com>"]
exclude = ["reference-material/*", "legacy-c-impl/*", "private/*"]
description = "The only publicly available Framework for developing applications for the Remarkable Paper Tablet w/ Low Latency Partial Refresh Support"
readme = "README.md"
license = "MIT"
repository = "https://github.com/canselcik/libremarkable"
[profile.release]
debug = true

[[example]]
name = "spy"
crate-type = ["dylib"]
path = "examples/spy.rs"

[[example]]
name = "demo"
crate-type = ["bin"]
path = "examples/demo.rs"
[dependencies.aabb-quadtree]
version = "0.1.0"

[dependencies.env_logger]
version = "0.5.6"

[dependencies.epoll]
version = "3.1.1"

[dependencies.evdev]
version = "0.10.1"

[dependencies.hlua]
version = "0.4.1"

[dependencies.image]
version = "0.18.0"

[dependencies.ioctl-gen]
version = "0.1.0"

[dependencies.libc]
version = "0.2.37"

[dependencies.line_drawing]
version = "0.7.0"

[dependencies.log]
version = "0.4.1"

[dependencies.mmap]
version = "0.1.1"

[dependencies.rb]
version = "0.3.1"

[dependencies.rusttype]
version = "0.4.1"
[dev-dependencies.chrono]
version = "0.4.0"

[dev-dependencies.lazy_static]
version = "1.0.0"

[dev-dependencies.libc]
version = "0.2.37"

[dev-dependencies.redhook]
version = "0.1.1"