# 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 = "esb" version = "0.1.0" authors = ["Thales Fragoso ", "James Munns "] description = "Implementation of Nordic's Enhanced ShockBurst communication protocol" documentation = "https://docs.rs/esb" readme = "README.md" keywords = ["arm", "cortex-m", "nrf", "radio", "communication"] categories = ["embedded", "no-std"] license = "MIT OR Apache-2.0" repository = "https://github.com/thalesfragoso/esb" [package.metadata.docs.rs] default-target = "x86_64-unknown-linux-gnu" features = ["52832"] [dependencies.bbqueue] version = "0.4.8" default-features = false [dependencies.log] version = "0.4.8" optional = true [dependencies.nrf51] version = "0.9.0" optional = true [dependencies.nrf52810-pac] version = "0.9.0" optional = true [dependencies.nrf52832-pac] version = "0.9.0" optional = true [dependencies.nrf52840-pac] version = "0.9.0" optional = true [features] 51 = ["nrf51", "bbqueue/thumbv6"] 52810 = ["nrf52810-pac", "bbqueue/atomic"] 52832 = ["nrf52832-pac", "bbqueue/atomic"] 52840 = ["nrf52840-pac", "bbqueue/atomic"] fast-ru = []