linsight-plugin-sdk 1.20.5

Public SDK for authoring LinSight sensor plugins.
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.95"
name = "linsight-plugin-sdk"
version = "1.20.5"
authors = ["VisorCraft LLC"]
build = false
include = [
    "src/**",
    "tests/fixtures/**",
    "README.md",
]
publish = ["crates-io"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Public SDK for authoring LinSight sensor plugins."
documentation = "https://docs.rs/linsight-plugin-sdk"
readme = "README.md"
keywords = [
    "linsight",
    "plugin",
    "sensors",
    "monitoring",
]
license = "GPL-3.0-only"
repository = "https://github.com/visorcraft/linsight"

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

[dependencies.linsight-core]
version = "1.20.5"

[dependencies.serde_json]
version = "1.0"

[dependencies.stabby]
version = "72"
features = ["libloading"]

[dependencies.thiserror]
version = "2.0"

[dev-dependencies.escargot]
version = "0.5"

[dev-dependencies.libloading]
version = "0.9"