[build-dependencies.bindgen]
version = "0.66.1"
[build-dependencies.llvm-tools]
optional = true
version = "0.1.1"
[build-dependencies.regex]
version = "1"
[dependencies]
[features]
arm-none-eabi-objcopy = []
default = ["llvm-objcopy"]
llvm-objcopy = ["dep:llvm-tools"]
nrf9120 = []
nrf9151 = ["nrf9120"]
nrf9160 = []
nrf9161 = ["nrf9120"]
[lib]
name = "nrfxlib_sys"
path = "src/lib.rs"
[package]
authors = ["Jonathan 'theJPster' Pallant <github@thejpster.org.uk>", "42 Technology Ltd <jonathan.pallant@42technology.com>", "Dion Dokter <diondokter@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = "build.rs"
description = "Rust bindings to the Nordic nRF91* Socket Library."
edition = "2021"
include = ["src/**", "include/**", "build.rs", "wrapper.h", "*.md", "third_party/nordic/nrfxlib/nrf_modem/lib/cortex-m33/hard-float/**", "third_party/nordic/nrfxlib/nrf_modem/include/**", "third_party/nordic/nrfxlib/nrf_modem/license.txt", "third_party/nordic/nrfxlib/nrf_modem/README.rst", "third_party/nordic/nrfxlib/crypto/nrf_cc310_platform/include/**", "third_party/nordic/nrfxlib/crypto/nrf_cc310_platform/license.txt", "third_party/nordic/nrfxlib/crypto/nrf_cc310_mbedcrypto/include/**", "third_party/nordic/nrfxlib/crypto/nrf_cc310_mbedcrypto/license.txt", "third_party/nordic/nrfxlib/crypto/nrf_oberon/lib/cortex-m33/hard-float/**", "third_party/nordic/nrfxlib/crypto/nrf_oberon/include/**", "third_party/nordic/nrfxlib/crypto/nrf_oberon/license.txt"]
license-file = "LICENCE.md"
name = "nrfxlib-sys"
readme = "README.md"
repository = "https://github.com/nrf-rs/nrfxlib-sys"
version = "2.7.0"