chml_api 0.7.0

Rust SDK for ChmlFrp
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 = "chml_api"
version = "0.7.0"
authors = ["fb0sh <fb0sh@outlook.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Rust SDK for ChmlFrp"
readme = "README.md"
keywords = [
    "chml",
    "api",
]
categories = ["api-bindings"]
license = "MIT"
repository = "https://github.com/fb0sh/chml_api"
resolver = "1"

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

[dependencies.dotenvy]
version = "0.15.7"

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

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

[dependencies.serde_json]
version = "1.0"

[dependencies.thiserror]
version = "2"

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

[dependencies.tracing]
version = "0.1"

[dependencies.tracing-subscriber]
version = "0.3"
features = [
    "fmt",
    "env-filter",
]