shellcanvas-adapter-sdk 0.1.0

Versioned process protocol and concurrent server for ShellCanvas connection adapters
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 = "2021"
rust-version = "1.93"
name = "shellcanvas-adapter-sdk"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Versioned process protocol and concurrent server for ShellCanvas connection adapters"
homepage = "https://shellcanvas.com/docs/adapter-sdk/quickstart.html"
documentation = "https://docs.rs/shellcanvas-adapter-sdk"
readme = "README.md"
keywords = [
    "shellcanvas",
    "adapter",
    "remote",
    "device",
    "protocol",
]
categories = [
    "api-bindings",
    "asynchronous",
]
license = "MPL-2.0"
repository = "https://github.com/techartdev/ShellCanvas"

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

[[bin]]
name = "shellcanvas-adapter"
path = "src/bin/shellcanvas-adapter.rs"

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

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

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

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

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

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

[dependencies.anyhow]
version = "1"

[dependencies.async-trait]
version = "0.1"

[dependencies.semver]
version = "1"

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

[dependencies.serde_json]
version = "1"

[dependencies.sha2]
version = "0.10"

[dependencies.tokio]
version = "1"
features = [
    "io-util",
    "io-std",
    "sync",
    "time",
    "rt-multi-thread",
    "macros",
]

[dev-dependencies.tempfile]
version = "3"