Skip to content

Commit

Permalink
Merge pull request #39 from sebastienrousseau/feature/mini-functions
Browse files Browse the repository at this point in the history
Feature/mini functions
  • Loading branch information
sebastienrousseau authored Dec 23, 2023
2 parents 329acae + ed7ca2e commit c2c44ee
Showing 1 changed file with 3 additions and 45 deletions.
48 changes: 3 additions & 45 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
authors = ["The minifunctions contributors <contact@minifunctions.com>"]
build = "build.rs"
categories = ["development-tools", "parsing", "randomness", "security", "time"]
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"
Expand All @@ -27,60 +27,18 @@ include = [
"/tests/**",
]
keywords = [
"barcode",
"checksum",
"cclm",
"cryptography",
"cmn",
"dtt",
"date",
"datetime",
"debugging",
"digest",
"encoding",
"encryption",
"error-handling",
"error",
"exception-handling",
"exception",
"functions",
"handling",
"hsh",
"hash",
"hashing",
"helper",
"cjwt",
"json",
"jwt",
"libraries",
"log",
"rlg",
"logging",
"mini-functions",
"pwd",
"password-generator",
"password",
"passwords",
"pseudo-random",
"qr",
"qrc",
"qrcode",
"vrd",
"random-generation",
"random-number",
"random",
"security",
"time",
"toolkit",
"tracing",
"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.67"
version = "0.0.8"
version = "0.0.9"

[dependencies]
cclm = "0.0.1"
Expand Down

0 comments on commit c2c44ee

Please sign in to comment.