mini-functions 0.0.10

A Rust library of highly performant utility and wrapper functions
Documentation
[badges.maintenance]
status = "actively-developed"
[dependencies.cclm]
version = "0.0.1"

[dependencies.cjwt]
version = "0.0.1"

[dependencies.cmn]
version = "0.0.3"

[dependencies.dtt]
version = "0.0.5"

[dependencies.hsh]
version = "0.0.7"

[dependencies.idk]
version = "0.0.1"

[dependencies.image]
version = "0.24.7"

[dependencies.mdg]
version = "0.0.1"

[dependencies.qrc]
version = "0.0.5"

[dependencies.rlg]
version = "0.0.2"

[dependencies.serde_json]
version = "1.0.108"

[dependencies.vrd]
version = "0.0.5"

[lib]
crate-type = ["lib"]
path = "src/lib.rs"
required-features = ["cclm", "cmn", "dtt", "idk", "hsh", "cjwt", "rlg", "mdg", "qrc"]

[package]
authors = ["The minifunctions contributors <contact@minifunctions.com>"]
build = "build.rs"
categories = ["development-tools", "parsing", "value-formatting", "algorithms", "date-and-time"]
description = "A Rust library of highly performant utility and wrapper functions"
documentation = "https://docs.rs/mini-functions"
edition = "2021"
exclude = ["/.git/*", "/.github/*", "/.gitignore", "/.vscode/*"]
homepage = "https://minifunctions.com"
include = ["/build.rs", "/Cargo.toml", "/cclm/**", "/cjwt/**", "/idk/**", "/LICENSE-APACHE", "/LICENSE-MIT", "/mdg/**", "/README.md", "/src/**", "/tests/**"]
keywords = ["libraries", "mini-functions", "toolkit", "utilities", "functions"]
license = "Apache-2.0 OR MIT"
name = "mini-functions"
readme = "README.md"
repository = "https://github.com/sebastienrousseau/mini-functions.git"
rust-version = "1.71.1"
version = "0.0.10"
[profile.dev]
codegen-units = 4
debug = 2
debug-assertions = true
incremental = true
lto = false
opt-level = 0
overflow-checks = true
panic = "unwind"
rpath = false
strip = false

[profile.release]
codegen-units = 1
debug = 0
debug-assertions = false
incremental = false
lto = true
opt-level = "s"
overflow-checks = false
panic = "abort"
rpath = false
strip = "symbols"

[profile.test]
codegen-units = 256
debug = 2
debug-assertions = true
incremental = true
lto = false
opt-level = 0
overflow-checks = true
rpath = false
strip = false