resourcespace-client 0.1.0

A Rust client for the communicating with ResourceSpace 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 = "resourcespace-client"
version = "0.1.0"
authors = ["Connor Kooistra"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A Rust client for the communicating with ResourceSpace API"
readme = "README.md"
keywords = [
    "resourcespace",
    "api",
    "client",
]
categories = ["api-bindings"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/cdkooistra/resourcespace-client"

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

[[example]]
name = "basic"
path = "examples/basic.rs"

[[example]]
name = "upload"
path = "examples/upload.rs"

[dependencies.dotenvy]
version = "0.15"

[dependencies.hex]
version = "0.4"

[dependencies.reqwest]
version = "0.13"
features = [
    "form",
    "json",
    "multipart",
    "stream",
]

[dependencies.secrecy]
version = "0.10.3"

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

[dependencies.serde_json]
version = "1.0.149"

[dependencies.serde_qs]
version = "1.1.1"

[dependencies.serde_with]
version = "3.18.0"
features = ["json"]

[dependencies.sha2]
version = "0.10"

[dependencies.thiserror]
version = "2.0.18"

[dependencies.tokio]
version = "1"
features = ["full"]

[dependencies.url]
version = "2.5.8"

[dependencies.validator]
version = "0.20.0"
features = ["derive"]