rubble 0.0.3

An embedded BLE stack
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]
edition = "2018"
name = "rubble"
version = "0.0.3"
authors = ["Jonas Schievink <jonasschievink@gmail.com>"]
description = "An embedded BLE stack"
readme = "../README.md"
keywords = ["arm", "cortex-m", "bluetooth", "low", "energy"]
categories = ["embedded", "no-std"]
license = "0BSD"
repository = "https://github.com/jonas-schievink/rubble/"
[dependencies.bbqueue]
version = "0.3.2"

[dependencies.bitflags]
version = "1.0.4"

[dependencies.byteorder]
version = "1.3.1"
default-features = false

[dependencies.log]
version = "0.4.6"
optional = true

[dependencies.uuid]
version = "0.7.4"
default-features = false