maib-client 0.3.9

An unofficial Rust client for MAIB 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 = "2021"
name = "maib-client"
version = "0.3.9"
build = false
exclude = [".env"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "An unofficial Rust client for MAIB API"
readme = "README.md"
keywords = [
    "maib",
    "api",
    "http",
    "client",
]
categories = ["web-programming::http-client"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/AleVul/maib-client"
resolver = "3"

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

[[test]]
name = "sandbox"
path = "tests/sandbox/main.rs"

[dependencies.base64]
version = "0.22.1"

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

[dependencies.chrono-tz]
version = "0.10.3"

[dependencies.hex]
version = "0.4.3"

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

[dependencies.rust_decimal]
version = "1.37.1"
features = ["serde"]

[dependencies.serde]
version = "1.0.219"
features = ["serde_derive"]

[dependencies.sha2]
version = "0.10.9"

[dev-dependencies.serde_json]
version = "1.0.140"

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