wgq_rust 0.1.5

我自己用的库,可能不是适合所有人
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 = "wgq_rust"
version = "0.1.5"
authors = ["disburden <wgq@email.com>"]
build = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "我自己用的库,可能不是适合所有人"
readme = false
categories = ["development-tools"]
license = "MIT"
repository = "https://github.com/disburden/wgq_rust.git"

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

[[example]]
name = "raise_a_chestnut"
path = "examples/raise_a_chestnut.rs"

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

[dependencies.anyhow]
version = "1.0"

[dependencies.base64]
version = "0.21"

[dependencies.bcrypt]
version = "0.17"

[dependencies.chrono]
version = "0.4"

[dependencies.openssl]
version = "0.10"

[dependencies.paste]
version = "1.0"

[dependencies.uuid]
version = "1"
features = ["v4"]