falcorn-sdk 0.1.0

Falcorn SDK for interacting with the server IPC and 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"
name = "falcorn-sdk"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Falcorn SDK for interacting with the server IPC and plugins."
homepage = "https://github.com/AllDotPy/Falcorn"
documentation = "https://docs.rs/falcorn-sdk"
readme = false
license = "AGPL-3.0-only"
repository = "https://github.com/AllDotPy/Falcorn"
resolver = "2"

[features]
default = []

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

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

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

[dependencies.bincode]
version = "1.3"

[dependencies.falcorn-proto]
version = "0.1.0"

[dependencies.thiserror]
version = "2.0.17"