# 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.81" name = "adafruit-bluefruit-protocol" version = "1.0.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A `no_std` parser for the Adafruit Bluefruit LE Connect controller protocol." readme = "README.md" keywords = [ "adafruit", "bluefruit", "bluetooth", "protocol", ] categories = [ "embedded", "hardware-support", "no-std", "no-std::no-alloc", ] license = "MIT OR Apache-2.0" repository = "https://github.com/rust-embedded-community/adafruit-bluefruit-protocol-rs" [lib] name = "adafruit_bluefruit_protocol" path = "src/lib.rs" [dependencies.defmt] version = "0.3" optional = true [dependencies.rgb] version = "0.8" optional = true [dependencies.serde] version = "1.0" features = ["derive"] optional = true [features] accelerometer_event = [] button_event = [] color_event = [] default = [ "accelerometer_event", "button_event", "color_event", "gyro_event", "location_event", "magnetometer_event", "quaternion_event", ] defmt = ["dep:defmt"] gyro_event = [] location_event = [] magnetometer_event = [] quaternion_event = []