# 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" name = "lipl-gatt-bluer" version = "0.4.6" authors = ["Paul Min"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Receiving Gatt Characteristics writes" homepage = "https://www.paulmin.nl/lipl.html" readme = "README.md" license = "MIT" repository = "https://github.com/paulusminus/lipl-display/" [lib] name = "lipl_gatt_bluer" path = "src/lib.rs" [[example]] name = "trace_messages" path = "examples/trace_messages.rs" [dependencies.bluer] version = "0.17.3" features = ["bluetoothd"] [dependencies.futures-channel] version = "0.3.31" [dependencies.futures-util] version = "0.3.31" [dependencies.lipl-display-common] version = "0.4.6" [dependencies.log] version = "0.4.22" [dependencies.pin-project] version = "1.1.7" [dependencies.serde] version = "1.0.214" features = ["derive"] [dependencies.thiserror] version = "2.0.0" [dependencies.tokio] version = "1.41.0" features = [ "rt", "sync", ] [dependencies.uuid] version = "1.11.0" [dev-dependencies.env_logger] version = "0.11.5"