# 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.4.0" authors = ["James Munns "] 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", "unstable"] [dependencies.bare-metal] version = "0.2" features = ["const-fn"] [dependencies.cortex-m] version = "0.6.1" [dependencies.heapless] version = "0.5.1" [dependencies.nrf52832-hal] version = "0.8.1" default-features = false [dependencies.postcard] version = "0.4.2" [dependencies.serde] version = "1" features = ["derive"] default-features = false [features] unstable = [] xxAA = ["nrf52832-hal/xxAA-package"] xxAB = ["nrf52832-hal/xxAB-package"]