bfree 0.1.21

bfree - memory stats for humans
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.21"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "bfree - memory stats for humans"
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 = "cli_args"
path = "tests/cli_args.rs"

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

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

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

[[test]]
name = "format_render"
path = "tests/format_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"

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

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

[dependencies.procfs]
version = "0.18"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.serde_yaml]
version = "0.9"

[dev-dependencies.assert_cmd]
version = "2.2"

[dev-dependencies.predicates]
version = "3.1"

[dev-dependencies.rstest]
version = "0.26"

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