gc_plugin_abi 0.5.0

Gridcore Plugin API
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"
name = "gc_plugin_abi"
version = "0.5.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Gridcore Plugin API"
readme = false
license = "Apache-2.0"
resolver = "2"

[package.metadata.cargo-udeps.ignore]
development = ["tokio"]

[features]
default = ["schema_types"]
schema_types = ["dep:schemars"]
testing = [
    "dep:log",
    "dep:gc_json_bridge",
    "dep:libc",
]

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

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

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

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

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

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

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

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

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

[dependencies.gc_abi]
version = "0.5.0"

[dependencies.gc_json_bridge]
version = "0.5.0"
optional = true

[dependencies.gc_plugin_macros]
version = "0.5.0"

[dependencies.libc]
version = "0.2.161"
optional = true

[dependencies.log]
version = "0.4.22"
features = ["std"]
optional = true

[dependencies.schemars]
version = "0.8.22"
optional = true

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

[dependencies.serde_json]
version = "1.0.120"

[dependencies.thiserror]
version = "2.0.16"