mckernant1-tools 0.0.8

My random tools
Documentation
[package]
name = "mckernant1-tools"
version = "0.0.8"
edition = "2021"
license = "MIT"
description = "My random tools"
rust-version = "1.59.0"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
crossbeam = { version = "0.8.4", optional = true }
chrono = { version = "0.4.39", optional = true }
tokio = { version = "1.42.0", optional = true }
log = "0.4.22"

[features]
channels = ["crossbeam", "chrono"]
time = ["chrono"]
async = ["tokio"]