ld-so-cache 0.1.0

A parser for glibc ld.so.cache files
Documentation
[[bin]]
name = "ld-cache-parser"
path = "src/bin/main.rs"

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

[dependencies.nom]
version = "8.0"

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

[dependencies.serde_json]
version = "1.0"

[dev-dependencies.insta]
features = ["yaml"]
version = "1.34"

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

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

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "A parser for glibc ld.so.cache files"
edition = "2024"
license = "CC0-1.0"
name = "ld-so-cache"
readme = "README.md"
repository = "https://gitlab.com/piperswe/ld-so-cache"
version = "0.1.0"

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

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