pagers 0.2.2

Page cache diagnostics and control tool for Linux and macOS
# 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"
rust-version = "1.88.0"
name = "pagers"
version = "0.2.2"
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Page cache diagnostics and control tool for Linux and macOS"
homepage = "https://github.com/LilDojd/pagers"
readme = "README.md"
keywords = [
    "page-cache",
    "cachestat",
    "mincore",
    "mlock",
    "diagnostics",
]
categories = [
    "command-line-utilities",
    "filesystem",
    "os",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/LilDojd/pagers"

[features]
bitvec = [
    "pagers-core/bitvec",
    "pagers-tui/bitvec",
]
default = [
    "bitvec",
    "log-max-level-info",
]
log-max-level-info = [
    "tracing/max_level_info",
    "pagers-core/log-max-level-info",
]

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

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

[dependencies.anstyle]
version = "1.0.14"

[dependencies.clap]
version = "4"
features = [
    "derive",
    "color",
    "help",
    "usage",
    "error-context",
]

[dependencies.clap-verbosity-flag]
version = "3.0.4"
features = ["tracing"]
default-features = false

[dependencies.fs-err]
version = "3"

[dependencies.nix]
version = "0.31"
features = [
    "fs",
    "process",
]

[dependencies.pagers-core]
version = "0.2.2"
default-features = false

[dependencies.pagers-tui]
version = "0.2.2"
default-features = false

[dependencies.serde_json]
version = "1"

[dependencies.signal-hook]
version = "0.4"

[dependencies.thiserror]
version = "2"

[dependencies.tracing]
version = "0.1.44"

[dependencies.tracing-subscriber]
version = "0.3.23"

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

[build-dependencies.anstyle]
version = "1.0.14"

[build-dependencies.clap]
version = "4"
features = [
    "derive",
    "color",
    "help",
    "usage",
    "error-context",
]

[build-dependencies.clap-verbosity-flag]
version = "3.0.4"
features = ["tracing"]
default-features = false

[build-dependencies.clap_complete]
version = "4"

[build-dependencies.clap_mangen]
version = "0.3"

[build-dependencies.fs-err]
version = "3"

[build-dependencies.pagers-core]
version = "0.2.2"
default-features = false

[build-dependencies.thiserror]
version = "2"

[lints.rust.unexpected_cfgs]
level = "warn"
priority = 0
check-cfg = ["cfg(pagers_normal_build)"]