# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" rust-version = "1.60" name = "da14531-sdk" version = "0.1.1" description = "DA14531 SDK Rust bindings" documentation = "https://docs.rs/da14531-sdk" readme = "README.md" keywords = [ "cortex-m", "embedded", "da14531", "no_std", ] categories = [ "embedded", "hardware-support", "no-std", ] license = "MIT" repository = "https://github.com/rapitag/da14531-sdk" [dependencies.cty] version = "0.2.2" [dependencies.da14531-sdk-macros] version = "0.1.0" [dependencies.paste] version = "1.0.7" [dependencies.rtt-target] version = "0.3.1" [build-dependencies.bindgen] version = "0.59.2" [build-dependencies.cc] version = "1.0" [build-dependencies.lazy_static] version = "1.4.0" [features] address_mode_public = [] address_mode_static = [] ble_client_profiles = [] ble_server_profiles = [] custom_rest_evt_cb = [] default = [ "custom_rest_evt_cb", "sleep_mode_off", "address_mode_public", "profile_dis_server", "profile_custom_server1", ] exclude_dlg_timer = [] profile_anc_client = ["ble_client_profiles"] profile_batt_server = ["ble_server_profiles"] profile_bcs_server = ["ble_server_profiles"] profile_bms_server = ["ble_server_profiles"] profile_cts_client = ["ble_client_profiles"] profile_cts_server = ["ble_server_profiles"] profile_custom_server = [] profile_custom_server1 = [ "ble_server_profiles", "profile_custom_server", ] profile_custom_server2 = [ "ble_server_profiles", "profile_custom_server", ] profile_dis_server = ["ble_server_profiles"] profile_findme_locator = ["ble_client_profiles"] profile_findme_target = ["ble_server_profiles"] profile_gatt_client = ["ble_client_profiles"] profile_prox_reporter = ["ble_server_profiles"] profile_suota_receiver = ["ble_server_profiles"] profile_uds_server = ["ble_server_profiles"] profile_wss_server = ["ble_server_profiles"] sleep_mode_ext_on = [] sleep_mode_ext_otp_copy_on = [] sleep_mode_off = []