bfree 0.1.2

A better free, human by default
Documentation
# 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 = "bfree"
version = "0.1.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A better free, human by default"
readme = "README.md"
keywords = [
    "memory",
    "linux",
    "cli",
    "system",
]
categories = ["command-line-utilities"]
license = "MIT"
repository = "https://github.com/glexposito/bfree"

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

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

[[test]]
name = "compact_render"
path = "tests/compact_render.rs"

[[test]]
name = "extended_render"
path = "tests/extended_render.rs"

[[test]]
name = "linux_platform"
path = "tests/linux_platform.rs"

[[test]]
name = "memory_stats"
path = "tests/memory_stats.rs"

[[test]]
name = "pretty_render"
path = "tests/pretty_render.rs"

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

[profile.release]
opt-level = "z"
lto = true
codegen-units = 1
panic = "abort"
strip = true