Files
pbpctrl/libgfps/Cargo.toml
CGH0S7 6675986579
Some checks failed
Rust / Clippy (push) Has been cancelled
Rust / Test (nightly) (push) Has been cancelled
Rust / Test (stable) (push) Has been cancelled
first commit
2026-01-04 16:50:19 +08:00

23 lines
635 B
TOML

[package]
name = "gfps"
authors = ["Maximilian Luz <m@mxnluz.io>"]
version = "0.1.3"
edition = "2024"
license = "MIT/Apache-2.0"
description = "Google Fast Pair Service (GFPS) protocol client library"
repository = "https://github.com/qzed/pbpctrl"
[dependencies]
bytes = "1.10.1"
num_enum = "0.7.3"
smallvec = { version = "1.15.0", features = ["union"] }
tokio = "1.44.2"
tokio-util = { version = "0.7.14", features = ["codec"] }
uuid = "1.16.0"
[dev-dependencies]
bluer = { version = "0.17.3", features = ["bluetoothd", "rfcomm"] }
futures = "0.3.31"
pretty-hex = "0.4.1"
tokio = { version = "1.44.2", features = ["rt", "macros"] }