[package]
edition = "2024"
name = "msend"
version = "1.0.3"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "For logging, tracing and outputting to the console"
readme = false
keywords = [
"trace",
"tracing",
"logging",
]
categories = ["development-tools"]
license = "MIT"
repository = "https://github.com/Seb2104/send.git"
[lib]
name = "msend"
path = "src/lib.rs"
[dependencies.chrono]
version = "0.4.44"
[dependencies.yansi]
version = "1.0.1"