[package]
edition = "2021"
name = "nrfxlib-sys"
version = "3.0.2"
authors = [
"Jonathan 'theJPster' Pallant <github@thejpster.org.uk>",
"42 Technology Ltd <jonathan.pallant@42technology.com>",
"Dion Dokter <diondokter@gmail.com>",
]
build = "build.rs"
include = [
"src/**",
"include/**",
"build.rs",
"wrapper.h",
"*.md",
"third_party/nordic/nrfxlib/nrf_modem/lib/cellular/nrf9160/hard-float/libmodem.a",
"third_party/nordic/nrfxlib/nrf_modem/lib/cellular/nrf9160/hard-float/libmodem_log.a",
"third_party/nordic/nrfxlib/nrf_modem/lib/cellular/nrf9120/hard-float/libmodem.a",
"third_party/nordic/nrfxlib/nrf_modem/lib/cellular/nrf9120/hard-float/libmodem_log.a",
"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_platform/lib/cortex-m33/hard-float/no-interrupts/libnrf_cc310_platform_0.9.19.a",
"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",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Rust bindings to the Nordic nRF91* Socket Library."
readme = "README.md"
license-file = "LICENCE.md"
repository = "https://github.com/nrf-rs/nrfxlib-sys"
[package.metadata.docs.rs]
features = ["nrf9160"]
[features]
arm-none-eabi-objcopy = []
dect = []
default = ["llvm-objcopy"]
llvm-objcopy = ["dep:llvm-tools"]
log = []
nrf9120 = []
nrf9151 = ["nrf9120"]
nrf9160 = []
nrf9161 = ["nrf9120"]
[lib]
name = "nrfxlib_sys"
path = "src/lib.rs"
[dependencies]
[build-dependencies.bindgen]
version = "0.70"
[build-dependencies.llvm-tools]
version = "0.1.1"
optional = true
[build-dependencies.regex]
version = "1"