setget 0.1.1

A crate for creating and managing users. This is created to learn about how to create and publish crates.
Documentation
[dependencies]

[lib]
name = "setget"
path = "src/lib.rs"

[package]
authors = ["jani chirag.empiric@gmail.com"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "A crate for creating and managing users. This is created to learn about how to create and publish crates."
edition = "2021"
license = "MIT"
name = "setget"
readme = "README.md"
repository = "https://github.com/chirag-empiric/setget.git"
version = "0.1.1"

[profile.dev]
opt-level = 0

[profile.release]
opt-level = 3