klbfw 0.1.2

Comprehensive REST API client with OAuth2, API key authentication, and file upload support
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 = "2021"
rust-version = "1.88"
name = "klbfw"
version = "0.1.2"
authors = ["KarpelesLab"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Comprehensive REST API client with OAuth2, API key authentication, and file upload support"
homepage = "https://github.com/KarpelesLab/klbfw-rs"
documentation = "https://docs.rs/klbfw"
readme = "README.md"
keywords = [
    "rest",
    "api",
    "client",
    "http",
    "oauth2",
]
categories = [
    "api-bindings",
    "network-programming",
    "web-programming::http-client",
]
license = "MIT"
repository = "https://github.com/KarpelesLab/klbfw-rs"

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

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

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

[dependencies.base64]
version = "0.21"

[dependencies.chrono]
version = "0.4"
features = ["serde"]

[dependencies.form_urlencoded]
version = "1"

[dependencies.intl]
version = "0.5"
features = [
    "idna",
    "full",
]
default-features = false

[dependencies.purecrypto]
version = "0.6"
features = [
    "ec",
    "hash",
]
default-features = false

[dependencies.quick-xml]
version = "0.31"
features = ["serialize"]

[dependencies.rsurl]
version = "0.1"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.tempfile]
version = "3.0"

[dependencies.thiserror]
version = "1.0"

[dependencies.uuid]
version = "1.0"
features = ["v4"]

[dev-dependencies.purecrypto]
version = "0.6"
features = ["hash"]
default-features = false

[dev-dependencies.rand]
version = "0.8"