# Drogue IoT Cloud Clients
[](https://docs.rs/drogue-client)
[](https://crates.io/crates/drogue-client)
[](https://github.com/drogue-iot/drogue-client/actions?query=workflow%3A%22CI%22)
[](https://matrix.to/#/#drogue-iot:matrix.org)
This is a crate, providing Rust APIs for access the [cloud side](https://github.com/drogue-iot/drogue-cloud)
APIs of [Drogue IoT](https://drogue.io).
For a ready-to-run command line client see: [`drg`](https://github.com/drogue-iot/drg).
## Usage
Add the dependency to your `Cargo.toml`:
~~~toml
[dependencies]
drogue-client = "0.10.1"
~~~