keysmith 0.4.0

Create keys, uuid's, timestamps, and more.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "keysmith"
version = "0.4.0"
edition = "2021"
authors = ["Nick Shockey <shockeynj@gmail.com>"]
readme = "../README.md"
description = "Create keys, uuid's, timestamps, and more."
repository = "https://github.com/njshockey/keysmith-rs"
homepage = "https://github.com/njshockey/keysmith-rs"
license = "MIT OR Apache-2.0"
keywords = ["data", "text", "utility", "string", "cryptography"]
categories = ["cryptography","data-structures"]

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
rand = "0.8.5"
chrono = "0.4.26"