genrs 0.1.1

command-line tool and Library for generating random keys
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2021"
name = "genrs"
version = "0.1.1"
authors = ["Arteii <ben.arteii@proton.me>"]
build = false
include = [
    "Cargo.toml",
    "Cargo.lock",
    "LICENSE",
    "lib/**/*",
    "bin/**/*",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "command-line tool and Library for generating random keys"
homepage = "https://arteiii.github.io"
readme = "README.md"
categories = ["command-line-interface"]
license = "Apache-2.0"
repository = "https://github.com/Arteiii/genrs"

[lib]
name = "genrs_lib"
path = "lib/lib.rs"

[[bin]]
name = "genrs"
path = "bin/main.rs"

[dependencies.base64]
version = "0.22.1"

[dependencies.clap]
version = "4.5.17"
features = [
    "wrap_help",
    "cargo",
]

[dependencies.hex]
version = "0.4.3"

[dependencies.rand]
version = "0.8.5"

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