strava-wrapper 0.0.1

[WIP] A Rust wrapper for the Strava API
Documentation
[dependencies.async-trait]
version = "0.1.83"

[dependencies.httpmock]
version = "0.8.0-alpha.1"

[dependencies.reqwest]
features = ["json"]
version = "0.12.8"

[dependencies.serde]
features = ["derive"]
version = "1.0.213"

[dependencies.serde_json]
version = "1.0.132"

[dependencies.tokio]
features = ["macros"]
version = "1.41.0"

[lib]
name = "strava_wrapper"
path = "src/lib.rs"

[package]
authors = ["Matt Barkway <contact@mattbarkway.dev>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "[WIP] A Rust wrapper for the Strava API"
edition = "2021"
license = "MIT"
name = "strava-wrapper"
readme = "README.md"
repository = "https://github.com/MattBarkway/strava-wrapper"
version = "0.0.1"

[[test]]
name = "activities"
path = "tests/activities.rs"

[[test]]
name = "comments"
path = "tests/comments.rs"