nrf52-bin-logger 0.2.1

A binary protocol for UARTE logging on the nRF52
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 = "nrf52-bin-logger"
version = "0.2.1"
authors = ["James Munns <james.munns@ferrous-systems.com>"]
description = "A binary protocol for UARTE logging on the nRF52"
documentation = "https://docs.rs/nrf52-bin-logger/"
readme = "README.md"
keywords = ["nordic", "nrf52", "serde", "cobs", "framing"]
categories = ["embedded", "no-std"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/jamesmunns/nrf52-bin-logger"
[package.metadata.docs.rs]
features = ["xxAA"]
[dependencies.bare-metal]
version = "0.2"
features = ["const-fn"]

[dependencies.cortex-m]
version = "0.5"

[dependencies.heapless]
version = "0.4"

[dependencies.nrf52832-hal]
version = "0.7.0"
default-features = false

[dependencies.postcard]
version = "0.3.1"

[dependencies.serde]
version = "1"
features = ["derive"]
default-features = false

[features]
xxAA = ["nrf52832-hal/xxAA-package"]
xxAB = ["nrf52832-hal/xxAB-package"]