qffunc 0.1.2

qf秘制小函数
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 = "qffunc"
version = "0.1.2"
authors = ["dmqf dmqf12@gmail.com"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "qf秘制小函数"
readme = "README.md"
license = "LGPL-2.1-only"
repository = "https://github.com/dmqf12/qffunc"

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

[dependencies.anyhow]
version = "1.0.102"

[dependencies.lettre]
version = "0.11.22"
features = [
    "tokio1-rustls",
    "ring",
    "webpki-roots",
    "builder",
    "smtp-transport",
]
default-features = false

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

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

[dependencies.serde_json]
version = "1.0.150"

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