teaql-tool-extra 0.1.1

Heavy-dependency extra utilities for the TeaQL Tool ecosystem.
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 = "teaql-tool-extra"
version = "0.1.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Heavy-dependency extra utilities for the TeaQL Tool ecosystem."
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/teaql/teaql-rust-utils"

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

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

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

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

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

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

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

[dependencies.aes-gcm]
version = "0.10.3"

[dependencies.arboard]
version = "3.6.1"

[dependencies.axum]
version = "0.8.9"

[dependencies.barcoders]
version = "2.0.0"
features = ["image"]

[dependencies.calamine]
version = "0.35.0"

[dependencies.chrono]
version = "0.4.44"

[dependencies.cron]
version = "0.16.0"

[dependencies.csv]
version = "1.4.0"

[dependencies.dotenvy]
version = "0.15.7"

[dependencies.flate2]
version = "1.1.9"

[dependencies.image]
version = "0.25.10"

[dependencies.jsonwebtoken]
version = "10.4.0"
features = ["rust_crypto"]

[dependencies.lettre]
version = "0.11.22"

[dependencies.moka]
version = "0.12.15"
features = ["sync"]

[dependencies.notify]
version = "8.2.0"

[dependencies.phonenumber]
version = "0.3.9"

[dependencies.pinyin]
version = "0.11.0"

[dependencies.qrcode]
version = "0.14.1"

[dependencies.rand]
version = "0.10.1"

[dependencies.reqwest]
version = "0.13.4"
features = [
    "blocking",
    "stream",
]

[dependencies.rust_xlsxwriter]
version = "0.95.0"

[dependencies.scraper]
version = "0.27.0"

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

[dependencies.serde_json]
version = "1.0.150"

[dependencies.sled]
version = "0.34.7"

[dependencies.tar]
version = "0.4.46"

[dependencies.teaql-tool-core]
version = "0.1.1"

[dependencies.tera]
version = "1.20.1"

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

[dependencies.tower-http]
version = "0.6.11"
features = [
    "fs",
    "trace",
]

[dependencies.wait-timeout]
version = "0.2.1"

[dependencies.walkdir]
version = "2.5.0"

[dependencies.zip]
version = "8.6.0"