lightswitch-metadata 0.2.1

Provides metadata used by profilers and debuggers
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 = "2021"
name = "lightswitch-metadata"
version = "0.2.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Provides metadata used by profilers and debuggers"
readme = false
license = "MIT"
repository = "https://github.com/javierhonduco/lightswitch"

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

[dependencies.anyhow]
version = "1.0.100"

[dependencies.lru]
version = "0.16.2"

[dependencies.nix]
version = "0.30.1"
features = [
    "user",
    "process",
]

[dependencies.procfs]
version = "0.18.0"

[dependencies.thiserror]
version = "2.0.17"

[dependencies.tracing]
version = "0.1.43"