cerium 0.1.2

Yet, another ls-like util that is not trying to replace ls
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2024"
name = "cerium"
version = "0.1.2"
authors = ["Ritchie Mwewa <hi@rly0nheart.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Yet, another ls-like util that is not trying to replace ls"
readme = "README.md"
license = "MIT"
repository = "https://codeberg.org/rly0nheart/cerium"

[features]
checksum = [
    "dep:md5",
    "dep:sha2",
    "dep:crc32fast",
]
magic = ["dep:filemagic"]

[[bin]]
name = "ce"
path = "src/main.rs"

[dependencies.chrono]
version = "0.4"

[dependencies.clap]
version = "4.5"
features = ["derive"]

[dependencies.crc32fast]
version = "1.5.0"
optional = true

[dependencies.filemagic]
version = "0.13"
optional = true

[dependencies.humanly]
version = "0.1"

[dependencies.libc]
version = "0.2"

[dependencies.md5]
version = "0.8.0"
optional = true

[dependencies.nu-ansi-term]
version = "0.50"

[dependencies.phf]
version = "0.13.1"
features = ["macros"]

[dependencies.serde]
version = "1.0"
features = ["derive"]

[dependencies.sha2]
version = "0.10.9"
optional = true

[dependencies.toml]
version = "0.9.11"

[dev-dependencies.tempfile]
version = "3.23.0"

[profile.release]
lto = true
codegen-units = 1
strip = true