aw-fel 0.4.0

Library for dealing with Allwinner devices in FEL mode, in pure Rust.
Documentation
[package]
name = "aw-fel"
version = "0.4.0"
authors = ["Razican <razican@protonmail.ch>"]
license = "MIT/Apache-2.0"
readme = "README.md"
repository = "https://github.com/Razican/aw-fel-rs"
documentation = "https://docs.rs/aw-fel/"
description = """
Library for dealing with Allwinner devices in FEL mode, in pure Rust.
"""
keywords = ["arm", "sunxi", "allwinner", "fel"]
categories = ["embedded"]

[dependencies]
failure = "0.1.1"
libusb = "0.3.0"
byteorder = "1.2.3"

[features]
default = ["uboot"]
uboot = []