keysmith 0.2.0

Create keys or ids for data
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "keysmith"
version = "0.2.0"
edition = "2021"
authors = ["Nick Shockey"]
readme = "../README.md"
description = "Create keys or ids for data"
repository = "https://github.com/njshockey/keysmith-rs"
license = "MIT OR Apache-2.0"
keywords = ["database", "text", "utility", "string", "sql"]
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.22" # Using this soon-ish