matrix-authentication-service/.gear/predownloaded-development/vendor/opentelemetry-instrumentation-process/Cargo.toml
2026-03-07 01:41:31 +03:00

58 lines
1.6 KiB
TOML

# 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 = "opentelemetry-instrumentation-process"
version = "0.1.2"
authors = ["Quentin Gliech <quentingliech@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "OpenTelemetry instrumentation for process metrics"
homepage = "https://github.com/sandhose/opentelemetry-instrumentation-process"
readme = "README.md"
keywords = [
"opentelemetry",
"metrics",
"observability",
"telemetry",
]
categories = [
"development-tools::debugging",
"development-tools::profiling",
]
license = "Apache-2.0"
repository = "https://github.com/sandhose/opentelemetry-instrumentation-process"
[features]
default = ["internal-logs"]
internal-logs = ["opentelemetry/internal-logs"]
[lib]
name = "opentelemetry_instrumentation_process"
path = "src/lib.rs"
[dependencies.opentelemetry]
version = "0.31.0"
features = ["metrics"]
default-features = false
[dependencies.opentelemetry-semantic-conventions]
version = "0.31.0"
features = ["semconv_experimental"]
[target.'cfg(target_os = "linux")'.dependencies.procfs]
version = "0.18.0"
default-features = false