symfwebapi 0.1.2620

Rust client for Symfonia WebAPI.
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.81"
name = "symfwebapi"
version = "0.1.2620"
authors = ["Maciej Pondo"]
build = false
include = [
    "Cargo.toml",
    "Cargo.lock",
    "README.md",
    "LICENSE",
    "src/**",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Rust client for Symfonia WebAPI."
homepage = "https://github.com/maku2903/symf-webapi-rs"
documentation = "https://docs.rs/symfwebapi"
readme = "README.md"
keywords = [
    "symfonia",
    "webapi",
    "sdk",
    "erp",
]
categories = [
    "api-bindings",
    "network-programming",
]
license = "BSD-3-Clause"
repository = "https://github.com/maku2903/symf-webapi-rs"

[package.metadata.docs.rs]
all-features = false

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

[dependencies.async-trait]
version = "0.1"

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

[dependencies.reqwest]
version = "0.12"
features = ["rustls-tls"]
default-features = false

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

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

[dependencies.serde_json]
version = "1"

[dependencies.thiserror]
version = "1"

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

[dependencies.tracing]
version = "0.1"