sensehat-screen 0.2.2

A library for using the 8x8-LED matrix, with RGB565 coloring, on the Raspberry Pi Sense HAT device.
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 = "sensehat-screen"
version = "0.2.2"
authors = ["Joaquin Rosales <globojorro@gmail.com>"]
build = "build.rs"
description = "A library for using the 8x8-LED matrix, with RGB565 coloring, on the Raspberry Pi Sense HAT device."
homepage = "https://github.com/saibatizoku/sensehat-screen-rs"
readme = "README.md"
keywords = ["sensehat", "screen", "8x8", "raspberry-pi", "framebuffer"]
categories = ["embedded", "rendering", "visualization", "encoding"]
license = "MIT"
repository = "https://github.com/saibatizoku/sensehat-screen-rs"
[dependencies.font8x8]
version = "0.2.3"
optional = true

[dependencies.framebuffer]
version = "0.1"
optional = true

[dependencies.lazy_static]
version = "1.0"

[dependencies.serde]
version = "1.0"
optional = true

[dependencies.serde_derive]
version = "1.0"
optional = true
[build-dependencies.rustc_version]
version = "0.2"

[features]
basic = ["clip", "fonts", "offset", "rotate", "scroll", "serde-support"]
big-endian = []
clip = []
default = ["basic", "linux-framebuffer"]
fonts = ["font8x8"]
linux-framebuffer = ["framebuffer"]
offset = []
rotate = []
scroll = ["clip"]
serde-support = ["serde", "serde_derive"]