perfgate-sensor 0.4.1

Sensor report building for cockpit integration
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"
rust-version = "1.92"
name = "perfgate-sensor"
version = "0.4.1"
authors = ["Effortless Metrics"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Sensor report building for cockpit integration"
homepage = "https://github.com/EffortlessMetrics/perfgate"
readme = "README.md"
keywords = [
    "sensor",
    "report",
    "cockpit",
    "integration",
]
categories = ["development-tools"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/EffortlessMetrics/perfgate"
resolver = "2"

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

[[example]]
name = "sensor_example"
path = "examples/sensor_example.rs"

[dependencies.perfgate-sha256]
version = "0.4.1"

[dependencies.perfgate-types]
version = "0.4.1"

[dependencies.serde_json]
version = "1.0.149"

[dev-dependencies.insta]
version = "1.46.3"
features = ["json"]

[dev-dependencies.proptest]
version = "1.7"