cj_common 1.2.0

Collection of common functions used by cubicle-jockey projects
Documentation
[[bench]]
harness = false
name = "benchmarks"
path = "benches/benchmarks.rs"

[[bin]]
name = "test"
path = "src/_main.rs"

[dependencies.futures]
optional = true
version = "0.3.31"

[dependencies.time]
optional = true
version = "0.3.44"

[dependencies.tokio]
optional = true
version = "1.48.0"

[dependencies.tokio-util]
optional = true
version = "0.7.17"

[dev-dependencies.criterion]
features = ["html_reports"]
version = "0.8"

[features]
channel = ["tokio", "tokio-util", "futures"]
timext = ["time"]

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

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["encoding", "parsing"]
description = "Collection of common functions used by cubicle-jockey projects"
edition = "2024"
homepage = "https://github.com/cubicle-jockey/cj_common/wiki"
keywords = ["hex", "base64", "range", "bit", "inset"]
license = "MIT OR Apache-2.0"
name = "cj_common"
readme = "README.md"
repository = "https://github.com/cubicle-jockey/cj_common"
version = "1.2.0"