mini-functions 0.0.7

Highly Performant Utility And Wrapper Functions Library For Rust
Documentation
[badges.maintenance]
status = "actively-developed"
[dependencies.blake3]
version = "1.3.3"

[dependencies.convert_case]
version = "0.6.0"

[dependencies.image]
version = "0.24.5"

[dependencies.qrcode]
version = "0.12.0"

[dependencies.time]
version = "0.3.17"

[dependencies.uuid]
features = ["v3", "v4", "v5"]
version = "1.2.2"

[package]
authors = ["Sebastien Rousseau"]
categories = ["development-tools"]
description = "Highly Performant Utility And Wrapper Functions Library For Rust"
documentation = "https://docs.rs/mini-functions"
edition = "2021"
homepage = "https://minifunctions.com"
include = ["/build.rs", "/Cargo.toml", "/LICENSE-APACHE", "/LICENSE-MIT", "/README.md", "/src/**", "/tests/**"]
keywords = ["functions"]
license = "Apache-2.0 OR MIT"
name = "mini-functions"
readme = "README.md"
repository = "https://github.com/sebastienrousseau/mini-functions.git"
resolver = "2"
rust-version = "1.57.0"
version = "0.0.7"
[package.metadata.docs.rs]
all-features = true
default-target = "x86_64-unknown-linux-gnu"
rustdoc-args = ["--cfg", "docsrs"]
targets = ["x86_64-unknown-linux-gnu", "aarch64-unknown-linux-gnu", "x86_64-pc-windows-gnu", "x86_64-pc-windows-msvc", "x86_64-apple-darwin", "aarch64-apple-darwin"]
[profile.release]
codegen-units = 1
debug = false
incremental = false
lto = true
opt-level = "s"
panic = "abort"
rpath = false
strip = "symbols"