sdp-request-client 0.1.3

A Rust client for making requests to the SDP API.
Documentation
# 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 = "2024"
name = "sdp-request-client"
version = "0.1.3"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A Rust client for making requests to the SDP API."
readme = "README.md"
keywords = [
    "sdp",
    "api",
    "client",
]
categories = ["api-bindings"]
license = "MIT"
repository = "https://github.com/nestyy1337/sdp-request-client"

[package.metadata.release]
tag-message = "Release {{version}}"
pre-release-commit-message = "chore: release {{version}}"

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

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

[dependencies.chrono]
version = "0.4.32"

[dependencies.reqwest]
version = "0.13.0"
features = [
    "json",
    "query",
    "form",
]

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

[dependencies.serde-aux]
version = "4.0.0"

[dependencies.serde_json]
version = "1.0.25"

[dependencies.serde_urlencoded]
version = "0.7.0"

[dependencies.thiserror]
version = "2.0.0"

[dependencies.tracing]
version = "0.1.0"

[dependencies.url]
version = "2.0.0"

[dev-dependencies.dotenv]
version = "0.15.0"

[dev-dependencies.tokio]
version = "1.0.0"
features = ["full"]