helloasso 0.3.0

A package built to access helloasso api, https://api.helloasso.com/v5/swagger/ui/index
Documentation
[dependencies.derivative]
version = "2.2.0"

[dependencies.log]
optional = true
version = "0.4.17"

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

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

[dependencies.serde_json]
version = "1.0"

[dependencies.thiserror]
version = "1.0.40"

[dependencies.url]
features = ["serde"]
version = "2.4.0"
[dev-dependencies.dotenv]
version = "0.15.0"

[dev-dependencies.tokio]
features = ["rt", "macros"]
version = "1"

[features]
log = ["dep:log"]

[package]
categories = ["api-bindings"]
description = "A package built to access helloasso api, https://api.helloasso.com/v5/swagger/ui/index"
edition = "2021"
exclude = [".github/*", "env.example", ".gitignore"]
homepage = "https://github.com/Mattherix/hello-asso"
keywords = ["helloasso", "nonprofit", "webapi", "api", "wrapper"]
license = "EFL-2.0"
name = "helloasso"
readme = "README.md"
repository = "https://github.com/Mattherix/hello-asso"
version = "0.3.0"