# 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 = "oura-api" version = "0.1.2" exclude = [ ".github", "tests", ] description = "A client for the Oura V2 REST API" homepage = "https://github.com/cluebbehusen/rust-oura-api" documentation = "https://docs.rs/oura-api/latest/oura_api/" readme = "README.md" license = "MIT" repository = "https://github.com/cluebbehusen/rust-oura-api" [dependencies.paste] version = "1.0.14" [dependencies.reqwest] version = "0.11.20" features = [ "json", "blocking", ] [dependencies.serde] version = "1.0.188" features = ["derive"] [dependencies.typed-builder] version = "0.16.0" [dev-dependencies.mockito] version = "1.1.0" [dev-dependencies.serde_json] version = "1.0.105"