[package] name = "omnix" version = "0.0.1" edition = "2021" description = "Omnix is a comprehensive Rust crate designed to provide a versatile set of utilities for a wide range of applications. It combines functionalities such as utilities, configuration management, cryptography, and more, all in one easy-to-use package." license = "MIT OR Apache-2.0" [lints] workspace = true [dependencies] base64 = "0.21" time = { version = "0.3", features = ["formatting", "parsing", "serde"] }