cp211x_uart 0.2.2

HID-to-UART driver for CP2110/CP2114 chipset
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 = "cp211x_uart"
version = "0.2.2"
authors = ["Anton Ageev <antage@gmail.com>"]
include = ["src/**/*", "Cargo.toml", "README.md", "LICENSE"]
description = "HID-to-UART driver for CP2110/CP2114 chipset"
documentation = "https://docs.rs/cp211x_uart"
readme = "README.md"
keywords = ["uart", "cp2110", "cp2114"]
categories = ["hardware-support"]
license = "MIT"
repository = "https://github.com/antage/cp211x_uart"
[dependencies.error-chain]
version = "^0.11.0"

[dependencies.hid]
version = "^0.4.1"
[badges.travis-ci]
repository = "antage/cp211x_uart"