23 lines
635 B
TOML
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"] }
|