# 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-nrf52" version = "0.0.3" authors = ["Jonas Schievink "] description = "Rubble driver for the nRF52-series radios" readme = "../README.md" keywords = ["ble", "nrf", "bluetooth", "low", "energy"] categories = ["embedded", "no-std"] license = "0BSD" repository = "https://github.com/jonas-schievink/rubble/" [dependencies.nrf52810-hal] version = "0.8.1" optional = true [dependencies.nrf52832-hal] version = "0.8.1" optional = true [dependencies.nrf52840-hal] version = "0.8.1" optional = true [dependencies.rubble] version = "0.0.3" default-features = false [features] 52810 = ["nrf52810-hal"] 52832 = ["nrf52832-hal"] 52840 = ["nrf52840-hal"]