[dependencies.paste]
version = "1.0.14"
[dependencies.reqwest]
features = ["json", "blocking"]
version = "0.11.20"
[dependencies.serde]
features = ["derive"]
version = "1.0.188"
[dependencies.typed-builder]
version = "0.16.0"
[dev-dependencies.mockito]
version = "1.1.0"
[dev-dependencies.serde_json]
version = "1.0.105"
[package]
description = "A client for the Oura V2 REST API"
edition = "2021"
exclude = [".github", "tests"]
license = "MIT"
name = "oura-api"
readme = "README.md"
repository = "https://github.com/cluebbehusen/rust-oura-api"
version = "0.1.0"