lorawan 0.3.1

Crate lorawan provides structures and tools to read and write LoRaWAN messages from and to a slice of bytes.
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 = "lorawan"
version = "0.3.1"
authors = ["Ivaylo Petrov <ivajloip@gmail.com>"]
description = "Crate lorawan provides structures and tools to read and write LoRaWAN messages from and to a slice of bytes."
keywords = ["lorawan", "iot", "lpwan"]
license = "MIT"
repository = "https://github.com/ivajloip/rust-lorawan"
[dependencies.arrayref]
version = "0.3.4"

[dependencies.rust-crypto]
version = "^0.2"