[dependencies]
[lib]
name = "cj_common"
path = "src/lib.rs"
[package]
categories = ["encoding", "parsing"]
description = "Collection of common functions used by cubicle-jockey projects"
edition = "2021"
homepage = "https://github.com/cubicle-jockey/cj_common/wiki"
keywords = ["hex", "base64", "range", "bit", "inset"]
license-file = "LICENSE"
name = "cj_common"
readme = "README.md"
repository = "https://github.com/cubicle-jockey/cj_common"
resolver = "2"
version = "0.1.4"
[profile.release]
codegen-units = 1
lto = true
panic = "abort"