[lib]
path = "lib.rs"
[lints.rust]
missing_debug_implementations = "warn"
missing_docs = "warn"
unused = "warn"
[package]
authors = ["Матвей Т <https://matveit.dev> AtomicGamer9523@github"]
categories = ["asynchronous", "network-programming"]
description = "Utilities to make development easier"
edition = "2021"
homepage = "https://matveit.dev/projects/catalyzer"
keywords = ["rest", "async", "non-blocking", "server", "framework"]
license-file = "LICENSE"
name = "catalyzer-utils"
repository = "https://github.com/AtomicGamer9523/Catalyzer"
version = "0.1.3"