# 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-nrf5x" version = "0.0.4" authors = ["Jonas Schievink "] description = "Rubble driver for the nRF51/nRF52-series radios" keywords = ["ble", "nrf", "bluetooth", "low", "energy"] categories = ["embedded", "no-std"] license = "0BSD" repository = "https://github.com/jonas-schievink/rubble/" [dependencies.nrf51-hal] version = "0.12" optional = true default-features = false [dependencies.nrf52810-hal] version = "0.12" optional = true default-features = false [dependencies.nrf52811-hal] version = "0.12" optional = true default-features = false [dependencies.nrf52832-hal] version = "0.12" optional = true default-features = false [dependencies.nrf52833-hal] version = "0.12" optional = true default-features = false [dependencies.nrf52840-hal] version = "0.12" optional = true default-features = false [dependencies.rubble] version = "0.0.4" default-features = false [features] 51 = ["nrf51-hal"] 52810 = ["nrf52810-hal"] 52811 = ["nrf52811-hal"] 52832 = ["nrf52832-hal"] 52833 = ["nrf52833-hal"] 52840 = ["nrf52840-hal"]